diff options
author | Gehad <gehadelrobey@gmail.com> | 2014-05-23 23:28:08 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-24 06:41:49 -0700 |
commit | 2b2e2f52c037e6660808f2e47983a2103fee32a6 (patch) | |
tree | cbe1f31f894d0cab372f64a29545953c67ab6283 /qt-ui/divelogexportdialog.ui | |
parent | 5ba573240f5caf5d7548245ef1066b6f3cbbf951 (diff) | |
download | subsurface-2b2e2f52c037e6660808f2e47983a2103fee32a6.tar.gz |
Add descriptions for different formats in the export dialog
When choosing a format from the export dialog a two line description of
the format appears. This is helpful and prevents confusion.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogexportdialog.ui')
-rw-r--r-- | qt-ui/divelogexportdialog.ui | 50 |
1 files changed, 47 insertions, 3 deletions
diff --git a/qt-ui/divelogexportdialog.ui b/qt-ui/divelogexportdialog.ui index 38e23932b..e5dc77083 100644 --- a/qt-ui/divelogexportdialog.ui +++ b/qt-ui/divelogexportdialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>400</width> - <height>300</height> + <height>419</height> </rect> </property> <property name="windowTitle"> @@ -16,8 +16,8 @@ <widget class="QDialogButtonBox" name="buttonBox"> <property name="geometry"> <rect> - <x>30</x> - <y>240</y> + <x>20</x> + <y>360</y> <width>341</width> <height>32</height> </rect> @@ -83,6 +83,9 @@ <property name="checked"> <bool>true</bool> </property> + <attribute name="buttonGroup"> + <string notr="true">exportGroup</string> + </attribute> </widget> <widget class="QRadioButton" name="exportDivelogs"> <property name="geometry"> @@ -96,6 +99,9 @@ <property name="text"> <string>divelogs</string> </property> + <attribute name="buttonGroup"> + <string notr="true">exportGroup</string> + </attribute> </widget> <widget class="QRadioButton" name="exportCSV"> <property name="geometry"> @@ -109,6 +115,9 @@ <property name="text"> <string>CSV</string> </property> + <attribute name="buttonGroup"> + <string notr="true">exportGroup</string> + </attribute> </widget> <widget class="QRadioButton" name="exportWorldMap"> <property name="geometry"> @@ -122,6 +131,9 @@ <property name="text"> <string>Worldmap</string> </property> + <attribute name="buttonGroup"> + <string notr="true">exportGroup</string> + </attribute> </widget> </widget> <widget class="QGroupBox" name="exportSelection"> @@ -169,6 +181,35 @@ </property> </widget> </widget> + <widget class="Line" name="line"> + <property name="geometry"> + <rect> + <x>60</x> + <y>240</y> + <width>231</width> + <height>16</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="QLabel" name="description"> + <property name="geometry"> + <rect> + <x>40</x> + <y>270</y> + <width>271</width> + <height>71</height> + </rect> + </property> + <property name="text"> + <string/> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> </widget> <resources/> <connections> @@ -205,4 +246,7 @@ </hints> </connection> </connections> + <buttongroups> + <buttongroup name="exportGroup"/> + </buttongroups> </ui> |