--- a/src/ui/configbox.ui Wed Jul 17 19:45:19 2013 +0300 +++ b/src/ui/configbox.ui Sun Aug 11 02:58:55 2013 +0300 @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>480</width> - <height>320</height> + <width>544</width> + <height>308</height> </rect> </property> <property name="minimumSize"> @@ -115,11 +115,14 @@ </widget> <widget class="QWidget" name="tab_2"> <attribute name="title"> - <string>Zandronum Binaries</string> + <string>Release Binaries</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QScrollArea" name="scrollArea"> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> <property name="widgetResizable"> <bool>true</bool> </property> @@ -128,8 +131,8 @@ <rect> <x>0</x> <y>0</y> - <width>96</width> - <height>26</height> + <width>516</width> + <height>213</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> @@ -142,6 +145,38 @@ </item> </layout> </widget> + <widget class="QWidget" name="tab_4"> + <attribute name="title"> + <string>Testing Binaries</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout_7"> + <item> + <widget class="QScrollArea" name="scrollArea_2"> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="widgetResizable"> + <bool>true</bool> + </property> + <widget class="QWidget" name="scrollAreaWidgetContents_2"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>516</width> + <height>213</height> + </rect> + </property> + <layout class="QVBoxLayout" name="verticalLayout_8"> + <item> + <widget class="QWidget" name="betaVersions" native="true"/> + </item> + </layout> + </widget> + </widget> + </item> + </layout> + </widget> <widget class="QWidget" name="tab_3"> <attribute name="title"> <string>Misc</string> @@ -153,7 +188,7 @@ <string>If this is not set, a prompt showing demo info is displayed first.</string> </property> <property name="text"> - <string>Launch immediately</string> + <string>Launch without prompt</string> </property> </widget> </item> @@ -175,14 +210,66 @@ </widget> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QWidget" name="widget" native="true"> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLabel" name="updateLabel"> + <property name="text"> + <string>Checking for updates... </string> + </property> + </widget> + </item> + <item> + <widget class="QProgressBar" name="updateProgress"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>16</height> + </size> + </property> + <property name="maximum"> + <number>0</number> + </property> + <property name="value"> + <number>-1</number> + </property> + <property name="textVisible"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> </item> </layout> </widget>