1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

refactor: rename a css file.

This commit is contained in:
TriKriSta 2018-12-15 13:33:51 +02:00
parent a63eb0ed2f
commit 147cec3312
5 changed files with 2 additions and 14 deletions

View File

@ -45,6 +45,7 @@
<file>img/taskbar/light/taskbar_event.svg</file>
<file>img/transfer.svg</file>
<file>themes/default/fileTransferWidget/fileDone.svg</file>
<file>themes/default/centralWidget/centralWidget.css</file>
<file>themes/default/chatArea/chatArea.css</file>
<file>themes/default/chatArea/chatHead.css</file>
<file>themes/default/chatArea/innerStyle.css</file>
@ -102,7 +103,6 @@
<file>themes/default/fileTransferInstance/filetransferWidget.css</file>
<file>themes/default/acceptCall/acceptCall.svg</file>
<file>themes/default/rejectCall/rejectCall.svg</file>
<file>themes/default/global.css</file>
<file>img/login_logo.svg</file>
<file>themes/default/notificationEdge/notificationEdge.css</file>
<file>themes/default/loginScreen/loginScreen.css</file>

View File

@ -26,7 +26,6 @@
#include "src/persistence/toxsave.h"
#include "src/video/camerasource.h"
#include "src/widget/loginscreen.h"
#include "src/widget/style.h"
#include "src/widget/translator.h"
#include "widget/widget.h"
#include <QApplication>
@ -372,8 +371,6 @@ int main(int argc, char* argv[])
QObject::connect(a.get(), &QApplication::aboutToQuit, cleanup);
a->setStyleSheet(Style::getStylesheet(QStringLiteral("global.css")));
// Run
int errorcode = a->exec();

View File

@ -146,6 +146,7 @@ void Widget::init()
connect(actionQuit, &QAction::triggered, qApp, &QApplication::quit);
layout()->setContentsMargins(0, 0, 0, 0);
ui->centralwidget->setStyleSheet(Style::getStylesheet(QStringLiteral("centralWidget/centralWidget.css")));
ui->friendList->setStyleSheet(Style::getStylesheet("friendList/friendList.css"));
profilePicture = new MaskablePixmapWidget(this, QSize(40, 40), ":/img/avatar_mask.svg");

View File

@ -62,16 +62,6 @@ QLabel, QCheckBox, QProgressBar
color: black;
}
QLineEdit
{
color: #f1f1f1;
}
QListView
{
color: #f1f1f1;
}
QCheckBox:disabled
{
color: gray;