mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Corrections suite a la revision 730.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@731 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -39,6 +39,9 @@ ElementDialog::ElementDialog(uint mode, QObject *parent) :
|
||||
{
|
||||
dialog_ = new QDialog();
|
||||
dialog_ -> setWindowModality(Qt::WindowModal);
|
||||
#ifdef Q_WS_MAC
|
||||
dialog_ -> setWindowFlags(Qt::Sheet);
|
||||
#endif
|
||||
buttons_ = new QDialogButtonBox();
|
||||
|
||||
// types selectionnables dans la liste
|
||||
|
||||
Reference in New Issue
Block a user