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.
47 lines
1.2 KiB
47 lines
1.2 KiB
15 years ago
|
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
||
|
<class>MyOptionsBase</class>
|
||
14 years ago
|
<widget class="TQWidget">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>MyOptionsBase</cstring>
|
||
|
</property>
|
||
14 years ago
|
<property name="geometry">
|
||
15 years ago
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>600</width>
|
||
|
<height>480</height>
|
||
|
</rect>
|
||
|
</property>
|
||
14 years ago
|
<widget class="TQLabel">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>textLabel1</cstring>
|
||
|
</property>
|
||
14 years ago
|
<property name="geometry">
|
||
15 years ago
|
<rect>
|
||
|
<x>30</x>
|
||
|
<y>180</y>
|
||
|
<width>70</width>
|
||
|
<height>20</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>MyString:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQLineEdit">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>MyString</cstring>
|
||
|
</property>
|
||
14 years ago
|
<property name="geometry">
|
||
15 years ago
|
<rect>
|
||
|
<x>130</x>
|
||
|
<y>180</y>
|
||
|
<width>123</width>
|
||
|
<height>22</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
14 years ago
|
<layoutdefaults spacing="6" margin="11"/>
|
||
15 years ago
|
</UI>
|