tests/auto/uic3/baseline/multilineeditor.ui.4
changeset 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0" stdsetdef="1">
       
     3   <author></author>
       
     4   <comment>*********************************************************************
       
     5 **
       
     6 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     7 ** All rights reserved.
       
     8 ** Contact: Nokia Corporation (qt-info@nokia.com)
       
     9 **
       
    10 ** This file is part of the autotests of the Qt Toolkit.
       
    11 **
       
    12 ** $QT_BEGIN_LICENSE:LGPL$
       
    13 ** No Commercial Usage
       
    14 ** This file contains pre-release code and may not be distributed.
       
    15 ** You may use this file in accordance with the terms and conditions
       
    16 ** contained in the Technology Preview License Agreement accompanying
       
    17 ** this package.
       
    18 **
       
    19 ** GNU Lesser General Public License Usage
       
    20 ** Alternatively, this file may be used under the terms of the GNU Lesser
       
    21 ** General Public License version 2.1 as published by the Free Software
       
    22 ** Foundation and appearing in the file LICENSE.LGPL included in the
       
    23 ** packaging of this file.  Please review the following information to
       
    24 ** ensure the GNU Lesser General Public License version 2.1 requirements
       
    25 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
       
    26 **
       
    27 ** In addition, as a special exception, Nokia gives you certain additional
       
    28 ** rights.  These rights are described in the Nokia Qt LGPL Exception
       
    29 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
       
    30 **
       
    31 ** If you have questions regarding the use of this file, please contact
       
    32 ** Nokia at qt-info@nokia.com.
       
    33 **
       
    34 **
       
    35 **
       
    36 **
       
    37 **
       
    38 **
       
    39 **
       
    40 **
       
    41 ** $QT_END_LICENSE$
       
    42 **
       
    43 *********************************************************************</comment>
       
    44   <exportmacro></exportmacro>
       
    45   <class>MultiLineEditorBase</class>
       
    46   <widget class="Q3MainWindow" name="MultiLineEditorBase">
       
    47     <property name="geometry">
       
    48       <rect>
       
    49         <x>0</x>
       
    50         <y>0</y>
       
    51         <width>598</width>
       
    52         <height>307</height>
       
    53       </rect>
       
    54     </property>
       
    55     <property name="windowTitle">
       
    56       <string>Edit Text</string>
       
    57     </property>
       
    58     <property name="whatsThis" stdset="0">
       
    59       <string>&lt;b&gt;Multiline Edit&lt;/b&gt;&lt;p&gt;This is a simple richtext editor. For an easier working, it provides the most common html tags in form of toolbar items respectively shortcuts. By clicking on such an icon, the regarding tag will be written to the editor and you can insert your text. If you have already written a text and want to format it, just mark it and click on the wished tag button. For a better visualization this editor supports also a simple html syntax highlighting.</string>
       
    60     </property>
       
    61     <widget class="QWidget">
       
    62       <layout class="QHBoxLayout">
       
    63         <property name="margin">
       
    64           <number>11</number>
       
    65         </property>
       
    66         <property name="spacing">
       
    67           <number>6</number>
       
    68         </property>
       
    69         <item>
       
    70           <layout class="QHBoxLayout">
       
    71             <property name="margin">
       
    72               <number>0</number>
       
    73             </property>
       
    74             <property name="spacing">
       
    75               <number>6</number>
       
    76             </property>
       
    77             <item>
       
    78               <layout class="QVBoxLayout">
       
    79                 <property name="margin">
       
    80                   <number>0</number>
       
    81                 </property>
       
    82                 <property name="spacing">
       
    83                   <number>6</number>
       
    84                 </property>
       
    85                 <item>
       
    86                   <widget class="QPushButton" name="OkButton">
       
    87                     <property name="text">
       
    88                       <string>&amp;OK</string>
       
    89                     </property>
       
    90                     <property name="checked">
       
    91                       <bool>false</bool>
       
    92                     </property>
       
    93                     <property name="autoDefault">
       
    94                       <bool>true</bool>
       
    95                     </property>
       
    96                     <property name="default">
       
    97                       <bool>true</bool>
       
    98                     </property>
       
    99                   </widget>
       
   100                 </item>
       
   101                 <item>
       
   102                   <widget class="QPushButton" name="applyButton">
       
   103                     <property name="text">
       
   104                       <string>&amp;Apply</string>
       
   105                     </property>
       
   106                   </widget>
       
   107                 </item>
       
   108                 <item>
       
   109                   <widget class="QPushButton" name="cancelButton">
       
   110                     <property name="text">
       
   111                       <string>&amp;Cancel</string>
       
   112                     </property>
       
   113                   </widget>
       
   114                 </item>
       
   115                 <item>
       
   116                   <spacer name="Spacer3">
       
   117                     <property name="sizeHint">
       
   118                       <size>
       
   119                         <width>20</width>
       
   120                         <height>20</height>
       
   121                       </size>
       
   122                     </property>
       
   123                     <property name="sizeType">
       
   124                       <enum>QSizePolicy::Expanding</enum>
       
   125                     </property>
       
   126                     <property name="orientation">
       
   127                       <enum>Qt::Vertical</enum>
       
   128                     </property>
       
   129                   </spacer>
       
   130                 </item>
       
   131                 <item>
       
   132                   <widget class="QPushButton" name="helpButton">
       
   133                     <property name="text">
       
   134                       <string>&amp;Help</string>
       
   135                     </property>
       
   136                   </widget>
       
   137                 </item>
       
   138               </layout>
       
   139             </item>
       
   140           </layout>
       
   141         </item>
       
   142       </layout>
       
   143     </widget>
       
   144     <widget class="QMenuBar" name="menuBar"/>
       
   145   </widget>
       
   146   <layoutdefault spacing="6" margin="11"/>
       
   147   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
       
   148   <connections>
       
   149     <connection>
       
   150       <sender>OkButton</sender>
       
   151       <signal>clicked()</signal>
       
   152       <receiver>MultiLineEditorBase</receiver>
       
   153       <slot>okClicked()</slot>
       
   154     </connection>
       
   155     <connection>
       
   156       <sender>applyButton</sender>
       
   157       <signal>clicked()</signal>
       
   158       <receiver>MultiLineEditorBase</receiver>
       
   159       <slot>applyClicked()</slot>
       
   160     </connection>
       
   161     <connection>
       
   162       <sender>cancelButton</sender>
       
   163       <signal>clicked()</signal>
       
   164       <receiver>MultiLineEditorBase</receiver>
       
   165       <slot>cancelClicked()</slot>
       
   166     </connection>
       
   167   </connections>
       
   168 </ui>