tools/designer/src/components/taskmenu/tablewidgeteditor.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 Qt Designer 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>qdesigner_internal::TableWidgetEditor</class>
       
    43  <widget class="QDialog" name="qdesigner_internal::TableWidgetEditor" >
       
    44   <property name="geometry" >
       
    45    <rect>
       
    46     <x>0</x>
       
    47     <y>0</y>
       
    48     <width>550</width>
       
    49     <height>360</height>
       
    50    </rect>
       
    51   </property>
       
    52   <property name="windowTitle" >
       
    53    <string>Edit Table Widget</string>
       
    54   </property>
       
    55   <layout class="QVBoxLayout" name="verticalLayout" >
       
    56    <item>
       
    57     <widget class="QTabWidget" name="tabWidget" >
       
    58      <property name="currentIndex" >
       
    59       <number>0</number>
       
    60      </property>
       
    61      <widget class="QWidget" name="itemsTab" >
       
    62       <attribute name="title" >
       
    63        <string>&amp;Items</string>
       
    64       </attribute>
       
    65       <layout class="QVBoxLayout" name="verticalLayout_2" >
       
    66        <item>
       
    67         <widget class="QWidget" native="1" name="widget" >
       
    68          <layout class="QVBoxLayout" name="verticalLayout_3" >
       
    69           <property name="margin" >
       
    70            <number>0</number>
       
    71           </property>
       
    72           <item>
       
    73            <widget class="QTableWidget" name="tableWidget" >
       
    74             <property name="toolTip" >
       
    75              <string>Table Items</string>
       
    76             </property>
       
    77            </widget>
       
    78           </item>
       
    79           <item>
       
    80            <layout class="QHBoxLayout" name="buttonsLayout" >
       
    81             <item>
       
    82              <spacer name="horizontalSpacer" >
       
    83               <property name="orientation" >
       
    84                <enum>Qt::Horizontal</enum>
       
    85               </property>
       
    86               <property name="sizeHint" stdset="0" >
       
    87                <size>
       
    88                 <width>40</width>
       
    89                 <height>20</height>
       
    90                </size>
       
    91               </property>
       
    92              </spacer>
       
    93             </item>
       
    94             <item>
       
    95              <widget class="QPushButton" name="showPropertiesButton" >
       
    96               <property name="text" >
       
    97                <string>Properties &amp;>></string>
       
    98               </property>
       
    99              </widget>
       
   100             </item>
       
   101            </layout>
       
   102           </item>
       
   103          </layout>
       
   104         </widget>
       
   105        </item>
       
   106       </layout>
       
   107      </widget>
       
   108     </widget>
       
   109    </item>
       
   110    <item>
       
   111     <widget class="QDialogButtonBox" name="buttonBox" >
       
   112      <property name="orientation" >
       
   113       <enum>Qt::Horizontal</enum>
       
   114      </property>
       
   115      <property name="standardButtons" >
       
   116       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
       
   117      </property>
       
   118     </widget>
       
   119    </item>
       
   120   </layout>
       
   121  </widget>
       
   122  <resources/>
       
   123  <connections>
       
   124   <connection>
       
   125    <sender>buttonBox</sender>
       
   126    <signal>accepted()</signal>
       
   127    <receiver>qdesigner_internal::TableWidgetEditor</receiver>
       
   128    <slot>accept()</slot>
       
   129    <hints>
       
   130     <hint type="sourcelabel" >
       
   131      <x>431</x>
       
   132      <y>351</y>
       
   133     </hint>
       
   134     <hint type="destinationlabel" >
       
   135      <x>373</x>
       
   136      <y>362</y>
       
   137     </hint>
       
   138    </hints>
       
   139   </connection>
       
   140   <connection>
       
   141    <sender>buttonBox</sender>
       
   142    <signal>rejected()</signal>
       
   143    <receiver>qdesigner_internal::TableWidgetEditor</receiver>
       
   144    <slot>reject()</slot>
       
   145    <hints>
       
   146     <hint type="sourcelabel" >
       
   147      <x>547</x>
       
   148      <y>354</y>
       
   149     </hint>
       
   150     <hint type="destinationlabel" >
       
   151      <x>562</x>
       
   152      <y>362</y>
       
   153     </hint>
       
   154    </hints>
       
   155   </connection>
       
   156  </connections>
       
   157 </ui>