|
1 <ui version="4.0" > |
|
2 <class>Form</class> |
|
3 <widget class="QWidget" name="Form" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>436</width> |
|
9 <height>419</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Form</string> |
|
14 </property> |
|
15 <layout class="QVBoxLayout" name="verticalLayout" > |
|
16 <item> |
|
17 <widget class="QTableWidget" name="tableWidget" > |
|
18 <row> |
|
19 <property name="text" > |
|
20 <string>Row 1</string> |
|
21 </property> |
|
22 </row> |
|
23 <row> |
|
24 <property name="text" > |
|
25 <string>row 2</string> |
|
26 </property> |
|
27 </row> |
|
28 <row> |
|
29 <property name="text" > |
|
30 <string>row 3</string> |
|
31 </property> |
|
32 </row> |
|
33 <row> |
|
34 <property name="text" > |
|
35 <string>row 4</string> |
|
36 </property> |
|
37 </row> |
|
38 <row> |
|
39 <property name="text" > |
|
40 <string>New Row</string> |
|
41 </property> |
|
42 </row> |
|
43 <row> |
|
44 <property name="text" > |
|
45 <string>New Row</string> |
|
46 </property> |
|
47 </row> |
|
48 <row> |
|
49 <property name="text" > |
|
50 <string>New Row</string> |
|
51 </property> |
|
52 </row> |
|
53 <row> |
|
54 <property name="text" > |
|
55 <string>New Row</string> |
|
56 </property> |
|
57 </row> |
|
58 <row> |
|
59 <property name="text" > |
|
60 <string>New Row</string> |
|
61 </property> |
|
62 </row> |
|
63 <row> |
|
64 <property name="text" > |
|
65 <string>New Row</string> |
|
66 </property> |
|
67 </row> |
|
68 <row> |
|
69 <property name="text" > |
|
70 <string>New Row</string> |
|
71 </property> |
|
72 </row> |
|
73 <row> |
|
74 <property name="text" > |
|
75 <string>New Row</string> |
|
76 </property> |
|
77 </row> |
|
78 <column> |
|
79 <property name="text" > |
|
80 <string>Col A</string> |
|
81 </property> |
|
82 </column> |
|
83 <column> |
|
84 <property name="text" > |
|
85 <string>Col B</string> |
|
86 </property> |
|
87 </column> |
|
88 <item row="0" column="0" > |
|
89 <property name="text" > |
|
90 <string>Cell 1A</string> |
|
91 </property> |
|
92 </item> |
|
93 <item row="0" column="1" > |
|
94 <property name="text" > |
|
95 <string>Cell 1B</string> |
|
96 </property> |
|
97 </item> |
|
98 <item row="1" column="0" > |
|
99 <property name="text" > |
|
100 <string>Cell 2A</string> |
|
101 </property> |
|
102 </item> |
|
103 <item row="1" column="1" > |
|
104 <property name="text" > |
|
105 <string>Cell 2B</string> |
|
106 </property> |
|
107 </item> |
|
108 </widget> |
|
109 </item> |
|
110 </layout> |
|
111 </widget> |
|
112 <resources/> |
|
113 <connections/> |
|
114 </ui> |