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/archivedialog.ui.4 | |
download | Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.zip Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.gz Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.bz2 |
Long live Qt for S60!
Diffstat (limited to 'tests/auto/uic3/baseline/archivedialog.ui.4')
-rw-r--r-- | tests/auto/uic3/baseline/archivedialog.ui.4 | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/tests/auto/uic3/baseline/archivedialog.ui.4 b/tests/auto/uic3/baseline/archivedialog.ui.4 new file mode 100644 index 0000000..833dcf5 --- /dev/null +++ b/tests/auto/uic3/baseline/archivedialog.ui.4 @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0" stdsetdef="1"> + <author></author> + <comment></comment> + <exportmacro></exportmacro> + <class>ArchiveDialog</class> + <widget class="QDialog" name="ArchiveDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>673</width> + <height>561</height> + </rect> + </property> + <property name="windowTitle"> + <string>Qt-interest Archive Search Tool</string> + </property> + <layout class="QVBoxLayout"> + <item> + <layout class="QHBoxLayout"> + <item> + <widget class="QLabel" name="myTextLabel"> + <property name="text"> + <string>Search phrase</string> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="myLineEdit"/> + </item> + </layout> + </item> + <item> + <widget class="QSplitter" name="splitter1"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <widget class="Q3ListView" name="myListView"> + <column> + <property name="text"> + <string>Matching documents</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + </widget> + <widget class="Q3TextBrowser" name="myTextBrowser"/> + </widget> + </item> + <item> + <layout class="QHBoxLayout"> + <item> + <spacer name="mySpacer"> + <property name="sizeHint"> + <size> + <width>281</width> + <height>21</height> + </size> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="myPushButton"> + <property name="text"> + <string>&Quit</string> + </property> + <property name="autoDefault"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <layoutdefault spacing="6" margin="11"/> + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> + <includes> + <include location="global">q3http.h</include> + <include location="global">q3url.h</include> + <include location="global">qmessagebox.h</include> + <include location="global">qapplication.h</include> + <include location="global">qcursor.h</include> + <include location="global">qregexp.h</include> + </includes> +</ui> |