--- a/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui Fri Dec 13 22:45:47 2013 +0100 +++ b/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui Fri Dec 13 23:39:14 2013 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>535</width> - <height>539</height> + <height>522</height> </rect> </property> <property name="windowTitle"> @@ -105,6 +105,20 @@ </widget> </item> <item> + <widget class="QLabel" name="lResultVar"> + <property name="text"> + <string>Result:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="eResultVar"> + <property name="toolTip"> + <string>Enter the result variable name</string> + </property> + </widget> + </item> + <item> <widget class="QLabel" name="textLabel1"> <property name="text"> <string>Title</string> @@ -114,7 +128,7 @@ <item> <widget class="QLineEdit" name="eCaption"> <property name="toolTip"> - <string>Enter the caption for the QMessageBox</string> + <string>Enter the title for the QMessageBox</string> </property> </widget> </item> @@ -375,6 +389,7 @@ <tabstop>rCritical</tabstop> <tabstop>rAbout</tabstop> <tabstop>rAboutQt</tabstop> + <tabstop>eResultVar</tabstop> <tabstop>eCaption</tabstop> <tabstop>eMessage</tabstop> <tabstop>parentSelf</tabstop>