diff options
Diffstat (limited to 'kstars/kstars/tools/argprintimage.ui')
-rw-r--r-- | kstars/kstars/tools/argprintimage.ui | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/kstars/kstars/tools/argprintimage.ui b/kstars/kstars/tools/argprintimage.ui new file mode 100644 index 00000000..a8bc4a24 --- /dev/null +++ b/kstars/kstars/tools/argprintimage.ui @@ -0,0 +1,58 @@ +<!DOCTYPE UI><UI version="3.1.2" stdsetdef="1"> +<class>ArgPrintImage</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ArgPrintImage</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>258</width> + <height>190</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>UsePrintDialog</cstring> + </property> + <property name="text"> + <string>Show print dialog</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>UseChartColors</cstring> + </property> + <property name="text"> + <string>Use star chart colors</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer4</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>70</height> + </size> + </property> + </spacer> + </vbox> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |