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.
libksquirrel/kernel/kls_dxf/libkls_dxf.so.ui

193 lines
6.4 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>Form1</class>
<widget class="TQWidget">
<property name="name">
<cstring>Form1</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>313</width>
<height>118</height>
</rect>
</property>
<property name="caption">
<string>Form1</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout1</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>&lt;b&gt;Width&lt;/b&gt;</string>
</property>
</widget>
<widget class="Line">
<property name="name">
<cstring>line1</cstring>
</property>
<property name="frameShape">
<enum>HLine</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
</widget>
</vbox>
</widget>
<widget class="TQSlider" row="1" column="0">
<property name="name">
<cstring>width</cstring>
</property>
<property name="minValue">
<number>0</number>
</property>
<property name="maxValue">
<number>10000</number>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="tickmarks">
<enum>Below</enum>
</property>
<property name="tickInterval">
<number>500</number>
</property>
</widget>
<widget class="TQSpinBox" row="1" column="1">
<property name="name">
<cstring>no_spinBox</cstring>
</property>
<property name="specialValueText">
<string>default</string>
</property>
<property name="maxValue">
<number>10000</number>
</property>
<property name="minValue">
<number>0</number>
</property>
</widget>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout1_2</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel2_2</cstring>
</property>
<property name="text">
<string>&lt;b&gt;Height&lt;/b&gt;</string>
</property>
</widget>
<widget class="Line">
<property name="name">
<cstring>line1_2</cstring>
</property>
<property name="frameShape">
<enum>HLine</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
</widget>
</vbox>
</widget>
<widget class="TQSlider" row="3" column="0">
<property name="name">
<cstring>height</cstring>
</property>
<property name="minValue">
<number>0</number>
</property>
<property name="maxValue">
<number>10000</number>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="tickmarks">
<enum>Below</enum>
</property>
<property name="tickInterval">
<number>500</number>
</property>
</widget>
<widget class="TQSpinBox" row="3" column="1">
<property name="name">
<cstring>no_spinBox_2</cstring>
</property>
<property name="specialValueText">
<string>default</string>
</property>
<property name="maxValue">
<number>10000</number>
</property>
<property name="minValue">
<number>0</number>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>width</sender>
<signal>valueChanged(int)</signal>
<receiver>no_spinBox</receiver>
<slot>setValue(int)</slot>
</connection>
<connection>
<sender>no_spinBox</sender>
<signal>valueChanged(int)</signal>
<receiver>width</receiver>
<slot>setValue(int)</slot>
</connection>
<connection>
<sender>height</sender>
<signal>valueChanged(int)</signal>
<receiver>no_spinBox_2</receiver>
<slot>setValue(int)</slot>
</connection>
<connection>
<sender>no_spinBox_2</sender>
<signal>valueChanged(int)</signal>
<receiver>height</receiver>
<slot>setValue(int)</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
</UI>