Exit applicazione
[qmemory] / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <property name="autoFillBackground">
17    <bool>true</bool>
18   </property>
19   <widget class="QWidget" name="centralWidget">
20    <widget class="CrazyButton" name="pushButton_2">
21     <property name="geometry">
22      <rect>
23       <x>330</x>
24       <y>40</y>
25       <width>100</width>
26       <height>100</height>
27      </rect>
28     </property>
29     <property name="maximumSize">
30      <size>
31       <width>16777215</width>
32       <height>16777215</height>
33      </size>
34     </property>
35     <property name="text">
36      <string>2</string>
37     </property>
38    </widget>
39    <widget class="CrazyButton" name="pushButton_3">
40     <property name="geometry">
41      <rect>
42       <x>510</x>
43       <y>40</y>
44       <width>100</width>
45       <height>100</height>
46      </rect>
47     </property>
48     <property name="text">
49      <string>3</string>
50     </property>
51    </widget>
52    <widget class="CrazyButton" name="pushButton_4">
53     <property name="geometry">
54      <rect>
55       <x>150</x>
56       <y>180</y>
57       <width>100</width>
58       <height>100</height>
59      </rect>
60     </property>
61     <property name="text">
62      <string>4</string>
63     </property>
64    </widget>
65    <widget class="CrazyButton" name="pushButton_5">
66     <property name="geometry">
67      <rect>
68       <x>330</x>
69       <y>180</y>
70       <width>100</width>
71       <height>100</height>
72      </rect>
73     </property>
74     <property name="text">
75      <string>5</string>
76     </property>
77    </widget>
78    <widget class="CrazyButton" name="pushButton_6">
79     <property name="geometry">
80      <rect>
81       <x>510</x>
82       <y>180</y>
83       <width>100</width>
84       <height>100</height>
85      </rect>
86     </property>
87     <property name="text">
88      <string>6</string>
89     </property>
90    </widget>
91    <widget class="CrazyButton" name="pushButton_7">
92     <property name="geometry">
93      <rect>
94       <x>150</x>
95       <y>320</y>
96       <width>100</width>
97       <height>100</height>
98      </rect>
99     </property>
100     <property name="text">
101      <string>7</string>
102     </property>
103    </widget>
104    <widget class="CrazyButton" name="pushButton_8">
105     <property name="geometry">
106      <rect>
107       <x>330</x>
108       <y>320</y>
109       <width>100</width>
110       <height>100</height>
111      </rect>
112     </property>
113     <property name="text">
114      <string>8</string>
115     </property>
116    </widget>
117    <widget class="CrazyButton" name="pushButton_9">
118     <property name="geometry">
119      <rect>
120       <x>510</x>
121       <y>320</y>
122       <width>100</width>
123       <height>100</height>
124      </rect>
125     </property>
126     <property name="text">
127      <string>9</string>
128     </property>
129    </widget>
130    <widget class="CrazyButton" name="pushButton">
131     <property name="geometry">
132      <rect>
133       <x>150</x>
134       <y>40</y>
135       <width>101</width>
136       <height>100</height>
137      </rect>
138     </property>
139     <property name="minimumSize">
140      <size>
141       <width>0</width>
142       <height>100</height>
143      </size>
144     </property>
145     <property name="toolTip">
146      <string notr="true"/>
147     </property>
148     <property name="text">
149      <string>1</string>
150     </property>
151    </widget>
152   </widget>
153  </widget>
154  <layoutdefault spacing="6" margin="11"/>
155  <customwidgets>
156   <customwidget>
157    <class>CrazyButton</class>
158    <extends>QPushButton</extends>
159    <header>crazybutton.h</header>
160    <slots>
161     <slot>changeColor(bool)</slot>
162    </slots>
163   </customwidget>
164  </customwidgets>
165  <resources/>
166  <connections/>
167  <slots>
168   <signal>generate(bool)</signal>
169  </slots>
170 </ui>