~ubuntu-branches/ubuntu/maverick/qgo/maverick

« back to all changes in this revision

Viewing changes to src/nthmove_gui.ui

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2005-01-01 23:07:10 UTC
  • Revision ID: james.westby@ubuntu.com-20050101230710-fhng6yidm47xlb2i
Tags: upstream-1.0.0-r2
ImportĀ upstreamĀ versionĀ 1.0.0-r2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI>
 
2
<class>NthMoveDialog</class>
 
3
<widget>
 
4
    <class>QDialog</class>
 
5
    <property stdset="1">
 
6
        <name>name</name>
 
7
        <cstring>NthMoveDialog</cstring>
 
8
    </property>
 
9
    <property stdset="1">
 
10
        <name>geometry</name>
 
11
        <rect>
 
12
            <x>0</x>
 
13
            <y>0</y>
 
14
            <width>210</width>
 
15
            <height>90</height>
 
16
        </rect>
 
17
    </property>
 
18
    <property stdset="1">
 
19
        <name>minimumSize</name>
 
20
        <size>
 
21
            <width>210</width>
 
22
            <height>90</height>
 
23
        </size>
 
24
    </property>
 
25
    <property stdset="1">
 
26
        <name>maximumSize</name>
 
27
        <size>
 
28
            <width>210</width>
 
29
            <height>90</height>
 
30
        </size>
 
31
    </property>
 
32
    <property stdset="1">
 
33
        <name>caption</name>
 
34
        <string>Move Number</string>
 
35
    </property>
 
36
    <widget>
 
37
        <class>QPushButton</class>
 
38
        <property stdset="1">
 
39
            <name>name</name>
 
40
            <cstring>buttonCancel</cstring>
 
41
        </property>
 
42
        <property stdset="1">
 
43
            <name>geometry</name>
 
44
            <rect>
 
45
                <x>110</x>
 
46
                <y>50</y>
 
47
                <width>80</width>
 
48
                <height>32</height>
 
49
            </rect>
 
50
        </property>
 
51
        <property stdset="1">
 
52
            <name>text</name>
 
53
            <string>&amp;Cancel</string>
 
54
        </property>
 
55
        <property stdset="1">
 
56
            <name>autoDefault</name>
 
57
            <bool>true</bool>
 
58
        </property>
 
59
    </widget>
 
60
    <widget>
 
61
        <class>QLabel</class>
 
62
        <property stdset="1">
 
63
            <name>name</name>
 
64
            <cstring>TextLabel1</cstring>
 
65
        </property>
 
66
        <property stdset="1">
 
67
            <name>geometry</name>
 
68
            <rect>
 
69
                <x>10</x>
 
70
                <y>10</y>
 
71
                <width>120</width>
 
72
                <height>20</height>
 
73
            </rect>
 
74
        </property>
 
75
        <property stdset="1">
 
76
            <name>text</name>
 
77
            <string>Enter move number:</string>
 
78
        </property>
 
79
    </widget>
 
80
    <widget>
 
81
        <class>QPushButton</class>
 
82
        <property stdset="1">
 
83
            <name>name</name>
 
84
            <cstring>buttonOk</cstring>
 
85
        </property>
 
86
        <property stdset="1">
 
87
            <name>geometry</name>
 
88
            <rect>
 
89
                <x>20</x>
 
90
                <y>50</y>
 
91
                <width>80</width>
 
92
                <height>32</height>
 
93
            </rect>
 
94
        </property>
 
95
        <property stdset="1">
 
96
            <name>text</name>
 
97
            <string>&amp;OK</string>
 
98
        </property>
 
99
        <property stdset="1">
 
100
            <name>autoDefault</name>
 
101
            <bool>true</bool>
 
102
        </property>
 
103
        <property stdset="1">
 
104
            <name>default</name>
 
105
            <bool>true</bool>
 
106
        </property>
 
107
    </widget>
 
108
    <widget>
 
109
        <class>QSpinBox</class>
 
110
        <property stdset="1">
 
111
            <name>name</name>
 
112
            <cstring>moveSpinBox</cstring>
 
113
        </property>
 
114
        <property stdset="1">
 
115
            <name>geometry</name>
 
116
            <rect>
 
117
                <x>140</x>
 
118
                <y>10</y>
 
119
                <width>50</width>
 
120
                <height>20</height>
 
121
            </rect>
 
122
        </property>
 
123
        <property stdset="1">
 
124
            <name>maxValue</name>
 
125
            <number>999</number>
 
126
        </property>
 
127
    </widget>
 
128
</widget>
 
129
<connections>
 
130
    <connection>
 
131
        <sender>buttonOk</sender>
 
132
        <signal>clicked()</signal>
 
133
        <receiver>NthMoveDialog</receiver>
 
134
        <slot>accept()</slot>
 
135
    </connection>
 
136
    <connection>
 
137
        <sender>buttonCancel</sender>
 
138
        <signal>clicked()</signal>
 
139
        <receiver>NthMoveDialog</receiver>
 
140
        <slot>reject()</slot>
 
141
    </connection>
 
142
</connections>
 
143
<tabstops>
 
144
    <tabstop>moveSpinBox</tabstop>
 
145
    <tabstop>buttonOk</tabstop>
 
146
    <tabstop>buttonCancel</tabstop>
 
147
</tabstops>
 
148
</UI>