You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kig/filters/imageexporteroptionsbase.ui

153 lines
5.7 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>ImageExporterOptionsBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>ImageExporterOptionsBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>250</height>
</rect>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="title">
<string>Resolution</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout2_2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>WidthLabel_2</cstring>
</property>
<property name="text">
<string>Width:</string>
</property>
</widget>
<widget class="KIntNumInput">
<property name="name">
<cstring>WidthInput</cstring>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="suffix">
<string> pixels</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout3_2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>HeightLabel_2</cstring>
</property>
<property name="text">
<string>Height:</string>
</property>
</widget>
<widget class="KIntNumInput">
<property name="name">
<cstring>HeightInput</cstring>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="suffix">
<string> pixels</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>keepAspectRatio</cstring>
</property>
<property name="text">
<string>&amp;Keep aspect ratio</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox2</cstring>
</property>
<property name="title">
<string>Options</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="0" column="0">
<property name="name">
<cstring>showGridCheckBox</cstring>
</property>
<property name="text">
<string>Show grid</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="1">
<property name="name">
<cstring>showAxesCheckBox</cstring>
</property>
<property name="text">
<string>Show axes</string>
</property>
</widget>
</grid>
</widget>
</vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>knuminput.h</includehint>
<includehint>knuminput.h</includehint>
</includehints>
</UI>