diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-07-26 00:31:37 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-07-28 11:37:38 +0300 |
commit | e8ad4b0c97c011f9cc89943252a69a8008bbb749 (patch) | |
tree | 93e9983561424da0d6af5d9a0a60fafef3feda29 /qt-ui/printoptions.ui | |
parent | 7f8d20c09d531a65dd8864e86b33766d49c0b04b (diff) | |
download | subsurface-e8ad4b0c97c011f9cc89943252a69a8008bbb749.tar.gz |
Printing: remove "Table" option from print options radio group
"Table" print is now a template, so remove the radio button.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui/printoptions.ui')
-rw-r--r-- | qt-ui/printoptions.ui | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/qt-ui/printoptions.ui b/qt-ui/printoptions.ui index 6bd271bbe..b2daefd0b 100644 --- a/qt-ui/printoptions.ui +++ b/qt-ui/printoptions.ui @@ -46,19 +46,6 @@ </widget> </item> <item row="2" column="0"> - <widget class="QRadioButton" name="radioTablePrint"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>&Table print</string> - </property> - </widget> - </item> - <item row="3" column="0" colspan="2"> <widget class="QRadioButton" name="radioStatisticsPrint"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -71,19 +58,6 @@ </property> </widget> </item> - <item row="2" column="2" rowspan="2"> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> </layout> </widget> </item> @@ -151,7 +125,6 @@ </widget> <tabstops> <tabstop>radioDiveListPrint</tabstop> - <tabstop>radioStatisticsPrint</tabstop> <tabstop>printSelected</tabstop> <tabstop>printInColor</tabstop> </tabstops> |