source: liacs/pm/tmp/form1.ui@ 244

Last change on this file since 244 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 1.5 KB
RevLine 
[2]1<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2<class>Form1</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>Form1</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>600</width>
12 <height>480</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Form1</string>
17 </property>
18 <widget class="QCheckBox">
19 <property name="name">
20 <cstring>CheckBox1</cstring>
21 </property>
22 <property name="geometry">
23 <rect>
24 <x>261</x>
25 <y>91</y>
26 <width>209</width>
27 <height>19</height>
28 </rect>
29 </property>
30 <property name="text">
31 <string>Laat de winnende zet zien</string>
32 </property>
33 </widget>
34 <widget class="QLabel">
35 <property name="name">
36 <cstring>TextLabel1</cstring>
37 </property>
38 <property name="geometry">
39 <rect>
40 <x>261</x>
41 <y>116</y>
42 <width>209</width>
43 <height>33</height>
44 </rect>
45 </property>
46 <property name="frameShape">
47 <enum>Box</enum>
48 </property>
49 <property name="text">
50 <string>Winnende Zet: Stapel: 04, Aantal: 2</string>
51 </property>
52 </widget>
53</widget>
54<pixmapinproject/>
55<layoutdefaults spacing="6" margin="11"/>
56</UI>
Note: See TracBrowser for help on using the repository browser.