tools/designer/src/components/widgetbox/widgetbox.xml
changeset 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--************************************************************************
       
     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 **************************************************************************-->
       
    42 <widgetbox version="4.2">
       
    43     <category name="Layouts">
       
    44 
       
    45         <categoryentry name="Vertical Layout" icon="win/editvlayout.png">
       
    46             <ui>
       
    47                 <widget class="QWidget">
       
    48                     <property name="objectName">
       
    49                         <string notr="true">verticalLayoutWidget</string>
       
    50                     </property>
       
    51                     <property name="geometry">
       
    52                         <rect>
       
    53                             <x>0</x>
       
    54                             <y>0</y>
       
    55                             <width>160</width>
       
    56                             <height>80</height>
       
    57                         </rect>
       
    58                     </property>
       
    59                     <layout class="QVBoxLayout" name="verticalLayout">
       
    60                     </layout>
       
    61                 </widget>
       
    62             </ui>
       
    63         </categoryentry>
       
    64 
       
    65         <categoryentry name="Horizontal Layout" icon="win/edithlayout.png">
       
    66             <ui>
       
    67                 <widget class="QWidget">
       
    68                     <property name="objectName">
       
    69                         <string notr="true">horizontalLayoutWidget</string>
       
    70                     </property>
       
    71                     <property name="geometry">
       
    72                         <rect>
       
    73                             <x>0</x>
       
    74                             <y>0</y>
       
    75                             <width>160</width>
       
    76                             <height>80</height>
       
    77                         </rect>
       
    78                     </property>
       
    79                     <layout class="QHBoxLayout" name="horizontalLayout">
       
    80                     </layout>
       
    81                 </widget>
       
    82             </ui>
       
    83         </categoryentry>
       
    84 
       
    85         <categoryentry name="Grid Layout" icon="win/editgrid.png">
       
    86             <ui>
       
    87                 <widget class="QWidget">
       
    88                     <property name="objectName">
       
    89                         <string notr="true">gridLayoutWidget</string>
       
    90                     </property>
       
    91                     <property name="geometry">
       
    92                         <rect>
       
    93                             <x>0</x>
       
    94                             <y>0</y>
       
    95                             <width>160</width>
       
    96                             <height>80</height>
       
    97                         </rect>
       
    98                     </property>
       
    99                     <layout class="QGridLayout" name="gridLayout">
       
   100                     </layout>
       
   101                 </widget>
       
   102             </ui>
       
   103         </categoryentry>
       
   104 
       
   105         <categoryentry name="Form Layout" icon="win/editform.png">
       
   106             <ui>
       
   107                 <widget class="QWidget">
       
   108                     <property name="objectName">
       
   109                         <string notr="true">formLayoutWidget</string>
       
   110                     </property>
       
   111                     <property name="geometry">
       
   112                         <rect>
       
   113                             <x>0</x>
       
   114                             <y>0</y>
       
   115                             <width>160</width>
       
   116                             <height>80</height>
       
   117                         </rect>
       
   118                     </property>
       
   119                     <layout class="QFormLayout" name="formLayout">
       
   120                     </layout>
       
   121                 </widget>
       
   122             </ui>
       
   123         </categoryentry>
       
   124 
       
   125     </category>
       
   126 
       
   127     <category name="Spacers">
       
   128 
       
   129        <categoryentry name="Horizontal Spacer" icon="widgets/spacer.png">
       
   130             <ui>
       
   131                 <widget class="Spacer">
       
   132                     <property name="orientation" >
       
   133                         <enum>Qt::Horizontal</enum>
       
   134                     </property>
       
   135                     <property name="objectName">
       
   136                         <string notr="true">horizontalSpacer</string>
       
   137                     </property>
       
   138                     <property name="sizeHint" >
       
   139                         <size>
       
   140                             <width>40</width>
       
   141                             <height>20</height>
       
   142                         </size>
       
   143                     </property>
       
   144                 </widget>
       
   145             </ui>
       
   146         </categoryentry>
       
   147 
       
   148        <categoryentry  name="Vertical Spacer" icon="widgets/vspacer.png">
       
   149              <ui>
       
   150                 <widget class="Spacer">
       
   151                     <property name="orientation">
       
   152                         <enum>Qt::Vertical</enum>
       
   153                     </property>
       
   154                     <property name="objectName">
       
   155                         <string notr="true">verticalSpacer</string>
       
   156                     </property>
       
   157                     <property name="sizeHint">
       
   158                         <size>
       
   159                             <width>20</width>
       
   160                             <height>40</height>
       
   161                         </size>
       
   162                     </property>
       
   163                 </widget>
       
   164             </ui>
       
   165             </categoryentry>
       
   166 
       
   167     </category>
       
   168 
       
   169     <category name="Buttons">
       
   170 
       
   171         <categoryentry name="Push Button" icon="widgets/pushbutton.png">
       
   172              <ui>
       
   173                 <widget class="QPushButton">
       
   174                     <property name="text" >
       
   175                         <string>PushButton</string>
       
   176                     </property>
       
   177                     <property name="objectName">
       
   178                         <string notr="true">pushButton</string>
       
   179                     </property>
       
   180                 </widget>
       
   181             </ui>
       
   182         </categoryentry>
       
   183 
       
   184         <categoryentry name="Tool Button" icon="widgets/toolbutton.png">
       
   185             <ui>
       
   186                 <widget class="QToolButton">
       
   187                     <property name="objectName">
       
   188                         <string notr="true">toolButton</string>
       
   189                     </property>
       
   190                     <property name="text" >
       
   191                         <string>...</string>
       
   192                     </property>
       
   193                 </widget>
       
   194             </ui>
       
   195         </categoryentry>
       
   196 
       
   197         <categoryentry name="Radio Button" icon="widgets/radiobutton.png">
       
   198             <ui>
       
   199                 <widget class="QRadioButton">
       
   200                     <property name="text" >
       
   201                         <string>RadioButton</string>
       
   202                     </property>
       
   203                     <property name="objectName">
       
   204                         <string notr="true">radioButton</string>
       
   205                     </property>
       
   206                 </widget>
       
   207             </ui>
       
   208         </categoryentry>
       
   209 
       
   210         <categoryentry name="Check Box" icon="widgets/checkbox.png">
       
   211             <ui>
       
   212                 <widget class="QCheckBox">
       
   213                     <property name="text" >
       
   214                         <string>CheckBox</string>
       
   215                     </property>
       
   216                     <property name="objectName">
       
   217                         <string notr="true">checkBox</string>
       
   218                     </property>
       
   219                 </widget>
       
   220             </ui>
       
   221         </categoryentry>
       
   222 
       
   223         <categoryentry name="Command Link Button" icon="widgets/commandlinkbutton.png">
       
   224             <ui>
       
   225                 <widget class="QCommandLinkButton">
       
   226                     <property name="text" >
       
   227                         <string>CommandLinkButton</string>
       
   228                     </property>
       
   229                     <property name="objectName">
       
   230                         <string notr="true">commandLinkButton</string>
       
   231                     </property>
       
   232                 </widget>
       
   233             </ui>
       
   234         </categoryentry>
       
   235 
       
   236         <categoryentry name="Button Box" icon="widgets/dialogbuttonbox.png">
       
   237             <ui>
       
   238                 <widget class="QDialogButtonBox">
       
   239                     <property name="standardButtons" >
       
   240                         <set>QDialogButtonBox::Ok|QDialogButtonBox::Cancel</set>
       
   241                     </property>
       
   242                     <property name="objectName">
       
   243                         <string notr="true">buttonBox</string>
       
   244                     </property>
       
   245                 </widget>
       
   246             </ui>
       
   247         </categoryentry>
       
   248 
       
   249     </category>
       
   250 
       
   251     <category name="Item Views (Model-Based)">
       
   252 
       
   253         <categoryentry name="List View" icon="widgets/listbox.png">
       
   254             <ui>
       
   255                 <widget class="QListView">
       
   256                     <property name="objectName">
       
   257                         <string notr="true">listView</string>
       
   258                     </property>
       
   259                 </widget>
       
   260             </ui>
       
   261         </categoryentry>
       
   262 
       
   263         <categoryentry name="Tree View" icon="widgets/listview.png">
       
   264             <ui>
       
   265                 <widget class="QTreeView">
       
   266                     <property name="objectName">
       
   267                         <string notr="true">treeView</string>
       
   268                     </property>
       
   269                 </widget>
       
   270             </ui>
       
   271         </categoryentry>
       
   272 
       
   273         <categoryentry name="Table View" icon="widgets/table.png">
       
   274             <ui>
       
   275                 <widget class="QTableView">
       
   276                     <property name="objectName">
       
   277                         <string notr="true">tableView</string>
       
   278                     </property>
       
   279                 </widget>
       
   280             </ui>
       
   281         </categoryentry>
       
   282 
       
   283         <categoryentry name="Column View" icon="widgets/columnview.png">
       
   284             <ui>
       
   285                 <widget class="QColumnView">
       
   286                     <property name="objectName">
       
   287                         <string notr="true">columnView</string>
       
   288                     </property>
       
   289                 </widget>
       
   290             </ui>
       
   291         </categoryentry>
       
   292 
       
   293     </category>
       
   294 
       
   295     <category name="Item Widgets (Item-Based)">
       
   296         <categoryentry name="List Widget" icon="widgets/listbox.png">
       
   297             <ui>
       
   298                 <widget class="QListWidget">
       
   299                     <property name="objectName">
       
   300                         <string notr="true">listWidget</string>
       
   301                     </property>
       
   302                 </widget>
       
   303             </ui>
       
   304         </categoryentry>
       
   305 
       
   306         <categoryentry name="Tree Widget" icon="widgets/listview.png">
       
   307             <ui>
       
   308                 <widget class="QTreeWidget">
       
   309                     <property name="objectName">
       
   310                         <string notr="true">treeWidget</string>
       
   311                     </property>
       
   312                 </widget>
       
   313             </ui>
       
   314         </categoryentry>
       
   315 
       
   316         <categoryentry name="Table Widget" icon="widgets/table.png">
       
   317             <ui>
       
   318                 <widget class="QTableWidget">
       
   319                     <property name="objectName">
       
   320                         <string notr="true">tableWidget</string>
       
   321                     </property>
       
   322                 </widget>
       
   323             </ui>
       
   324         </categoryentry>
       
   325 
       
   326     </category>
       
   327 
       
   328     <category name="Containers">
       
   329 
       
   330         <categoryentry name="Group Box" icon="widgets/groupbox.png">
       
   331             <ui>
       
   332                 <widget class="QGroupBox">
       
   333                     <property name="title" >
       
   334                         <string>GroupBox</string>
       
   335                     </property>
       
   336                     <property name="geometry">
       
   337                         <rect>
       
   338                             <x>0</x>
       
   339                             <y>0</y>
       
   340                             <width>120</width>
       
   341                             <height>80</height>
       
   342                         </rect>
       
   343                     </property>
       
   344                     <property name="objectName">
       
   345                         <string notr="true">groupBox</string>
       
   346                     </property>
       
   347                 </widget>
       
   348             </ui>
       
   349         </categoryentry>
       
   350 
       
   351         <categoryentry icon="widgets/scrollarea.png"  type="default" name="Scroll Area">
       
   352             <ui>
       
   353                 <widget class="QScrollArea">
       
   354                     <property name="objectName" >
       
   355                         <string notr="true" >scrollArea</string>
       
   356                     </property>
       
   357                     <property name="widgetResizable" >
       
   358                         <bool>true</bool>
       
   359                     </property>
       
   360                     <property name="geometry" >
       
   361                         <rect>
       
   362                             <x>0</x>
       
   363                             <y>0</y>
       
   364                             <width>120</width>
       
   365                             <height>80</height>
       
   366                         </rect>
       
   367                     </property>
       
   368                     <widget class="QWidget" name="scrollAreaWidgetContents">
       
   369                     </widget>
       
   370                 </widget>
       
   371             </ui>
       
   372         </categoryentry>
       
   373 
       
   374         <categoryentry name="Tool Box" icon="widgets/toolbox.png">
       
   375             <ui>
       
   376                 <widget class="QToolBox">
       
   377                     <property name="currentIndex" >
       
   378                         <number>0</number>
       
   379                     </property>
       
   380                     <property name="objectName">
       
   381                         <string notr="true">toolBox</string>
       
   382                     </property>
       
   383                 <widget class="QWidget" name="page" >
       
   384                         <attribute name="label">
       
   385                             <string>Page 1</string>
       
   386                         </attribute>
       
   387                 </widget>
       
   388                 <widget class="QWidget" name="page" >
       
   389                         <attribute name="label">
       
   390                             <string>Page 2</string>
       
   391                         </attribute>
       
   392                 </widget>
       
   393                 </widget>
       
   394             </ui>
       
   395         </categoryentry>
       
   396 
       
   397         <categoryentry name="Tab Widget" icon="widgets/tabwidget.png">
       
   398             <ui>
       
   399                 <widget class="QTabWidget">
       
   400                     <property name="geometry">
       
   401                         <rect>
       
   402                             <x>0</x>
       
   403                             <y>0</y>
       
   404                             <width>120</width>
       
   405                             <height>80</height>
       
   406                         </rect>
       
   407                     </property>
       
   408                     <property name="objectName">
       
   409                         <string notr="true">tabWidget</string>
       
   410                     </property>
       
   411                 <widget class="QWidget" name="tab">
       
   412                         <attribute name="title">
       
   413                             <string>Tab 1</string>
       
   414                         </attribute>
       
   415                     </widget>
       
   416                 <widget class="QWidget" name="tab">
       
   417                         <attribute name="title">
       
   418                             <string>Tab 2</string>
       
   419                         </attribute>
       
   420                     </widget>
       
   421                 </widget>
       
   422             </ui>
       
   423         </categoryentry>
       
   424 
       
   425         <categoryentry name="Stacked Widget" icon="widgets/widgetstack.png">
       
   426             <ui>
       
   427                 <widget class="QStackedWidget">
       
   428                     <property name="geometry">
       
   429                         <rect>
       
   430                             <x>0</x>
       
   431                             <y>0</y>
       
   432                             <width>120</width>
       
   433                             <height>80</height>
       
   434                         </rect>
       
   435                     </property>
       
   436                     <property name="objectName">
       
   437                         <string notr="true">stackedWidget</string>
       
   438                     </property>
       
   439                 <widget class="QWidget" name="page" />
       
   440                 <widget class="QWidget" name="page" />
       
   441                 </widget>
       
   442             </ui>
       
   443         </categoryentry>
       
   444 
       
   445         <categoryentry name="Frame" icon="widgets/frame.png">
       
   446             <ui>
       
   447                 <widget class="QFrame">
       
   448                     <property name="frameShadow" >
       
   449                         <enum>QFrame::Raised</enum>
       
   450                     </property>
       
   451                     <property name="geometry">
       
   452                         <rect>
       
   453                             <x>0</x>
       
   454                             <y>0</y>
       
   455                             <width>120</width>
       
   456                             <height>80</height>
       
   457                         </rect>
       
   458                     </property>
       
   459                     <property name="frameShape" >
       
   460                         <enum>QFrame::StyledPanel</enum>
       
   461                     </property>
       
   462                     <property name="objectName">
       
   463                         <string notr="true">frame</string>
       
   464                     </property>
       
   465                 </widget>
       
   466         </ui>
       
   467         </categoryentry>
       
   468 
       
   469         <categoryentry name="Widget" icon="widgets/widget.png">
       
   470             <ui>
       
   471                 <widget class="QWidget">
       
   472                     <property name="geometry">
       
   473                         <rect>
       
   474                             <x>0</x>
       
   475                             <y>0</y>
       
   476                             <width>120</width>
       
   477                             <height>80</height>
       
   478                         </rect>
       
   479                     </property>
       
   480                     <property name="objectName">
       
   481                         <string notr="true">widget</string>
       
   482                     </property>
       
   483                 </widget>
       
   484             </ui>
       
   485         </categoryentry>
       
   486 
       
   487         <categoryentry name="MdiArea" icon="widgets/mdiarea.png">
       
   488         <ui>
       
   489             <widget class="QMdiArea">
       
   490                 <property name="geometry">
       
   491                     <rect>
       
   492                         <x>0</x>
       
   493                         <y>0</y>
       
   494                         <width>200</width>
       
   495                         <height>160</height>
       
   496                     </rect>
       
   497                 </property>
       
   498                 <property name="objectName">
       
   499                     <string notr="true">mdiArea</string>
       
   500                 </property>
       
   501             </widget>
       
   502         </ui>
       
   503         </categoryentry>
       
   504 
       
   505         <categoryentry name="Dock Widget" icon="widgets/dockwidget.png">
       
   506         <ui>
       
   507             <widget class="QDockWidget">
       
   508                 <property name="geometry">
       
   509                     <rect>
       
   510                         <x>0</x>
       
   511                         <y>0</y>
       
   512                         <width>120</width>
       
   513                         <height>80</height>
       
   514                     </rect>
       
   515                 </property>
       
   516                 <property name="objectName">
       
   517                     <string notr="true">dockWidget</string>
       
   518                 </property>
       
   519             <widget class="QWidget" name="dockWidgetContents" />
       
   520             </widget>
       
   521         </ui>
       
   522         </categoryentry>
       
   523 
       
   524     </category>
       
   525 
       
   526     <category name="Input Widgets">
       
   527 
       
   528         <categoryentry name="Combo Box" icon="widgets/combobox.png">
       
   529             <ui>
       
   530                 <widget class="QComboBox">
       
   531                     <property name="geometry" >
       
   532                         <rect>
       
   533                             <x>119</x>
       
   534                             <y>28</y>
       
   535                             <width>41</width>
       
   536                             <height>22</height>
       
   537                         </rect>
       
   538                     </property>
       
   539                     <property name="objectName">
       
   540                         <string notr="true">comboBox</string>
       
   541                     </property>
       
   542                 </widget>
       
   543             </ui>
       
   544         </categoryentry>
       
   545 
       
   546         <categoryentry  name="Font Combo Box" icon="widgets/fontcombobox.png">
       
   547             <ui>
       
   548                 <widget class="QFontComboBox">
       
   549                     <property name="geometry" >
       
   550                         <rect>
       
   551                             <x>119</x>
       
   552                             <y>28</y>
       
   553                             <width>41</width>
       
   554                             <height>22</height>
       
   555                         </rect>
       
   556                     </property>
       
   557                     <property name="objectName">
       
   558                         <string notr="true">fontComboBox</string>
       
   559                     </property>
       
   560                 </widget>
       
   561             </ui>
       
   562         </categoryentry>
       
   563 
       
   564         <categoryentry name="Line Edit" icon="widgets/lineedit.png">
       
   565             <ui>
       
   566                 <widget class="QLineEdit">
       
   567                     <property name="geometry" >
       
   568                         <rect>
       
   569                             <x>0</x>
       
   570                             <y>1</y>
       
   571                             <width>113</width>
       
   572                             <height>20</height>
       
   573                         </rect>
       
   574                     </property>
       
   575                     <property name="objectName">
       
   576                         <string notr="true">lineEdit</string>
       
   577                     </property>
       
   578                 </widget>
       
   579             </ui>
       
   580         </categoryentry>
       
   581 
       
   582         <categoryentry name="Text Edit" icon="widgets/textedit.png">
       
   583             <ui>
       
   584                 <widget class="QTextEdit">
       
   585                     <property name="objectName">
       
   586                         <string notr="true">textEdit</string>
       
   587                     </property>
       
   588                     <property name="geometry" >
       
   589                         <rect>
       
   590                             <x>0</x>
       
   591                             <y>0</y>
       
   592                             <width>104</width>
       
   593                             <height>64</height>
       
   594                         </rect>
       
   595                     </property>
       
   596                 </widget>
       
   597             </ui>
       
   598         </categoryentry>
       
   599 
       
   600         <categoryentry name="Plain Text Edit" icon="widgets/plaintextedit.png">
       
   601             <ui>
       
   602                 <widget class="QPlainTextEdit">
       
   603                     <property name="objectName">
       
   604                         <string notr="true">plainTextEdit</string>
       
   605                     </property>
       
   606                     <property name="geometry" >
       
   607                         <rect>
       
   608                             <x>0</x>
       
   609                             <y>0</y>
       
   610                             <width>104</width>
       
   611                             <height>64</height>
       
   612                         </rect>
       
   613                     </property>
       
   614                 </widget>
       
   615             </ui>
       
   616         </categoryentry>
       
   617 
       
   618         <categoryentry name="Spin Box" icon="widgets/spinbox.png">
       
   619             <ui>
       
   620                 <widget class="QSpinBox">
       
   621                     <property name="geometry" >
       
   622                         <rect>
       
   623                             <x>119</x>
       
   624                             <y>0</y>
       
   625                             <width>42</width>
       
   626                             <height>22</height>
       
   627                         </rect>
       
   628                     </property>
       
   629                     <property name="objectName">
       
   630                         <string notr="true">spinBox</string>
       
   631                     </property>
       
   632                 </widget>
       
   633             </ui>
       
   634         </categoryentry>
       
   635 
       
   636         <categoryentry name="Double Spin Box" icon="widgets/doublespinbox.png">
       
   637             <ui>
       
   638                 <widget class="QDoubleSpinBox">
       
   639                     <property name="geometry" >
       
   640                         <rect>
       
   641                             <x>119</x>
       
   642                             <y>0</y>
       
   643                             <width>62</width>
       
   644                             <height>22</height>
       
   645                         </rect>
       
   646                     </property>
       
   647                     <property name="objectName">
       
   648                         <string notr="true">doubleSpinBox</string>
       
   649                     </property>
       
   650                 </widget>
       
   651             </ui>
       
   652         </categoryentry>
       
   653 
       
   654         <categoryentry name="Time Edit" icon="widgets/timeedit.png">
       
   655             <ui>
       
   656                 <widget class="QTimeEdit">
       
   657                     <property name="geometry" >
       
   658                         <rect>
       
   659                             <x>0</x>
       
   660                             <y>28</y>
       
   661                             <width>118</width>
       
   662                             <height>22</height>
       
   663                         </rect>
       
   664                     </property>
       
   665                     <property name="objectName">
       
   666                         <string notr="true">timeEdit</string>
       
   667                     </property>
       
   668                 </widget>
       
   669             </ui>
       
   670         </categoryentry>
       
   671 
       
   672         <categoryentry name="Date Edit" icon="widgets/dateedit.png">
       
   673             <ui>
       
   674                 <widget class="QDateEdit">
       
   675                     <property name="geometry" >
       
   676                         <rect>
       
   677                             <x>0</x>
       
   678                             <y>28</y>
       
   679                             <width>110</width>
       
   680                             <height>22</height>
       
   681                         </rect>
       
   682                     </property>
       
   683                     <property name="objectName">
       
   684                         <string notr="true">dateEdit</string>
       
   685                     </property>
       
   686                 </widget>
       
   687             </ui>
       
   688         </categoryentry>
       
   689 
       
   690         <categoryentry name="Date/Time Edit" icon="widgets/datetimeedit.png">
       
   691             <ui>
       
   692                 <widget class="QDateTimeEdit">
       
   693                     <property name="geometry">
       
   694                         <rect>
       
   695                             <x>0</x>
       
   696                             <y>28</y>
       
   697                             <width>194</width>
       
   698                             <height>22</height>
       
   699                         </rect>
       
   700                     </property>
       
   701                     <property name="objectName">
       
   702                         <string notr="true">dateTimeEdit</string>
       
   703                     </property>
       
   704                 </widget>
       
   705             </ui>
       
   706         </categoryentry>
       
   707 
       
   708         <categoryentry name="Dial" icon="widgets/dial.png">
       
   709             <ui>
       
   710                 <widget class="QDial">
       
   711                     <property name="geometry" >
       
   712                         <rect>
       
   713                             <x>110</x>
       
   714                             <y>0</y>
       
   715                             <width>50</width>
       
   716                             <height>64</height>
       
   717                         </rect>
       
   718                     </property>
       
   719                     <property name="objectName">
       
   720                         <string notr="true">dial</string>
       
   721                     </property>
       
   722                 </widget>
       
   723             </ui>
       
   724         </categoryentry>
       
   725 
       
   726         <categoryentry name="Horizontal Scroll Bar" icon="widgets/hscrollbar.png">
       
   727             <ui>
       
   728                 <widget class="QScrollBar">
       
   729                     <property name="orientation" >
       
   730                         <enum>Qt::Horizontal</enum>
       
   731                     </property>
       
   732                     <property name="geometry" >
       
   733                         <rect>
       
   734                             <x>0</x>
       
   735                             <y>126</y>
       
   736                             <width>160</width>
       
   737                             <height>16</height>
       
   738                         </rect>
       
   739                     </property>
       
   740                     <property name="objectName">
       
   741                         <string notr="true">horizontalScrollBar</string>
       
   742                     </property>
       
   743                 </widget>
       
   744             </ui>
       
   745         </categoryentry>
       
   746 
       
   747         <categoryentry name="Vertical Scroll Bar" icon="widgets/vscrollbar.png">
       
   748             <ui>
       
   749                 <widget class="QScrollBar">
       
   750                     <property name="orientation" >
       
   751                         <enum>Qt::Vertical</enum>
       
   752                     </property>
       
   753                     <property name="geometry" >
       
   754                         <rect>
       
   755                             <x>0</x>
       
   756                             <y>126</y>
       
   757                             <width>16</width>
       
   758                             <height>160</height>
       
   759                         </rect>
       
   760                     </property>
       
   761                     <property name="objectName">
       
   762                         <string notr="true">verticalScrollBar</string>
       
   763                     </property>
       
   764                 </widget>
       
   765             </ui>
       
   766         </categoryentry>
       
   767 
       
   768         <categoryentry name="Horizontal Slider" icon="widgets/hslider.png">
       
   769         <ui>
       
   770             <widget class="QSlider">
       
   771                 <property name="orientation" >
       
   772                     <enum>Qt::Horizontal</enum>
       
   773                 </property>
       
   774                 <property name="geometry" >
       
   775                     <rect>
       
   776                         <x>0</x>
       
   777                         <y>126</y>
       
   778                         <width>160</width>
       
   779                         <height>16</height>
       
   780                     </rect>
       
   781                 </property>
       
   782                 <property name="objectName">
       
   783                     <string notr="true">horizontalSlider</string>
       
   784                 </property>
       
   785             </widget>
       
   786         </ui>
       
   787         </categoryentry>
       
   788 
       
   789         <categoryentry name="Vertical Slider" icon="widgets/vslider.png">
       
   790             <ui>
       
   791                 <widget class="QSlider">
       
   792                     <property name="orientation" >
       
   793                         <enum>Qt::Vertical</enum>
       
   794                     </property>
       
   795                     <property name="geometry" >
       
   796                         <rect>
       
   797                             <x>0</x>
       
   798                             <y>126</y>
       
   799                             <width>16</width>
       
   800                             <height>160</height>
       
   801                         </rect>
       
   802                     </property>
       
   803                     <property name="objectName">
       
   804                         <string notr="true">verticalSlider</string>
       
   805                     </property>
       
   806                 </widget>
       
   807             </ui>
       
   808         </categoryentry>
       
   809 
       
   810     </category>
       
   811 
       
   812 
       
   813     <category name="Display Widgets">
       
   814 
       
   815         <categoryentry name="Label" icon="widgets/label.png">
       
   816             <ui>
       
   817                 <widget class="QLabel">
       
   818                     <property name="text">
       
   819                         <string>TextLabel</string>
       
   820                     </property>
       
   821                     <property name="objectName">
       
   822                         <string notr="true">label</string>
       
   823                     </property>
       
   824                 </widget>
       
   825             </ui>
       
   826         </categoryentry>
       
   827 
       
   828         <categoryentry name="Text Browser" icon="widgets/textedit.png">
       
   829             <ui>
       
   830                 <widget class="QTextBrowser">
       
   831                     <property name="objectName">
       
   832                         <string notr="true">textBrowser</string>
       
   833                     </property>
       
   834                 </widget>
       
   835             </ui>
       
   836         </categoryentry>
       
   837 
       
   838         <categoryentry name="Graphics View" icon="widgets/graphicsview.png">
       
   839             <ui>
       
   840                 <widget class="QGraphicsView">
       
   841                     <property name="objectName">
       
   842                         <string notr="true">graphicsView</string>
       
   843                     </property>
       
   844                 </widget>
       
   845             </ui>
       
   846         </categoryentry>
       
   847 
       
   848         <categoryentry name="Calendar" icon="widgets/calendarwidget.png">
       
   849             <ui>
       
   850                 <widget class="QCalendarWidget">
       
   851                     <property name="objectName">
       
   852                         <string notr="true">calendarWidget</string>
       
   853                     </property>
       
   854                 </widget>
       
   855             </ui>
       
   856         </categoryentry>
       
   857 
       
   858         <categoryentry name="LCD Number" icon="widgets/lcdnumber.png">
       
   859             <ui>
       
   860                 <widget class="QLCDNumber">
       
   861                     <property name="objectName">
       
   862                         <string notr="true">lcdNumber</string>
       
   863                     </property>
       
   864                 </widget>
       
   865             </ui>
       
   866         </categoryentry>
       
   867 
       
   868         <categoryentry name="Progress Bar" icon="widgets/progress.png">
       
   869             <ui>
       
   870                 <widget class="QProgressBar">
       
   871                     <property name="value" >
       
   872                         <number>24</number>
       
   873                     </property>
       
   874                     <property name="geometry" >
       
   875                         <rect>
       
   876                             <x>9</x>
       
   877                             <y>38</y>
       
   878                             <width>118</width>
       
   879                             <height>23</height>
       
   880                         </rect>
       
   881                     </property>
       
   882                     <property name="objectName">
       
   883                         <string notr="true">progressBar</string>
       
   884                     </property>
       
   885                 </widget>
       
   886             </ui>
       
   887         </categoryentry>
       
   888 
       
   889         <categoryentry name="Horizontal Line" icon="widgets/line.png">
       
   890             <ui>
       
   891                 <widget class="Line">
       
   892                     <property name="orientation" >
       
   893                         <enum>Qt::Horizontal</enum>
       
   894                     </property>
       
   895                     <property name="objectName">
       
   896                         <string notr="true">line</string>
       
   897                     </property>
       
   898                     <property name="geometry" >
       
   899                         <rect>
       
   900                             <x>9</x>
       
   901                             <y>67</y>
       
   902                             <width>118</width>
       
   903                             <height>3</height>
       
   904                         </rect>
       
   905                     </property>
       
   906                 </widget>
       
   907             </ui>
       
   908         </categoryentry>
       
   909 
       
   910         <categoryentry name="Vertical Line" icon="widgets/vline.png">
       
   911             <ui>
       
   912                 <widget class="Line">
       
   913                     <property name="orientation" >
       
   914                         <enum>Qt::Vertical</enum>
       
   915                     </property>
       
   916                     <property name="objectName">
       
   917                         <string notr="true">line</string>
       
   918                     </property>
       
   919                     <property name="geometry" >
       
   920                         <rect>
       
   921                             <x>133</x>
       
   922                             <y>9</y>
       
   923                             <width>3</width>
       
   924                             <height>61</height>
       
   925                         </rect>
       
   926                     </property>
       
   927                 </widget>
       
   928             </ui>
       
   929         </categoryentry>
       
   930 
       
   931     </category>
       
   932 </widgetbox>