aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2014-06-02 17:46:55 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-03 21:09:16 -0700
commit4ec4c84ea9a21fe6b0f9bd645e097216051e34ea (patch)
treeb4253f66be53efe5fed81fa5ad3607e65a4a06bc /qt-ui
parent99d886f57f56e4b9c39d92a88b08cb7e2c299865 (diff)
downloadsubsurface-4ec4c84ea9a21fe6b0f9bd645e097216051e34ea.tar.gz
Minor Fixes to the export dialog UI
- use heading "Style options" instead of advanced - choice of selected dives is the same as other tabs - changing the default font to 14 Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/divelogexportdialog.ui103
1 files changed, 63 insertions, 40 deletions
diff --git a/qt-ui/divelogexportdialog.ui b/qt-ui/divelogexportdialog.ui
index 5bd41e1f9..53be92cf0 100644
--- a/qt-ui/divelogexportdialog.ui
+++ b/qt-ui/divelogexportdialog.ui
@@ -48,7 +48,7 @@
<widget class="QGroupBox" name="exportSelection">
<property name="geometry">
<rect>
- <x>250</x>
+ <x>260</x>
<y>20</y>
<width>171</width>
<height>114</height>
@@ -230,6 +230,26 @@
<enum>Qt::Horizontal</enum>
</property>
</widget>
+ <widget class="Line" name="line_3">
+ <property name="geometry">
+ <rect>
+ <x>230</x>
+ <y>60</y>
+ <width>20</width>
+ <height>151</height>
+ </rect>
+ </property>
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ </widget>
+ <zorder>exportSelection</zorder>
+ <zorder>exportFormat</zorder>
+ <zorder>description</zorder>
+ <zorder>line</zorder>
+ <zorder>line_3</zorder>
+ <zorder>exportAll</zorder>
+ <zorder>exportSelected</zorder>
</widget>
<widget class="QWidget" name="HTML_tab">
<attribute name="title">
@@ -248,7 +268,7 @@
</rect>
</property>
<property name="title">
- <string>Advanced Options</string>
+ <string>Style Options</string>
</property>
<property name="checkable">
<bool>true</bool>
@@ -297,6 +317,9 @@
</item>
<item>
<widget class="QComboBox" name="fontSizeSelection">
+ <property name="currentIndex">
+ <number>3</number>
+ </property>
<item>
<property name="text">
<string>8</string>
@@ -385,7 +408,7 @@
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
- <x>230</x>
+ <x>210</x>
<y>40</y>
<width>20</width>
<height>141</height>
@@ -395,16 +418,49 @@
<enum>Qt::Vertical</enum>
</property>
</widget>
- <widget class="QWidget" name="layoutWidget4">
+ <widget class="QWidget" name="layoutWidget5">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
- <width>201</width>
+ <width>191</width>
<height>80</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="exportOptions">
+ <layout class="QVBoxLayout" name="additionalOptions">
+ <item>
+ <widget class="QCheckBox" name="checkBox">
+ <property name="text">
+ <string>Order dives from 0</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBox_2">
+ <property name="text">
+ <string>Minimum Javascript</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBox_3">
+ <property name="text">
+ <string>Dive List only</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QWidget" name="">
+ <property name="geometry">
+ <rect>
+ <x>250</x>
+ <y>50</y>
+ <width>132</width>
+ <height>52</height>
+ </rect>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QRadioButton" name="exportSelectedDives">
<property name="minimumSize">
@@ -433,7 +489,7 @@
</size>
</property>
<property name="text">
- <string>All</string>
+ <string>All Dives</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
@@ -442,39 +498,6 @@
</item>
</layout>
</widget>
- <widget class="QWidget" name="layoutWidget5">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>50</y>
- <width>191</width>
- <height>80</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="additionalOptions">
- <item>
- <widget class="QCheckBox" name="checkBox">
- <property name="text">
- <string>Dives Starting from 0</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="checkBox_2">
- <property name="text">
- <string>Minimum Javascript</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="checkBox_3">
- <property name="text">
- <string>Dive List only</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
</widget>
</widget>
</widget>