diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-01-01 17:00:46 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-10 17:27:24 -0800 |
commit | a478eb5711db6a1950cf810ca0b67414b6910030 (patch) | |
tree | ff4683168b7ad5d1465a65a89a4f3c746d85ddae /qt-ui/maintab.ui | |
parent | 93eb386ba998b3351a9dff81fa8a4d6ad0715e25 (diff) | |
download | subsurface-a478eb5711db6a1950cf810ca0b67414b6910030.tar.gz |
Maintab combobox to set dive type
still needs some work
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 35 |
1 files changed, 22 insertions, 13 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index ac0f1a70c..226442f70 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -175,28 +175,28 @@ <number>0</number> </property> <item> - <widget class="QLabel" name="RatingLabel"> + <widget class="StarWidget" name="rating" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="text"> - <string>Rating</string> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> </property> </widget> </item> <item> - <widget class="QLabel" name="visibilityLabel"> + <widget class="StarWidget" name="visibility" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="text"> - <string>Visibility</string> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> </property> </widget> </item> @@ -236,28 +236,28 @@ <number>0</number> </property> <item> - <widget class="StarWidget" name="rating" native="true"> + <widget class="QLabel" name="RatingLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="focusPolicy"> - <enum>Qt::StrongFocus</enum> + <property name="text"> + <string>Rating</string> </property> </widget> </item> <item> - <widget class="StarWidget" name="visibility" native="true"> + <widget class="QLabel" name="visibilityLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="focusPolicy"> - <enum>Qt::StrongFocus</enum> + <property name="text"> + <string>Visibility</string> </property> </widget> </item> @@ -301,6 +301,16 @@ <bool>false</bool> </property> </widget> + <item> + <widget class="QComboBox" name="DiveType"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> </item> <item row="13" column="0" colspan="3"> <layout class="QHBoxLayout" name="notesAndSocialNetworksLayout"> @@ -1019,7 +1029,6 @@ <tabstop>airtemp</tabstop> <tabstop>watertemp</tabstop> <tabstop>location</tabstop> - <tabstop>coordinates</tabstop> <tabstop>divemaster</tabstop> <tabstop>buddy</tabstop> <tabstop>rating</tabstop> |