mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Minor : disable dialog buttons for define the file system path of the
common and custom elements on macOS git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5460 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -80,6 +80,12 @@ GeneralConfigurationPage::GeneralConfigurationPage(QWidget *parent) :
|
|||||||
}
|
}
|
||||||
|
|
||||||
fillLang();
|
fillLang();
|
||||||
|
|
||||||
|
#ifdef Q_OS_MACOS
|
||||||
|
ui->m_common_elmt_path_cb ->setDisabled(true);
|
||||||
|
ui->m_custom_elmt_path_cb ->setDisabled(true);
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GeneralConfigurationPage::~GeneralConfigurationPage()
|
GeneralConfigurationPage::~GeneralConfigurationPage()
|
||||||
|
|||||||
Reference in New Issue
Block a user