--- a/Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui Sun Dec 01 17:29:45 2013 +0100 +++ b/Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui Mon Dec 02 19:54:31 2013 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>381</width> - <height>338</height> + <height>397</height> </rect> </property> <property name="windowTitle"> @@ -50,6 +50,22 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_4"> + <property name="title"> + <string>Result</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLineEdit" name="eResultVar"> + <property name="toolTip"> + <string>Enter the result variable name</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="titleGroup"> <property name="title"> <string>Title</string> @@ -217,7 +233,7 @@ <item row="2" column="0" colspan="4"> <widget class="QLabel" name="TextLabel2"> <property name="text"> - <string>Variable</string> + <string>Colour Variable</string> </property> </widget> </item> @@ -318,6 +334,7 @@ <tabstops> <tabstop>rColor</tabstop> <tabstop>rRGBA</tabstop> + <tabstop>eResultVar</tabstop> <tabstop>eTitle</tabstop> <tabstop>eColor</tabstop> <tabstop>sRed</tabstop>