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.
51 lines
1.4 KiB
51 lines
1.4 KiB
4 years ago
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
||
|
<class>SettingsWidget</class>
|
||
4 years ago
|
<widget class="TQWidget">
|
||
4 years ago
|
<property name="name">
|
||
|
<cstring>SettingsWidget</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>399</width>
|
||
|
<height>45</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="caption">
|
||
|
<string>Asciiquarium Settings</string>
|
||
|
</property>
|
||
|
<hbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
4 years ago
|
<widget class="TQLabel">
|
||
4 years ago
|
<property name="name">
|
||
|
<cstring>textLabel1</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Number of Fish:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
4 years ago
|
<widget class="TQSpinBox">
|
||
4 years ago
|
<property name="name">
|
||
|
<cstring>kcfg_fishCount</cstring>
|
||
|
</property>
|
||
|
<property name="maxValue">
|
||
|
<number>50</number>
|
||
|
</property>
|
||
|
<property name="minValue">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
<property name="lineStep">
|
||
|
<number>5</number>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>15</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</hbox>
|
||
|
</widget>
|
||
|
<layoutdefaults spacing="6" margin="0"/>
|
||
|
</UI>
|