diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-26 05:18:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-26 05:18:58 +0200 |
commit | fc2fcb52fa467cadb38708ed49ee9269b4478f63 (patch) | |
tree | eb5027c86cbe9a061594a8670af9e11e7d49e031 /facetracknoir/trackhat-wizard.ui | |
parent | 10ac081b3c4ebb9b29b81b30f5efe6622f4212bc (diff) |
trackhat-ui: use final images in wizard/ui
Diffstat (limited to 'facetracknoir/trackhat-wizard.ui')
-rw-r--r-- | facetracknoir/trackhat-wizard.ui | 146 |
1 files changed, 123 insertions, 23 deletions
diff --git a/facetracknoir/trackhat-wizard.ui b/facetracknoir/trackhat-wizard.ui index 059f1629..09f68c03 100644 --- a/facetracknoir/trackhat-wizard.ui +++ b/facetracknoir/trackhat-wizard.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>500</width> - <height>360</height> + <width>365</width> + <height>586</height> </rect> </property> <property name="modal"> @@ -23,34 +23,122 @@ <property name="title"> <string>Select a model</string> </property> - <layout class="QGridLayout" name="gridLayout_6"> - <item row="0" column="0"> - <widget class="QLabel" name="label_5"> - <property name="text"> - <string>Select one of TrackHat models.</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QGroupBox" name="groupBox"> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QFrame" name="frame_7"> <property name="styleSheet"> - <string notr="true">QGroupBox { border: 0; }</string> - </property> - <property name="title"> - <string/> + <string notr="true">QFrame { + border: 0; + background: transparent; +}</string> </property> - <layout class="QGridLayout" name="gridLayout_5"> - <item row="2" column="0"> - <widget class="QRadioButton" name="cap_model"> + <layout class="QGridLayout" name="gridLayout"> + <property name="leftMargin"> + <number>20</number> + </property> + <property name="bottomMargin"> + <number>12</number> + </property> + <property name="spacing"> + <number>0</number> + </property> + <item row="0" column="1"> + <widget class="QLabel" name="label_12"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>120</width> + <height>108</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>120</width> + <height>108</height> + </size> + </property> + <property name="text"> + <string/> + </property> + <property name="pixmap"> + <pixmap resource="ui-res.qrc">:/images/trackhat-hat.png</pixmap> + </property> + <property name="scaledContents"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLabel" name="label_46"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>130</width> + <height>130</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>130</width> + <height>130</height> + </size> + </property> + <property name="text"> + <string/> + </property> + <property name="pixmap"> + <pixmap resource="ui-res.qrc">:/images/trackhat-clip-right.png</pixmap> + </property> + <property name="scaledContents"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLabel" name="label_48"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>130</width> + <height>130</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>130</width> + <height>130</height> + </size> + </property> <property name="text"> - <string>Cap, add a big logo</string> + <string/> + </property> + <property name="pixmap"> + <pixmap resource="ui-res.qrc">:/images/trackhat-clip-left.png</pixmap> + </property> + <property name="scaledContents"> + <bool>true</bool> </property> </widget> </item> <item row="0" column="0"> - <widget class="QRadioButton" name="clip_model"> + <widget class="QRadioButton" name="cap_model"> <property name="text"> - <string>Clip, add a big logo</string> + <string>Cap</string> </property> <property name="checked"> <bool>true</bool> @@ -58,6 +146,16 @@ </widget> </item> <item row="1" column="0"> + <widget class="QRadioButton" name="clip_model"> + <property name="text"> + <string>Clip, right-handed</string> + </property> + <property name="checked"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="0"> <widget class="QRadioButton" name="clip_model_left"> <property name="text"> <string>Clip, left-handed</string> @@ -84,6 +182,8 @@ </layout> </widget> </widget> - <resources/> + <resources> + <include location="ui-res.qrc"/> + </resources> <connections/> </ui> |