Printing: remove existing values in print template combobox

We don't need static template names anymore.

Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Gehad elrobey 2015-07-24 09:47:26 +02:00 committed by Lubomir I. Ivanov
parent f76ebe3b9d
commit c95358c4b9

View file

@ -129,23 +129,7 @@
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QComboBox" name="printTemplate">
<item>
<property name="text">
<string>One dive per page</string>
</property>
</item>
<item>
<property name="text">
<string>Two dives per page</string>
</property>
</item>
<item>
<property name="text">
<string>Custom template</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="printTemplate"/>
</item>
<item>
<widget class="QPushButton" name="editButton">