mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02: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:
parent
bf5fd86fa0
commit
52e941f0fc
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user