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:
scorpio810 2018-07-28 12:09:00 +00:00
parent bf5fd86fa0
commit 52e941f0fc

View File

@ -80,6 +80,12 @@ GeneralConfigurationPage::GeneralConfigurationPage(QWidget *parent) :
}
fillLang();
#ifdef Q_OS_MACOS
ui->m_common_elmt_path_cb ->setDisabled(true);
ui->m_custom_elmt_path_cb ->setDisabled(true);
#endif
}
GeneralConfigurationPage::~GeneralConfigurationPage()