diff options
Diffstat (limited to 'tests/auto/uic3/baseline/masterchildwindow.ui.4')
-rw-r--r-- | tests/auto/uic3/baseline/masterchildwindow.ui.4 | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/tests/auto/uic3/baseline/masterchildwindow.ui.4 b/tests/auto/uic3/baseline/masterchildwindow.ui.4 new file mode 100644 index 0000000..4c4f1fd --- /dev/null +++ b/tests/auto/uic3/baseline/masterchildwindow.ui.4 @@ -0,0 +1,109 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0" stdsetdef="1"> + <author></author> + <comment></comment> + <exportmacro></exportmacro> + <class>MasterChildWindowBase</class> + <widget class="QWidget" name="MasterChildWindowBase"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>565</width> + <height>659</height> + </rect> + </property> + <property name="windowTitle"> + <string>Qt Master-Child Example</string> + </property> + <layout class="QGridLayout"> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <item row="0" column="0"> + <widget class="QLabel" name="TextLabel1"> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>4</vsizetype> + </sizepolicy> + </property> + <property name="text"> + <string>Master Table</string> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="TextLabel2"> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>4</vsizetype> + </sizepolicy> + </property> + <property name="text"> + <string>Child Table</string> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QSqlTable" name="masterTable"> + <property name="sorting"> + <bool>true</bool> + </property> + <property name="database" stdset="0"> + <stringlist> + <string>(default)</string> + <string>qsql_master</string> + </stringlist> + </property> + <column> + <property name="text"> + <string>name</string> + </property> + <property name="pixmap"> + <pixmap/> + </property> + <property name="field"> + <string>name</string> + </property> + </column> + </widget> + </item> + <item row="3" column="0"> + <widget class="QSqlTable" name="childTable"> + <property name="sorting"> + <bool>true</bool> + </property> + <property name="database" stdset="0"> + <stringlist> + <string>(default)</string> + <string>qsql_child</string> + </stringlist> + </property> + <column> + <property name="text"> + <string>Name</string> + </property> + <property name="pixmap"> + <pixmap/> + </property> + <property name="field"> + <string>name</string> + </property> + </column> + </widget> + </item> + </layout> + </widget> + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> +</ui> |