Mercurial > hg > octave-jordi
diff gui/src/SettingsDialog.ui @ 13538:ac64163efbe8
Deactivated buttons that are without function.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Tue, 26 Jul 2011 19:14:06 +0200 |
parents | a43ecce77eec |
children | ac9ef5a29460 |
line wrap: on
line diff
--- a/gui/src/SettingsDialog.ui +++ b/gui/src/SettingsDialog.ui @@ -216,6 +216,9 @@ <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QPushButton" name="resetButton"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Reset to defaults</string> </property> @@ -236,6 +239,9 @@ </item> <item> <widget class="QPushButton" name="exportButton"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Export</string> </property> @@ -243,6 +249,9 @@ </item> <item> <widget class="QPushButton" name="importButton"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Import</string> </property>