0
|
1 |
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
|
2 |
<class>SqlBrowseWindowBase</class>
|
|
3 |
<widget class="QWidget">
|
|
4 |
<property name="name">
|
|
5 |
<cstring>SqlBrowseWindowBase</cstring>
|
|
6 |
</property>
|
|
7 |
<property name="geometry">
|
|
8 |
<rect>
|
|
9 |
<x>0</x>
|
|
10 |
<y>0</y>
|
|
11 |
<width>630</width>
|
|
12 |
<height>516</height>
|
|
13 |
</rect>
|
|
14 |
</property>
|
|
15 |
<property name="caption">
|
|
16 |
<string>Qt SQL Browse</string>
|
|
17 |
</property>
|
|
18 |
<grid>
|
|
19 |
<property name="name">
|
|
20 |
<cstring>unnamed</cstring>
|
|
21 |
</property>
|
|
22 |
<property name="margin">
|
|
23 |
<number>11</number>
|
|
24 |
</property>
|
|
25 |
<property name="spacing">
|
|
26 |
<number>6</number>
|
|
27 |
</property>
|
|
28 |
<widget class="QMultiLineEdit" row="2" column="0">
|
|
29 |
<property name="name">
|
|
30 |
<cstring>currentRecordEdit</cstring>
|
|
31 |
</property>
|
|
32 |
<property name="enabled">
|
|
33 |
<bool>true</bool>
|
|
34 |
</property>
|
|
35 |
<property name="sizePolicy">
|
|
36 |
<sizepolicy>
|
|
37 |
<hsizetype>7</hsizetype>
|
|
38 |
<vsizetype>5</vsizetype>
|
|
39 |
</sizepolicy>
|
|
40 |
</property>
|
|
41 |
<property name="font">
|
|
42 |
<font>
|
|
43 |
</font>
|
|
44 |
</property>
|
|
45 |
<property name="text">
|
|
46 |
<string></string>
|
|
47 |
</property>
|
|
48 |
</widget>
|
|
49 |
<widget class="QTabWidget" row="0" column="0">
|
|
50 |
<property name="name">
|
|
51 |
<cstring>tabs</cstring>
|
|
52 |
</property>
|
|
53 |
<property name="sizePolicy">
|
|
54 |
<sizepolicy>
|
|
55 |
<hsizetype>7</hsizetype>
|
|
56 |
<vsizetype>4</vsizetype>
|
|
57 |
</sizepolicy>
|
|
58 |
</property>
|
|
59 |
<widget class="QWidget">
|
|
60 |
<property name="name">
|
|
61 |
<cstring>tab</cstring>
|
|
62 |
</property>
|
|
63 |
<attribute name="title">
|
|
64 |
<string>Tables</string>
|
|
65 |
</attribute>
|
|
66 |
<grid>
|
|
67 |
<property name="name">
|
|
68 |
<cstring>unnamed</cstring>
|
|
69 |
</property>
|
|
70 |
<property name="margin">
|
|
71 |
<number>11</number>
|
|
72 |
</property>
|
|
73 |
<property name="spacing">
|
|
74 |
<number>6</number>
|
|
75 |
</property>
|
|
76 |
<widget class="QListBox" row="0" column="0" rowspan="2" colspan="1">
|
|
77 |
<property name="name">
|
|
78 |
<cstring>tableList</cstring>
|
|
79 |
</property>
|
|
80 |
<property name="sizePolicy">
|
|
81 |
<sizepolicy>
|
|
82 |
<hsizetype>7</hsizetype>
|
|
83 |
<vsizetype>4</vsizetype>
|
|
84 |
</sizepolicy>
|
|
85 |
</property>
|
|
86 |
<property name="maximumSize">
|
|
87 |
<size>
|
|
88 |
<width>32767</width>
|
|
89 |
<height>200</height>
|
|
90 |
</size>
|
|
91 |
</property>
|
|
92 |
</widget>
|
|
93 |
<widget class="QPushButton" row="1" column="1">
|
|
94 |
<property name="name">
|
|
95 |
<cstring>execButton</cstring>
|
|
96 |
</property>
|
|
97 |
<property name="sizePolicy">
|
|
98 |
<sizepolicy>
|
|
99 |
<hsizetype>4</hsizetype>
|
|
100 |
<vsizetype>0</vsizetype>
|
|
101 |
</sizepolicy>
|
|
102 |
</property>
|
|
103 |
<property name="text">
|
|
104 |
<string>&Execute</string>
|
|
105 |
</property>
|
|
106 |
<property name="default">
|
|
107 |
<bool>true</bool>
|
|
108 |
</property>
|
|
109 |
</widget>
|
|
110 |
<spacer row="0" column="1">
|
|
111 |
<property name="name" stdset="0">
|
|
112 |
<cstring>Spacer1</cstring>
|
|
113 |
</property>
|
|
114 |
<property name="orientation">
|
|
115 |
<enum>Vertical</enum>
|
|
116 |
</property>
|
|
117 |
<property name="sizeType">
|
|
118 |
<enum>Expanding</enum>
|
|
119 |
</property>
|
|
120 |
<property name="sizeHint">
|
|
121 |
<size>
|
|
122 |
<width>20</width>
|
|
123 |
<height>20</height>
|
|
124 |
</size>
|
|
125 |
</property>
|
|
126 |
</spacer>
|
|
127 |
</grid>
|
|
128 |
</widget>
|
|
129 |
</widget>
|
|
130 |
<widget class="QDataTable" row="1" column="0">
|
|
131 |
<property name="name">
|
|
132 |
<cstring>dataGrid</cstring>
|
|
133 |
</property>
|
|
134 |
</widget>
|
|
135 |
</grid>
|
|
136 |
</widget>
|
|
137 |
<connections>
|
|
138 |
<slot access="protected" language="C++">init()</slot>
|
|
139 |
</connections>
|
|
140 |
<tabstops>
|
|
141 |
<tabstop>execButton</tabstop>
|
|
142 |
</tabstops>
|
|
143 |
</UI>
|