tests/auto/uiloader/baseline/finddialog.ui
changeset 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <ui version="4.0" >
       
     2  <comment>*********************************************************************
       
     3 **
       
     4 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     5 ** All rights reserved.
       
     6 ** Contact: Nokia Corporation (qt-info@nokia.com)
       
     7 **
       
     8 ** This file is part of the autotests of the Qt Toolkit.
       
     9 **
       
    10 ** $QT_BEGIN_LICENSE:LGPL$
       
    11 ** No Commercial Usage
       
    12 ** This file contains pre-release code and may not be distributed.
       
    13 ** You may use this file in accordance with the terms and conditions
       
    14 ** contained in the Technology Preview License Agreement accompanying
       
    15 ** this package.
       
    16 **
       
    17 ** GNU Lesser General Public License Usage
       
    18 ** Alternatively, this file may be used under the terms of the GNU Lesser
       
    19 ** General Public License version 2.1 as published by the Free Software
       
    20 ** Foundation and appearing in the file LICENSE.LGPL included in the
       
    21 ** packaging of this file.  Please review the following information to
       
    22 ** ensure the GNU Lesser General Public License version 2.1 requirements
       
    23 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
       
    24 **
       
    25 ** In addition, as a special exception, Nokia gives you certain additional
       
    26 ** rights.  These rights are described in the Nokia Qt LGPL Exception
       
    27 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
       
    28 **
       
    29 ** If you have questions regarding the use of this file, please contact
       
    30 ** Nokia at qt-info@nokia.com.
       
    31 **
       
    32 **
       
    33 **
       
    34 **
       
    35 **
       
    36 **
       
    37 **
       
    38 **
       
    39 ** $QT_END_LICENSE$
       
    40 **
       
    41 *********************************************************************</comment>
       
    42  <class>FindDialog</class>
       
    43  <widget class="QDialog" name="FindDialog" >
       
    44   <property name="geometry" >
       
    45    <rect>
       
    46     <x>0</x>
       
    47     <y>0</y>
       
    48     <width>414</width>
       
    49     <height>170</height>
       
    50    </rect>
       
    51   </property>
       
    52   <property name="sizePolicy" >
       
    53    <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
       
    54     <horstretch>0</horstretch>
       
    55     <verstretch>0</verstretch>
       
    56    </sizepolicy>
       
    57   </property>
       
    58   <property name="windowTitle" >
       
    59    <string>Find</string>
       
    60   </property>
       
    61   <property name="whatsThis" >
       
    62    <string>This window allows you to search for some text in the translation source file.</string>
       
    63   </property>
       
    64   <layout class="QHBoxLayout" >
       
    65    <property name="spacing" >
       
    66     <number>6</number>
       
    67    </property>
       
    68    <property name="margin" >
       
    69     <number>11</number>
       
    70    </property>
       
    71    <item>
       
    72     <layout class="QVBoxLayout" >
       
    73      <property name="spacing" >
       
    74       <number>6</number>
       
    75      </property>
       
    76      <property name="margin" >
       
    77       <number>0</number>
       
    78      </property>
       
    79      <item>
       
    80       <layout class="QHBoxLayout" >
       
    81        <property name="spacing" >
       
    82         <number>6</number>
       
    83        </property>
       
    84        <property name="margin" >
       
    85         <number>0</number>
       
    86        </property>
       
    87        <item>
       
    88         <widget class="QLabel" name="findWhat" >
       
    89          <property name="text" >
       
    90           <string>&amp;Find what:</string>
       
    91          </property>
       
    92          <property name="buddy" >
       
    93           <cstring>led</cstring>
       
    94          </property>
       
    95         </widget>
       
    96        </item>
       
    97        <item>
       
    98         <widget class="QLineEdit" name="led" >
       
    99          <property name="whatsThis" >
       
   100           <string>Type in the text to search for.</string>
       
   101          </property>
       
   102         </widget>
       
   103        </item>
       
   104       </layout>
       
   105      </item>
       
   106      <item>
       
   107       <widget class="QGroupBox" name="groupBox" >
       
   108        <property name="title" >
       
   109         <string>Options</string>
       
   110        </property>
       
   111        <layout class="QGridLayout" >
       
   112         <property name="margin" >
       
   113          <number>9</number>
       
   114         </property>
       
   115         <property name="spacing" >
       
   116          <number>6</number>
       
   117         </property>
       
   118         <item row="1" column="0" >
       
   119          <widget class="QCheckBox" name="sourceText" >
       
   120           <property name="whatsThis" >
       
   121            <string>Source texts are searched when checked.</string>
       
   122           </property>
       
   123           <property name="text" >
       
   124            <string>&amp;Source texts</string>
       
   125           </property>
       
   126           <property name="checked" >
       
   127            <bool>true</bool>
       
   128           </property>
       
   129          </widget>
       
   130         </item>
       
   131         <item row="2" column="0" >
       
   132          <widget class="QCheckBox" name="translations" >
       
   133           <property name="whatsThis" >
       
   134            <string>Translations are searched when checked.</string>
       
   135           </property>
       
   136           <property name="text" >
       
   137            <string>&amp;Translations</string>
       
   138           </property>
       
   139           <property name="checked" >
       
   140            <bool>true</bool>
       
   141           </property>
       
   142          </widget>
       
   143         </item>
       
   144         <item row="0" column="1" >
       
   145          <widget class="QCheckBox" name="matchCase" >
       
   146           <property name="whatsThis" >
       
   147            <string>Texts such as 'TeX' and 'tex' are considered as different when checked.</string>
       
   148           </property>
       
   149           <property name="text" >
       
   150            <string>&amp;Match case</string>
       
   151           </property>
       
   152          </widget>
       
   153         </item>
       
   154         <item row="0" column="0" >
       
   155          <widget class="QCheckBox" name="comments" >
       
   156           <property name="whatsThis" >
       
   157            <string>Comments and contexts are searched when checked.</string>
       
   158           </property>
       
   159           <property name="text" >
       
   160            <string>&amp;Comments</string>
       
   161           </property>
       
   162           <property name="checked" >
       
   163            <bool>true</bool>
       
   164           </property>
       
   165          </widget>
       
   166         </item>
       
   167         <item row="1" column="1" >
       
   168          <widget class="QCheckBox" name="ignoreAccelerators" >
       
   169           <property name="text" >
       
   170            <string>Ignore &amp;accelerators</string>
       
   171           </property>
       
   172           <property name="checked" >
       
   173            <bool>true</bool>
       
   174           </property>
       
   175          </widget>
       
   176         </item>
       
   177        </layout>
       
   178       </widget>
       
   179      </item>
       
   180     </layout>
       
   181    </item>
       
   182    <item>
       
   183     <layout class="QVBoxLayout" >
       
   184      <property name="spacing" >
       
   185       <number>6</number>
       
   186      </property>
       
   187      <property name="margin" >
       
   188       <number>0</number>
       
   189      </property>
       
   190      <item>
       
   191       <widget class="QPushButton" name="findNxt" >
       
   192        <property name="whatsThis" >
       
   193         <string>Click here to find the next occurrence of the text you typed in.</string>
       
   194        </property>
       
   195        <property name="text" >
       
   196         <string>Find Next</string>
       
   197        </property>
       
   198        <property name="default" >
       
   199         <bool>true</bool>
       
   200        </property>
       
   201        <property name="flat" >
       
   202         <bool>false</bool>
       
   203        </property>
       
   204       </widget>
       
   205      </item>
       
   206      <item>
       
   207       <widget class="QPushButton" name="cancel" >
       
   208        <property name="whatsThis" >
       
   209         <string>Click here to close this window.</string>
       
   210        </property>
       
   211        <property name="text" >
       
   212         <string>Cancel</string>
       
   213        </property>
       
   214       </widget>
       
   215      </item>
       
   216      <item>
       
   217       <spacer>
       
   218        <property name="orientation" >
       
   219         <enum>Qt::Vertical</enum>
       
   220        </property>
       
   221        <property name="sizeType" >
       
   222         <enum>QSizePolicy::Expanding</enum>
       
   223        </property>
       
   224        <property name="sizeHint" stdset="0" >
       
   225         <size>
       
   226          <width>20</width>
       
   227          <height>51</height>
       
   228         </size>
       
   229        </property>
       
   230       </spacer>
       
   231      </item>
       
   232     </layout>
       
   233    </item>
       
   234   </layout>
       
   235  </widget>
       
   236  <layoutdefault spacing="6" margin="11" />
       
   237  <tabstops>
       
   238   <tabstop>led</tabstop>
       
   239   <tabstop>findNxt</tabstop>
       
   240   <tabstop>cancel</tabstop>
       
   241   <tabstop>comments</tabstop>
       
   242   <tabstop>sourceText</tabstop>
       
   243   <tabstop>translations</tabstop>
       
   244   <tabstop>matchCase</tabstop>
       
   245  </tabstops>
       
   246  <resources/>
       
   247  <connections>
       
   248   <connection>
       
   249    <sender>cancel</sender>
       
   250    <signal>clicked()</signal>
       
   251    <receiver>FindDialog</receiver>
       
   252    <slot>reject()</slot>
       
   253    <hints>
       
   254     <hint type="sourcelabel" >
       
   255      <x>372</x>
       
   256      <y>58</y>
       
   257     </hint>
       
   258     <hint type="destinationlabel" >
       
   259      <x>373</x>
       
   260      <y>109</y>
       
   261     </hint>
       
   262    </hints>
       
   263   </connection>
       
   264  </connections>
       
   265 </ui>