|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment></comment> |
|
5 <exportmacro></exportmacro> |
|
6 <class>SqlBrowseWindowBase</class> |
|
7 <widget class="QWidget" name="SqlBrowseWindowBase"> |
|
8 <property name="geometry"> |
|
9 <rect> |
|
10 <x>0</x> |
|
11 <y>0</y> |
|
12 <width>630</width> |
|
13 <height>516</height> |
|
14 </rect> |
|
15 </property> |
|
16 <property name="windowTitle"> |
|
17 <string>Qt SQL Browse</string> |
|
18 </property> |
|
19 <layout class="QGridLayout"> |
|
20 <property name="margin"> |
|
21 <number>11</number> |
|
22 </property> |
|
23 <property name="spacing"> |
|
24 <number>6</number> |
|
25 </property> |
|
26 <item row="2" column="0"> |
|
27 <widget class="Q3MultiLineEdit" name="currentRecordEdit"> |
|
28 <property name="enabled"> |
|
29 <bool>true</bool> |
|
30 </property> |
|
31 <property name="sizePolicy"> |
|
32 <sizepolicy> |
|
33 <hsizetype>7</hsizetype> |
|
34 <vsizetype>5</vsizetype> |
|
35 </sizepolicy> |
|
36 </property> |
|
37 <property name="font"> |
|
38 <font/> |
|
39 </property> |
|
40 <property name="text"> |
|
41 <string/> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 <item row="0" column="0"> |
|
46 <widget class="QTabWidget" name="tabs"> |
|
47 <property name="sizePolicy"> |
|
48 <sizepolicy> |
|
49 <hsizetype>7</hsizetype> |
|
50 <vsizetype>4</vsizetype> |
|
51 </sizepolicy> |
|
52 </property> |
|
53 <widget class="QWidget" name="tab"> |
|
54 <attribute name="title"> |
|
55 <string>Tables</string> |
|
56 </attribute> |
|
57 <layout class="QGridLayout"> |
|
58 <property name="margin"> |
|
59 <number>11</number> |
|
60 </property> |
|
61 <property name="spacing"> |
|
62 <number>6</number> |
|
63 </property> |
|
64 <item row="0" column="0" rowspan="2" colspan="1"> |
|
65 <widget class="Q3ListBox" name="tableList"> |
|
66 <property name="sizePolicy"> |
|
67 <sizepolicy> |
|
68 <hsizetype>7</hsizetype> |
|
69 <vsizetype>4</vsizetype> |
|
70 </sizepolicy> |
|
71 </property> |
|
72 <property name="maximumSize"> |
|
73 <size> |
|
74 <width>32767</width> |
|
75 <height>200</height> |
|
76 </size> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 <item row="1" column="1"> |
|
81 <widget class="QPushButton" name="execButton"> |
|
82 <property name="sizePolicy"> |
|
83 <sizepolicy> |
|
84 <hsizetype>4</hsizetype> |
|
85 <vsizetype>0</vsizetype> |
|
86 </sizepolicy> |
|
87 </property> |
|
88 <property name="text"> |
|
89 <string>&Execute</string> |
|
90 </property> |
|
91 <property name="default"> |
|
92 <bool>true</bool> |
|
93 </property> |
|
94 </widget> |
|
95 </item> |
|
96 <item row="0" column="1"> |
|
97 <spacer name="Spacer1"> |
|
98 <property name="sizeHint"> |
|
99 <size> |
|
100 <width>20</width> |
|
101 <height>20</height> |
|
102 </size> |
|
103 </property> |
|
104 <property name="sizeType"> |
|
105 <enum>QSizePolicy::Expanding</enum> |
|
106 </property> |
|
107 <property name="orientation"> |
|
108 <enum>Qt::Vertical</enum> |
|
109 </property> |
|
110 </spacer> |
|
111 </item> |
|
112 </layout> |
|
113 </widget> |
|
114 </widget> |
|
115 </item> |
|
116 <item row="1" column="0"> |
|
117 <widget class="Q3DataTable" name="dataGrid"/> |
|
118 </item> |
|
119 </layout> |
|
120 </widget> |
|
121 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
122 <tabstops> |
|
123 <tabstop>execButton</tabstop> |
|
124 </tabstops> |
|
125 </ui> |