[qet] [3997] Minor: disable buttons for Properties editor dock widget

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3997
Author:   scorpio810
Date:     2015-06-01 01:17:29 +0200 (Mon, 01 Jun 2015)
Log Message:
-----------
Minor: disable buttons for Properties editor dock widget

Modified Paths:
--------------
    trunk/sources/PropertiesEditor/propertieseditordockwidget.cpp

Modified: trunk/sources/PropertiesEditor/propertieseditordockwidget.cpp
===================================================================
--- trunk/sources/PropertiesEditor/propertieseditordockwidget.cpp	2015-05-31 15:02:41 UTC (rev 3996)
+++ trunk/sources/PropertiesEditor/propertieseditordockwidget.cpp	2015-05-31 23:17:29 UTC (rev 3997)
@@ -33,6 +33,7 @@
 	ui->setupUi(this);
 	ui->m_main_vlayout->setAlignment(ui->buttonBox, Qt::AlignBottom);
 	ui->buttonBox->setDisabled(true);
+	ui->buttonBox->setVisible (false);
 }
 
 /**


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/