2
0
forked from Ivasoft/DSView

Save Dailog path text style

This commit is contained in:
dreamsourcelabTAI
2021-12-15 15:23:51 +08:00
parent ada05d91ed
commit de9818f159
4 changed files with 18 additions and 1 deletions

View File

@@ -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"));