diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-06-30 15:21:33 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-06-30 15:21:33 (GMT) |
commit | aa59008b92d4d1eb5b45352cac3408cc39086dba (patch) | |
tree | 13d3014d707b86e293726fd38d0e75d1354f378e /tests/auto/linguist/lupdate/testdata/recursivescan/project.ui | |
parent | e0463464773f5eb2bda98a467a9c91092a1f1964 (diff) | |
parent | cd796aa6dcdf83fa50ced56a9885835fda851a09 (diff) | |
download | Qt-aa59008b92d4d1eb5b45352cac3408cc39086dba.zip Qt-aa59008b92d4d1eb5b45352cac3408cc39086dba.tar.gz Qt-aa59008b92d4d1eb5b45352cac3408cc39086dba.tar.bz2 |
Merge commit 'origin/4.5'
Diffstat (limited to 'tests/auto/linguist/lupdate/testdata/recursivescan/project.ui')
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/recursivescan/project.ui | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/recursivescan/project.ui b/tests/auto/linguist/lupdate/testdata/recursivescan/project.ui new file mode 100644 index 0000000..e03a66e --- /dev/null +++ b/tests/auto/linguist/lupdate/testdata/recursivescan/project.ui @@ -0,0 +1,44 @@ +<ui version="4.0" > + <author></author> + <comment>********************************************************************* +** +** Copyright (C) 1992-$THISYEAR$ Trolltech AS. All rights reserved. +** +** This file is part of the $MODULE$ of the Qt Toolkit. +** +** $LICENSE$ +** +** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +** +*********************************************************************</comment> + <exportmacro></exportmacro> + <class>FindDialog</class> + <widget class="QWidget" name="FindDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>172</height> + </rect> + </property> + <property name="windowTitle" > + <string>Qt Assistant - Finn text</string> + </property> + <property name="height" > + <string>Finn tekst</string> + </property> + </widget> + <tabstops> + <tabstop>comboFind</tabstop> + <tabstop>checkWords</tabstop> + <tabstop>checkCase</tabstop> + <tabstop>radioForward</tabstop> + <tabstop>radioBackward</tabstop> + <tabstop>findButton</tabstop> + <tabstop>closeButton</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> |