summaryrefslogtreecommitdiffstats
path: root/tests/auto/uic3/baseline/sqlbrowsewindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/uic3/baseline/sqlbrowsewindow.ui')
-rw-r--r--tests/auto/uic3/baseline/sqlbrowsewindow.ui143
1 files changed, 143 insertions, 0 deletions
diff --git a/tests/auto/uic3/baseline/sqlbrowsewindow.ui b/tests/auto/uic3/baseline/sqlbrowsewindow.ui
new file mode 100644
index 0000000..8708af9
--- /dev/null
+++ b/tests/auto/uic3/baseline/sqlbrowsewindow.ui
@@ -0,0 +1,143 @@
+<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
+<class>SqlBrowseWindowBase</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>SqlBrowseWindowBase</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>630</width>
+ <height>516</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>Qt SQL Browse</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="margin">
+ <number>11</number>
+ </property>
+ <property name="spacing">
+ <number>6</number>
+ </property>
+ <widget class="QMultiLineEdit" row="2" column="0">
+ <property name="name">
+ <cstring>currentRecordEdit</cstring>
+ </property>
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>5</vsizetype>
+ </sizepolicy>
+ </property>
+ <property name="font">
+ <font>
+ </font>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ </widget>
+ <widget class="QTabWidget" row="0" column="0">
+ <property name="name">
+ <cstring>tabs</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>4</vsizetype>
+ </sizepolicy>
+ </property>
+ <widget class="QWidget">
+ <property name="name">
+ <cstring>tab</cstring>
+ </property>
+ <attribute name="title">
+ <string>Tables</string>
+ </attribute>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="margin">
+ <number>11</number>
+ </property>
+ <property name="spacing">
+ <number>6</number>
+ </property>
+ <widget class="QListBox" row="0" column="0" rowspan="2" colspan="1">
+ <property name="name">
+ <cstring>tableList</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>4</vsizetype>
+ </sizepolicy>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>32767</width>
+ <height>200</height>
+ </size>
+ </property>
+ </widget>
+ <widget class="QPushButton" row="1" column="1">
+ <property name="name">
+ <cstring>execButton</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>4</hsizetype>
+ <vsizetype>0</vsizetype>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>&amp;Execute</string>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ </widget>
+ <spacer row="0" column="1">
+ <property name="name" stdset="0">
+ <cstring>Spacer1</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </grid>
+ </widget>
+ </widget>
+ <widget class="QDataTable" row="1" column="0">
+ <property name="name">
+ <cstring>dataGrid</cstring>
+ </property>
+ </widget>
+ </grid>
+</widget>
+<connections>
+ <slot access="protected" language="C++">init()</slot>
+</connections>
+<tabstops>
+ <tabstop>execButton</tabstop>
+</tabstops>
+</UI>