~ubuntu-branches/ubuntu/quantal/fet/quantal

« back to all changes in this revision

Viewing changes to src/interface/modifyroomform_template.ui

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2008-05-05 22:28:46 UTC
  • mfrom: (1.1.6 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080505222846-l34al11t2vivuh3h
Tags: 5.5.5-1ubuntu1
* Merge from debian unstable (LP: #227080), remaining changes:
  - Include .desktop file and logo

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
            <x>0</x>
10
10
            <y>0</y>
11
11
            <width>380</width>
12
 
            <height>218</height>
 
12
            <height>257</height>
13
13
        </rect>
14
14
    </property>
15
15
    <property name="caption">
19
19
        <property name="name">
20
20
            <cstring>unnamed</cstring>
21
21
        </property>
22
 
        <widget class="QLabel" row="0" column="0">
23
 
            <property name="name">
24
 
                <cstring>nameTextLabel</cstring>
25
 
            </property>
26
 
            <property name="text">
27
 
                <string>Name</string>
28
 
            </property>
29
 
        </widget>
30
 
        <widget class="QPushButton" row="2" column="0" rowspan="1" colspan="2">
31
 
            <property name="name">
32
 
                <cstring>okPushButton</cstring>
33
 
            </property>
34
 
            <property name="text">
35
 
                <string>Ok</string>
36
 
            </property>
37
 
        </widget>
38
 
        <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2">
39
 
            <property name="name">
40
 
                <cstring>capacityTextLabel</cstring>
41
 
            </property>
42
 
            <property name="text">
43
 
                <string>Capacity</string>
44
 
            </property>
45
 
        </widget>
46
 
        <widget class="QPushButton" row="2" column="2">
47
 
            <property name="name">
48
 
                <cstring>cancelPushButton</cstring>
49
 
            </property>
50
 
            <property name="text">
51
 
                <string>Cancel</string>
52
 
            </property>
53
 
        </widget>
54
 
        <widget class="QSpinBox" row="1" column="2">
55
 
            <property name="name">
56
 
                <cstring>capacitySpinBox</cstring>
57
 
            </property>
58
 
            <property name="maxValue">
59
 
                <number>1000</number>
60
 
            </property>
61
 
            <property name="minValue">
62
 
                <number>1</number>
63
 
            </property>
64
 
            <property name="value">
65
 
                <number>1000</number>
66
 
            </property>
67
 
        </widget>
68
 
        <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2">
69
 
            <property name="name">
70
 
                <cstring>nameLineEdit</cstring>
71
 
            </property>
 
22
        <widget class="QLayoutWidget" row="3" column="0">
 
23
            <property name="name">
 
24
                <cstring>layout5</cstring>
 
25
            </property>
 
26
            <hbox>
 
27
                <property name="name">
 
28
                    <cstring>unnamed</cstring>
 
29
                </property>
 
30
                <widget class="QPushButton">
 
31
                    <property name="name">
 
32
                        <cstring>okPushButton</cstring>
 
33
                    </property>
 
34
                    <property name="text">
 
35
                        <string>Ok</string>
 
36
                    </property>
 
37
                </widget>
 
38
                <widget class="QPushButton">
 
39
                    <property name="name">
 
40
                        <cstring>cancelPushButton</cstring>
 
41
                    </property>
 
42
                    <property name="text">
 
43
                        <string>Cancel</string>
 
44
                    </property>
 
45
                </widget>
 
46
            </hbox>
 
47
        </widget>
 
48
        <widget class="QLayoutWidget" row="2" column="0">
 
49
            <property name="name">
 
50
                <cstring>layout6</cstring>
 
51
            </property>
 
52
            <hbox>
 
53
                <property name="name">
 
54
                    <cstring>unnamed</cstring>
 
55
                </property>
 
56
                <widget class="QLabel">
 
57
                    <property name="name">
 
58
                        <cstring>capacityTextLabel</cstring>
 
59
                    </property>
 
60
                    <property name="text">
 
61
                        <string>Capacity</string>
 
62
                    </property>
 
63
                </widget>
 
64
                <widget class="QSpinBox">
 
65
                    <property name="name">
 
66
                        <cstring>capacitySpinBox</cstring>
 
67
                    </property>
 
68
                    <property name="maxValue">
 
69
                        <number>1000</number>
 
70
                    </property>
 
71
                    <property name="minValue">
 
72
                        <number>1</number>
 
73
                    </property>
 
74
                    <property name="value">
 
75
                        <number>1000</number>
 
76
                    </property>
 
77
                </widget>
 
78
            </hbox>
 
79
        </widget>
 
80
        <widget class="QLayoutWidget" row="1" column="0">
 
81
            <property name="name">
 
82
                <cstring>layout4</cstring>
 
83
            </property>
 
84
            <hbox>
 
85
                <property name="name">
 
86
                    <cstring>unnamed</cstring>
 
87
                </property>
 
88
                <widget class="QLabel">
 
89
                    <property name="name">
 
90
                        <cstring>textLabel1</cstring>
 
91
                    </property>
 
92
                    <property name="text">
 
93
                        <string>Building</string>
 
94
                    </property>
 
95
                </widget>
 
96
                <widget class="QComboBox">
 
97
                    <property name="name">
 
98
                        <cstring>buildingsComboBox</cstring>
 
99
                    </property>
 
100
                </widget>
 
101
            </hbox>
 
102
        </widget>
 
103
        <widget class="QLayoutWidget" row="0" column="0">
 
104
            <property name="name">
 
105
                <cstring>layout8</cstring>
 
106
            </property>
 
107
            <hbox>
 
108
                <property name="name">
 
109
                    <cstring>unnamed</cstring>
 
110
                </property>
 
111
                <widget class="QLabel">
 
112
                    <property name="name">
 
113
                        <cstring>nameTextLabel</cstring>
 
114
                    </property>
 
115
                    <property name="text">
 
116
                        <string>Name</string>
 
117
                    </property>
 
118
                </widget>
 
119
                <widget class="QLineEdit">
 
120
                    <property name="name">
 
121
                        <cstring>nameLineEdit</cstring>
 
122
                    </property>
 
123
                </widget>
 
124
            </hbox>
72
125
        </widget>
73
126
    </grid>
74
127
</widget>
88
141
</connections>
89
142
<tabstops>
90
143
    <tabstop>nameLineEdit</tabstop>
 
144
    <tabstop>buildingsComboBox</tabstop>
91
145
    <tabstop>capacitySpinBox</tabstop>
92
146
    <tabstop>okPushButton</tabstop>
93
147
    <tabstop>cancelPushButton</tabstop>