diff -r 05b73ee2ae42 -r 61f00df934e7 Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui --- a/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui Sat Sep 04 12:26:45 2010 +0200 +++ b/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui Sat Sep 04 13:12:07 2010 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>535</width> - <height>658</height> + <height>521</height> </rect> </property> <property name="windowTitle"> @@ -136,243 +136,6 @@ </widget> </item> <item> - <widget class="QGroupBox" name="buttons"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="title"> - <string>Buttons</string> - </property> - <layout class="QVBoxLayout"> - <item> - <layout class="QGridLayout"> - <item row="1" column="1"> - <widget class="QComboBox" name="cButton1"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="toolTip"> - <string>Enter the text of button 1</string> - </property> - <property name="editable"> - <bool>true</bool> - </property> - <item> - <property name="text"> - <string/> - </property> - </item> - <item> - <property name="text"> - <string>&OK</string> - </property> - </item> - <item> - <property name="text"> - <string>&Cancel</string> - </property> - </item> - <item> - <property name="text"> - <string>&Yes</string> - </property> - </item> - <item> - <property name="text"> - <string>&No</string> - </property> - </item> - <item> - <property name="text"> - <string>&Abort</string> - </property> - </item> - <item> - <property name="text"> - <string>&Retry</string> - </property> - </item> - <item> - <property name="text"> - <string>&Ignore</string> - </property> - </item> - </widget> - </item> - <item row="1" column="0"> - <widget class="QComboBox" name="cButton0"> - <property name="toolTip"> - <string>Enter the text of button 0</string> - </property> - <property name="editable"> - <bool>true</bool> - </property> - <item> - <property name="text"> - <string/> - </property> - </item> - <item> - <property name="text"> - <string>&OK</string> - </property> - </item> - <item> - <property name="text"> - <string>&Cancel</string> - </property> - </item> - <item> - <property name="text"> - <string>&Yes</string> - </property> - </item> - <item> - <property name="text"> - <string>&No</string> - </property> - </item> - <item> - <property name="text"> - <string>&Abort</string> - </property> - </item> - <item> - <property name="text"> - <string>&Retry</string> - </property> - </item> - <item> - <property name="text"> - <string>&Ignore</string> - </property> - </item> - </widget> - </item> - <item row="0" column="2"> - <widget class="QLabel" name="textLabel3_2_2"> - <property name="text"> - <string>Button 2</string> - </property> - </widget> - </item> - <item row="1" column="2"> - <widget class="QComboBox" name="cButton2"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="toolTip"> - <string>Enter the text of button 2</string> - </property> - <property name="editable"> - <bool>true</bool> - </property> - <item> - <property name="text"> - <string/> - </property> - </item> - <item> - <property name="text"> - <string>&OK</string> - </property> - </item> - <item> - <property name="text"> - <string>&Cancel</string> - </property> - </item> - <item> - <property name="text"> - <string>&Yes</string> - </property> - </item> - <item> - <property name="text"> - <string>&No</string> - </property> - </item> - <item> - <property name="text"> - <string>&Abort</string> - </property> - </item> - <item> - <property name="text"> - <string>&Retry</string> - </property> - </item> - <item> - <property name="text"> - <string>&Ignore</string> - </property> - </item> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLabel" name="textLabel3_2"> - <property name="text"> - <string>Button 1</string> - </property> - </widget> - </item> - <item row="0" column="0"> - <widget class="QLabel" name="textLabel3"> - <property name="text"> - <string>Button 0</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout"> - <item> - <widget class="QLabel" name="TextLabel1"> - <property name="text"> - <string>Default Button:</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="sDefault"> - <property name="toolTip"> - <string>Enter the index of the default button</string> - </property> - <property name="maximum"> - <number>0</number> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="TextLabel2"> - <property name="text"> - <string>Escape Button:</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="sEscape"> - <property name="toolTip"> - <string>Enter the index of the button to be activated upon pressing Esc or -1 to ignore</string> - </property> - <property name="minimum"> - <number>-1</number> - </property> - <property name="maximum"> - <number>0</number> - </property> - <property name="value"> - <number>-1</number> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> <widget class="QGroupBox" name="standardButtons"> <property name="title"> <string>Standard Buttons</string> @@ -558,11 +321,6 @@ <tabstop>rAboutQt</tabstop> <tabstop>eCaption</tabstop> <tabstop>eMessage</tabstop> - <tabstop>cButton0</tabstop> - <tabstop>cButton1</tabstop> - <tabstop>cButton2</tabstop> - <tabstop>sDefault</tabstop> - <tabstop>sEscape</tabstop> <tabstop>abortCheck</tabstop> <tabstop>applyCheck</tabstop> <tabstop>cancelCheck</tabstop>