summaryrefslogtreecommitdiffstats
path: root/asciiquarium/src/settingswidget.ui
blob: 6ab05a16ada47a19e1c6e2708cbaadf2abb0f259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>SettingsWidget</class>
<widget class="QWidget">
    <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>
        <widget class="QLabel">
            <property name="name">
                <cstring>textLabel1</cstring>
            </property>
            <property name="text">
                <string>Number of Fish:</string>
            </property>
        </widget>
        <widget class="QSpinBox">
            <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>