forked from Ivasoft/DSView
Save Dailog path text style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user