mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
Save Dailog path text style
This commit is contained in:
parent
ada05d91ed
commit
de9818f159
@ -62,6 +62,7 @@ StoreProgress::StoreProgress(SigSession *session, QWidget *parent) :
|
||||
|
||||
_fileLab = new QLineEdit();
|
||||
_fileLab->setEnabled(false);
|
||||
_fileLab->setObjectName("PathLine");
|
||||
|
||||
QPushButton *openButton = new QPushButton(this);
|
||||
openButton->setText(tr("change"));
|
||||
|
@ -1622,3 +1622,7 @@ QTextBrowser:hover
|
||||
{
|
||||
border: 1px transparent;
|
||||
}
|
||||
|
||||
QLineEdit#PathLine{
|
||||
color:#eff0f1;
|
||||
}
|
@ -1660,3 +1660,7 @@ QTextBrowser:hover
|
||||
{
|
||||
border: 1px transparent;
|
||||
}
|
||||
|
||||
QLineEdit#PathLine{
|
||||
color:#2A2A2A;
|
||||
}
|
||||
|
@ -13,7 +13,10 @@ QT += svg
|
||||
CONFIG += exceptions
|
||||
CONFIG += object_parallel_to_source
|
||||
|
||||
//QT += core5compat
|
||||
#QT += core5compat
|
||||
#able to show console log on widnows
|
||||
#CONFIG += console thread
|
||||
|
||||
CONFIG += c++11
|
||||
QT += widgets
|
||||
|
||||
@ -378,6 +381,11 @@ ICON = DSView.icns
|
||||
#RC_FILE += ../applogo.rc
|
||||
|
||||
MOC_DIR = ../../DSView_tmp/DSView_moc
|
||||
RCC_DIR = ../../DSView_tmp/RCC_DIR
|
||||
UI_HEADERS_DIR = ../../DSView_tmp/UI_HEADERS_DIR
|
||||
UI_SOURCES_DIR = ../../DSView_tmp/UI_SOURCES_DIR
|
||||
UI_DIR = ../../DSView_tmp/UI_DIR
|
||||
OBJECTS_DIR = ../../DSView_tmp/OBJECTS_DIR
|
||||
|
||||
DISTFILES += \
|
||||
../applogo.rc
|
||||
|
Loading…
x
Reference in New Issue
Block a user