--- a/ui/addversion.ui Fri Jun 05 19:13:44 2015 +0300 +++ b/ui/addversion.ui Sat Jun 06 22:03:00 2015 +0300 @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>149</height> + <width>472</width> + <height>144</height> </rect> </property> <property name="windowTitle"> @@ -15,38 +15,31 @@ </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string><b>Add a Zandronum Version</b></string> - </property> - </widget> - </item> - <item> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="nameLabel"> <property name="text"> - <string>Name:</string> + <string>Name</string> </property> </widget> </item> <item row="0" column="1"> - <widget class="QLineEdit" name="m_binaryName"/> + <widget class="QLineEdit" name="nameField"/> </item> <item row="1" column="0"> - <widget class="QLabel" name="label_2"> + <widget class="QLabel" name="exePathLabel"> <property name="text"> - <string>Path to Binary:</string> + <string>Path to Executable</string> </property> </widget> </item> <item row="1" column="1"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> - <widget class="QLineEdit" name="m_binaryPath"/> + <widget class="QLineEdit" name="exePathField"/> </item> <item> - <widget class="QPushButton" name="m_findBinary"> + <widget class="QPushButton" name="findExeButton"> <property name="text"> <string>...</string> </property> @@ -55,7 +48,7 @@ </layout> </item> <item row="2" column="1"> - <widget class="QCheckBox" name="m_release"> + <widget class="QCheckBox" name="releaseCheckbox"> <property name="text"> <string>Release</string> </property>