diff options
author | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
commit | 8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76 (patch) | |
tree | a17e1a767a89542ab59907462206d7dcf2e504b2 /tests/auto/uic3/baseline/masterchildwindow.ui | |
download | Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.zip Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.gz Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.bz2 |
Long live Qt for S60!
Diffstat (limited to 'tests/auto/uic3/baseline/masterchildwindow.ui')
-rw-r--r-- | tests/auto/uic3/baseline/masterchildwindow.ui | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/tests/auto/uic3/baseline/masterchildwindow.ui b/tests/auto/uic3/baseline/masterchildwindow.ui new file mode 100644 index 0000000..63e5d17 --- /dev/null +++ b/tests/auto/uic3/baseline/masterchildwindow.ui @@ -0,0 +1,111 @@ +<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> +<class>MasterChildWindowBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>MasterChildWindowBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>565</width> + <height>659</height> + </rect> + </property> + <property name="caption"> + <string>Qt Master-Child Example</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="QLabel" row="0" column="0"> + <property name="name"> + <cstring>TextLabel1</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>4</vsizetype> + </sizepolicy> + </property> + <property name="text"> + <string>Master Table</string> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>TextLabel2</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>4</vsizetype> + </sizepolicy> + </property> + <property name="text"> + <string>Child Table</string> + </property> + </widget> + <widget class="QSqlTable" row="1" column="0"> + <column> + <property name="text"> + <string>name</string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + <property name="field"> + <string>name</string> + </property> + </column> + <property name="name"> + <cstring>masterTable</cstring> + </property> + <property name="sorting"> + <bool>true</bool> + </property> + <property name="database" stdset="0"> + <stringlist> + <string>(default)</string> + <string>qsql_master</string> + </stringlist> + </property> + </widget> + <widget class="QSqlTable" row="3" column="0"> + <column> + <property name="text"> + <string>Name</string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + <property name="field"> + <string>name</string> + </property> + </column> + <property name="name"> + <cstring>childTable</cstring> + </property> + <property name="sorting"> + <bool>true</bool> + </property> + <property name="database" stdset="0"> + <stringlist> + <string>(default)</string> + <string>qsql_child</string> + </stringlist> + </property> + </widget> + </grid> +</widget> +<connections> + <slot access="protected" language="C++">newMasterSelection( const QSqlRecord* fields )</slot> +</connections> +</UI> |