tests/manual/keypadnavigation/keypadnavigation.ui
changeset 0 1918ee327afb
child 3 41300fa6a67c
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0">
       
     3  <class>KeypadNavigation</class>
       
     4  <widget class="QMainWindow" name="KeypadNavigation">
       
     5   <property name="geometry">
       
     6    <rect>
       
     7     <x>0</x>
       
     8     <y>0</y>
       
     9     <width>264</width>
       
    10     <height>378</height>
       
    11    </rect>
       
    12   </property>
       
    13   <property name="sizePolicy">
       
    14    <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
       
    15     <horstretch>0</horstretch>
       
    16     <verstretch>0</verstretch>
       
    17    </sizepolicy>
       
    18   </property>
       
    19   <property name="windowTitle">
       
    20    <string>KeypadNavigation</string>
       
    21   </property>
       
    22   <widget class="QWidget" name="centralWidget">
       
    23    <layout class="QVBoxLayout" name="verticalLayout_5">
       
    24     <property name="margin">
       
    25      <number>0</number>
       
    26     </property>
       
    27     <item>
       
    28      <widget class="QStackedWidget" name="m_stackWidget">
       
    29       <property name="currentIndex">
       
    30        <number>0</number>
       
    31       </property>
       
    32       <widget class="QWidget" name="m_pageVerticalSimple">
       
    33        <layout class="QVBoxLayout" name="verticalLayout_11">
       
    34         <property name="margin">
       
    35          <number>0</number>
       
    36         </property>
       
    37         <item>
       
    38          <widget class="QScrollArea" name="scrollArea">
       
    39           <property name="focusPolicy">
       
    40            <enum>Qt::NoFocus</enum>
       
    41           </property>
       
    42           <property name="frameShape">
       
    43            <enum>QFrame::NoFrame</enum>
       
    44           </property>
       
    45           <property name="widgetResizable">
       
    46            <bool>true</bool>
       
    47           </property>
       
    48           <widget class="QWidget" name="scrollAreaWidgetContents">
       
    49            <property name="geometry">
       
    50             <rect>
       
    51              <x>0</x>
       
    52              <y>0</y>
       
    53              <width>248</width>
       
    54              <height>501</height>
       
    55             </rect>
       
    56            </property>
       
    57            <layout class="QVBoxLayout" name="verticalLayout">
       
    58             <item>
       
    59              <widget class="QLabel" name="label_7">
       
    60               <property name="text">
       
    61                <string>'TabOrder' navigation mode friendly, vertical, 1-dimensional layout with basic widgets. The tab order goes from top to bottom.</string>
       
    62               </property>
       
    63               <property name="wordWrap">
       
    64                <bool>true</bool>
       
    65               </property>
       
    66              </widget>
       
    67             </item>
       
    68             <item>
       
    69              <layout class="QFormLayout" name="formLayout">
       
    70               <item row="0" column="0">
       
    71                <widget class="QLabel" name="label">
       
    72                 <property name="text">
       
    73                  <string>Foo</string>
       
    74                 </property>
       
    75                </widget>
       
    76               </item>
       
    77               <item row="0" column="1">
       
    78                <widget class="QLineEdit" name="lineEdit"/>
       
    79               </item>
       
    80               <item row="1" column="0">
       
    81                <widget class="QLabel" name="label_2">
       
    82                 <property name="text">
       
    83                  <string>Bar</string>
       
    84                 </property>
       
    85                </widget>
       
    86               </item>
       
    87               <item row="1" column="1">
       
    88                <widget class="QSlider" name="horizontalSlider">
       
    89                 <property name="maximum">
       
    90                  <number>10</number>
       
    91                 </property>
       
    92                 <property name="orientation">
       
    93                  <enum>Qt::Horizontal</enum>
       
    94                 </property>
       
    95                </widget>
       
    96               </item>
       
    97               <item row="2" column="0">
       
    98                <widget class="QLabel" name="label_3">
       
    99                 <property name="text">
       
   100                  <string>Foo</string>
       
   101                 </property>
       
   102                </widget>
       
   103               </item>
       
   104               <item row="2" column="1">
       
   105                <widget class="QLineEdit" name="lineEdit_4">
       
   106                 <property name="enabled">
       
   107                  <bool>false</bool>
       
   108                 </property>
       
   109                </widget>
       
   110               </item>
       
   111               <item row="3" column="0">
       
   112                <widget class="QLabel" name="label_4">
       
   113                 <property name="text">
       
   114                  <string>Bar</string>
       
   115                 </property>
       
   116                </widget>
       
   117               </item>
       
   118               <item row="3" column="1">
       
   119                <widget class="QSlider" name="horizontalSlider_2">
       
   120                 <property name="enabled">
       
   121                  <bool>false</bool>
       
   122                 </property>
       
   123                 <property name="maximum">
       
   124                  <number>10</number>
       
   125                 </property>
       
   126                 <property name="orientation">
       
   127                  <enum>Qt::Horizontal</enum>
       
   128                 </property>
       
   129                </widget>
       
   130               </item>
       
   131               <item row="4" column="0">
       
   132                <widget class="QLabel" name="label_5">
       
   133                 <property name="text">
       
   134                  <string>Foo</string>
       
   135                 </property>
       
   136                </widget>
       
   137               </item>
       
   138               <item row="4" column="1">
       
   139                <widget class="QDateEdit" name="dateEdit"/>
       
   140               </item>
       
   141               <item row="5" column="0">
       
   142                <widget class="QLabel" name="label_6">
       
   143                 <property name="text">
       
   144                  <string>Bar</string>
       
   145                 </property>
       
   146                </widget>
       
   147               </item>
       
   148               <item row="5" column="1">
       
   149                <widget class="QComboBox" name="comboBox">
       
   150                 <item>
       
   151                  <property name="text">
       
   152                   <string>Item 1</string>
       
   153                  </property>
       
   154                 </item>
       
   155                 <item>
       
   156                  <property name="text">
       
   157                   <string>Item 2</string>
       
   158                  </property>
       
   159                 </item>
       
   160                 <item>
       
   161                  <property name="text">
       
   162                   <string>Item 3</string>
       
   163                  </property>
       
   164                 </item>
       
   165                 <item>
       
   166                  <property name="text">
       
   167                   <string>Item 4</string>
       
   168                  </property>
       
   169                 </item>
       
   170                 <item>
       
   171                  <property name="text">
       
   172                   <string>Item 5</string>
       
   173                  </property>
       
   174                 </item>
       
   175                 <item>
       
   176                  <property name="text">
       
   177                   <string>Item 6</string>
       
   178                  </property>
       
   179                 </item>
       
   180                 <item>
       
   181                  <property name="text">
       
   182                   <string>Item 7</string>
       
   183                  </property>
       
   184                 </item>
       
   185                 <item>
       
   186                  <property name="text">
       
   187                   <string>Item 9</string>
       
   188                  </property>
       
   189                 </item>
       
   190                 <item>
       
   191                  <property name="text">
       
   192                   <string>Item 10</string>
       
   193                  </property>
       
   194                 </item>
       
   195                </widget>
       
   196               </item>
       
   197              </layout>
       
   198             </item>
       
   199             <item>
       
   200              <widget class="QPlainTextEdit" name="plainTextEdit">
       
   201               <property name="maximumSize">
       
   202                <size>
       
   203                 <width>16777215</width>
       
   204                 <height>80</height>
       
   205                </size>
       
   206               </property>
       
   207               <property name="plainText">
       
   208                <string>Edit some text</string>
       
   209               </property>
       
   210              </widget>
       
   211             </item>
       
   212             <item>
       
   213              <layout class="QVBoxLayout" name="verticalLayout_4">
       
   214               <item>
       
   215                <widget class="QPushButton" name="pushButton">
       
   216                 <property name="text">
       
   217                  <string>Foo QPushButton</string>
       
   218                 </property>
       
   219                </widget>
       
   220               </item>
       
   221               <item>
       
   222                <widget class="QGroupBox" name="groupBox">
       
   223                 <property name="title">
       
   224                  <string>Foo</string>
       
   225                 </property>
       
   226                 <layout class="QVBoxLayout" name="verticalLayout_2">
       
   227                  <item>
       
   228                   <widget class="QRadioButton" name="radioButton">
       
   229                    <property name="text">
       
   230                     <string>Bar 1</string>
       
   231                    </property>
       
   232                   </widget>
       
   233                  </item>
       
   234                  <item>
       
   235                   <widget class="QRadioButton" name="radioButton_2">
       
   236                    <property name="text">
       
   237                     <string>Bar 2</string>
       
   238                    </property>
       
   239                   </widget>
       
   240                  </item>
       
   241                 </layout>
       
   242                </widget>
       
   243               </item>
       
   244               <item>
       
   245                <widget class="QGroupBox" name="groupBox_2">
       
   246                 <property name="title">
       
   247                  <string>Foo</string>
       
   248                 </property>
       
   249                 <layout class="QVBoxLayout" name="verticalLayout_3">
       
   250                  <item>
       
   251                   <widget class="QCheckBox" name="checkBox">
       
   252                    <property name="text">
       
   253                     <string>CheckBox</string>
       
   254                    </property>
       
   255                   </widget>
       
   256                  </item>
       
   257                  <item>
       
   258                   <widget class="QCheckBox" name="checkBox_2">
       
   259                    <property name="text">
       
   260                     <string>CheckBox</string>
       
   261                    </property>
       
   262                   </widget>
       
   263                  </item>
       
   264                 </layout>
       
   265                </widget>
       
   266               </item>
       
   267              </layout>
       
   268             </item>
       
   269            </layout>
       
   270           </widget>
       
   271          </widget>
       
   272         </item>
       
   273        </layout>
       
   274       </widget>
       
   275       <widget class="QWidget" name="m_pageVerticalComplex">
       
   276        <layout class="QVBoxLayout" name="verticalLayout_8">
       
   277         <property name="margin">
       
   278          <number>0</number>
       
   279         </property>
       
   280         <item>
       
   281          <widget class="QTabWidget" name="tabWidget">
       
   282           <property name="currentIndex">
       
   283            <number>0</number>
       
   284           </property>
       
   285           <widget class="QWidget" name="tab">
       
   286            <attribute name="title">
       
   287             <string>Tab 1</string>
       
   288            </attribute>
       
   289            <layout class="QVBoxLayout" name="verticalLayout_6">
       
   290             <property name="margin">
       
   291              <number>0</number>
       
   292             </property>
       
   293             <item>
       
   294              <widget class="QScrollArea" name="scrollArea_2">
       
   295               <property name="frameShape">
       
   296                <enum>QFrame::NoFrame</enum>
       
   297               </property>
       
   298               <property name="widgetResizable">
       
   299                <bool>true</bool>
       
   300               </property>
       
   301               <widget class="QWidget" name="scrollAreaWidgetContents_2">
       
   302                <property name="geometry">
       
   303                 <rect>
       
   304                  <x>0</x>
       
   305                  <y>0</y>
       
   306                  <width>242</width>
       
   307                  <height>472</height>
       
   308                 </rect>
       
   309                </property>
       
   310                <layout class="QVBoxLayout" name="verticalLayout_7">
       
   311                 <property name="margin">
       
   312                  <number>9</number>
       
   313                 </property>
       
   314                 <item>
       
   315                  <widget class="QLabel" name="label_8">
       
   316                   <property name="text">
       
   317                    <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
       
   318 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
       
   319 p, li { white-space: pre-wrap; }
       
   320 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
       
   321 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Challenes both navigation modes: Vertical, 1-dimensional layout with &lt;span style=&quot; font-weight:600;&quot;&gt;complex&lt;/span&gt; widgets. The tab order goes from top to bottom.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
       
   322                   </property>
       
   323                   <property name="wordWrap">
       
   324                    <bool>true</bool>
       
   325                   </property>
       
   326                  </widget>
       
   327                 </item>
       
   328                 <item>
       
   329                  <widget class="QListWidget" name="listWidget">
       
   330                   <property name="minimumSize">
       
   331                    <size>
       
   332                     <width>1</width>
       
   333                     <height>1</height>
       
   334                    </size>
       
   335                   </property>
       
   336                   <property name="maximumSize">
       
   337                    <size>
       
   338                     <width>16777215</width>
       
   339                     <height>80</height>
       
   340                    </size>
       
   341                   </property>
       
   342                   <item>
       
   343                    <property name="text">
       
   344                     <string>Item 1</string>
       
   345                    </property>
       
   346                   </item>
       
   347                   <item>
       
   348                    <property name="text">
       
   349                     <string>Item 2</string>
       
   350                    </property>
       
   351                   </item>
       
   352                   <item>
       
   353                    <property name="text">
       
   354                     <string>Item 3</string>
       
   355                    </property>
       
   356                   </item>
       
   357                   <item>
       
   358                    <property name="text">
       
   359                     <string>Item 4</string>
       
   360                    </property>
       
   361                   </item>
       
   362                   <item>
       
   363                    <property name="text">
       
   364                     <string>Item 5</string>
       
   365                    </property>
       
   366                   </item>
       
   367                  </widget>
       
   368                 </item>
       
   369                 <item>
       
   370                  <widget class="QTreeWidget" name="treeWidget">
       
   371                   <property name="maximumSize">
       
   372                    <size>
       
   373                     <width>16777215</width>
       
   374                     <height>80</height>
       
   375                    </size>
       
   376                   </property>
       
   377                   <column>
       
   378                    <property name="text">
       
   379                     <string/>
       
   380                    </property>
       
   381                   </column>
       
   382                   <column>
       
   383                    <property name="text">
       
   384                     <string>B</string>
       
   385                    </property>
       
   386                   </column>
       
   387                   <item>
       
   388                    <property name="text">
       
   389                     <string>A</string>
       
   390                    </property>
       
   391                    <property name="text">
       
   392                     <string>Foo</string>
       
   393                    </property>
       
   394                    <item>
       
   395                     <property name="text">
       
   396                      <string>1</string>
       
   397                     </property>
       
   398                     <property name="text">
       
   399                      <string>Bar</string>
       
   400                     </property>
       
   401                     <item>
       
   402                      <property name="text">
       
   403                       <string>a</string>
       
   404                      </property>
       
   405                      <property name="text">
       
   406                       <string>Foo</string>
       
   407                      </property>
       
   408                     </item>
       
   409                     <item>
       
   410                      <property name="text">
       
   411                       <string>b</string>
       
   412                      </property>
       
   413                      <property name="text">
       
   414                       <string>Bar</string>
       
   415                      </property>
       
   416                     </item>
       
   417                     <item>
       
   418                      <property name="text">
       
   419                       <string>c</string>
       
   420                      </property>
       
   421                      <property name="text">
       
   422                       <string>Foo</string>
       
   423                      </property>
       
   424                     </item>
       
   425                    </item>
       
   426                    <item>
       
   427                     <property name="text">
       
   428                      <string>2</string>
       
   429                     </property>
       
   430                     <property name="text">
       
   431                      <string>Bar</string>
       
   432                     </property>
       
   433                     <item>
       
   434                      <property name="text">
       
   435                       <string>a</string>
       
   436                      </property>
       
   437                      <property name="text">
       
   438                       <string>Foo</string>
       
   439                      </property>
       
   440                     </item>
       
   441                     <item>
       
   442                      <property name="text">
       
   443                       <string>b</string>
       
   444                      </property>
       
   445                      <property name="text">
       
   446                       <string>Bar</string>
       
   447                      </property>
       
   448                     </item>
       
   449                     <item>
       
   450                      <property name="text">
       
   451                       <string>c</string>
       
   452                      </property>
       
   453                      <property name="text">
       
   454                       <string>Foo</string>
       
   455                      </property>
       
   456                     </item>
       
   457                    </item>
       
   458                    <item>
       
   459                     <property name="text">
       
   460                      <string>3</string>
       
   461                     </property>
       
   462                     <property name="text">
       
   463                      <string>Bar</string>
       
   464                     </property>
       
   465                     <item>
       
   466                      <property name="text">
       
   467                       <string>a</string>
       
   468                      </property>
       
   469                      <property name="text">
       
   470                       <string>Foo</string>
       
   471                      </property>
       
   472                     </item>
       
   473                     <item>
       
   474                      <property name="text">
       
   475                       <string>b</string>
       
   476                      </property>
       
   477                      <property name="text">
       
   478                       <string>Bar</string>
       
   479                      </property>
       
   480                     </item>
       
   481                     <item>
       
   482                      <property name="text">
       
   483                       <string>c</string>
       
   484                      </property>
       
   485                      <property name="text">
       
   486                       <string>Foo</string>
       
   487                      </property>
       
   488                     </item>
       
   489                    </item>
       
   490                   </item>
       
   491                   <item>
       
   492                    <property name="text">
       
   493                     <string>B</string>
       
   494                    </property>
       
   495                    <property name="text">
       
   496                     <string>Bar</string>
       
   497                    </property>
       
   498                    <item>
       
   499                     <property name="text">
       
   500                      <string>1</string>
       
   501                     </property>
       
   502                     <property name="text">
       
   503                      <string>Foo</string>
       
   504                     </property>
       
   505                    </item>
       
   506                    <item>
       
   507                     <property name="text">
       
   508                      <string>2</string>
       
   509                     </property>
       
   510                     <property name="text">
       
   511                      <string>Bar</string>
       
   512                     </property>
       
   513                    </item>
       
   514                    <item>
       
   515                     <property name="text">
       
   516                      <string>3</string>
       
   517                     </property>
       
   518                     <property name="text">
       
   519                      <string>Foo</string>
       
   520                     </property>
       
   521                    </item>
       
   522                   </item>
       
   523                  </widget>
       
   524                 </item>
       
   525                 <item>
       
   526                  <widget class="QTableWidget" name="tableWidget">
       
   527                   <property name="maximumSize">
       
   528                    <size>
       
   529                     <width>16777215</width>
       
   530                     <height>80</height>
       
   531                    </size>
       
   532                   </property>
       
   533                   <row>
       
   534                    <property name="text">
       
   535                     <string>1</string>
       
   536                    </property>
       
   537                   </row>
       
   538                   <row>
       
   539                    <property name="text">
       
   540                     <string>2</string>
       
   541                    </property>
       
   542                   </row>
       
   543                   <row>
       
   544                    <property name="text">
       
   545                     <string>3</string>
       
   546                    </property>
       
   547                   </row>
       
   548                   <column>
       
   549                    <property name="text">
       
   550                     <string>A</string>
       
   551                    </property>
       
   552                   </column>
       
   553                   <column>
       
   554                    <property name="text">
       
   555                     <string>B</string>
       
   556                    </property>
       
   557                   </column>
       
   558                   <column>
       
   559                    <property name="text">
       
   560                     <string>C</string>
       
   561                    </property>
       
   562                   </column>
       
   563                   <item row="0" column="0">
       
   564                    <property name="text">
       
   565                     <string>Foo</string>
       
   566                    </property>
       
   567                   </item>
       
   568                   <item row="0" column="1">
       
   569                    <property name="text">
       
   570                     <string>Bar</string>
       
   571                    </property>
       
   572                   </item>
       
   573                   <item row="0" column="2">
       
   574                    <property name="text">
       
   575                     <string>Foo</string>
       
   576                    </property>
       
   577                   </item>
       
   578                   <item row="1" column="0">
       
   579                    <property name="text">
       
   580                     <string>Bar</string>
       
   581                    </property>
       
   582                   </item>
       
   583                   <item row="1" column="1">
       
   584                    <property name="text">
       
   585                     <string>Foo</string>
       
   586                    </property>
       
   587                   </item>
       
   588                   <item row="1" column="2">
       
   589                    <property name="text">
       
   590                     <string>Bar</string>
       
   591                    </property>
       
   592                   </item>
       
   593                   <item row="2" column="0">
       
   594                    <property name="text">
       
   595                     <string>Foo</string>
       
   596                    </property>
       
   597                   </item>
       
   598                   <item row="2" column="1">
       
   599                    <property name="text">
       
   600                     <string>Bar</string>
       
   601                    </property>
       
   602                   </item>
       
   603                   <item row="2" column="2">
       
   604                    <property name="text">
       
   605                     <string>Foo</string>
       
   606                    </property>
       
   607                   </item>
       
   608                  </widget>
       
   609                 </item>
       
   610                 <item>
       
   611                  <widget class="QCalendarWidget" name="calendarWidget">
       
   612                   <property name="minimumSize">
       
   613                    <size>
       
   614                     <width>100</width>
       
   615                     <height>80</height>
       
   616                    </size>
       
   617                   </property>
       
   618                   <property name="horizontalHeaderFormat">
       
   619                    <enum>QCalendarWidget::SingleLetterDayNames</enum>
       
   620                   </property>
       
   621                   <property name="verticalHeaderFormat">
       
   622                    <enum>QCalendarWidget::NoVerticalHeader</enum>
       
   623                   </property>
       
   624                  </widget>
       
   625                 </item>
       
   626                </layout>
       
   627               </widget>
       
   628              </widget>
       
   629             </item>
       
   630            </layout>
       
   631           </widget>
       
   632           <widget class="QWidget" name="tab_2">
       
   633            <attribute name="title">
       
   634             <string>Tab 2</string>
       
   635            </attribute>
       
   636            <layout class="QVBoxLayout" name="verticalLayout_9">
       
   637             <item>
       
   638              <widget class="QPlainTextEdit" name="plainTextEdit_2">
       
   639               <property name="plainText">
       
   640                <string>Congratulations! You changed the Tab :)
       
   641 
       
   642 As a reward you can try out the QDial, below.</string>
       
   643               </property>
       
   644              </widget>
       
   645             </item>
       
   646             <item>
       
   647              <widget class="QDial" name="dial"/>
       
   648             </item>
       
   649            </layout>
       
   650           </widget>
       
   651          </widget>
       
   652         </item>
       
   653        </layout>
       
   654       </widget>
       
   655       <widget class="QWidget" name="m_pageTwoDimensional">
       
   656        <layout class="QVBoxLayout" name="verticalLayout_12">
       
   657         <property name="margin">
       
   658          <number>0</number>
       
   659         </property>
       
   660         <item>
       
   661          <widget class="QScrollArea" name="scrollArea_3">
       
   662           <property name="focusPolicy">
       
   663            <enum>Qt::NoFocus</enum>
       
   664           </property>
       
   665           <property name="frameShape">
       
   666            <enum>QFrame::NoFrame</enum>
       
   667           </property>
       
   668           <property name="widgetResizable">
       
   669            <bool>true</bool>
       
   670           </property>
       
   671           <widget class="QWidget" name="scrollAreaWidgetContents_3">
       
   672            <property name="geometry">
       
   673             <rect>
       
   674              <x>0</x>
       
   675              <y>0</y>
       
   676              <width>264</width>
       
   677              <height>357</height>
       
   678             </rect>
       
   679            </property>
       
   680            <layout class="QGridLayout" name="gridLayout_5">
       
   681             <item row="0" column="0" colspan="3">
       
   682              <widget class="QLabel" name="label_10">
       
   683               <property name="text">
       
   684                <string>2-dimensional layout. Better usable with 'Directional' navigation mode.</string>
       
   685               </property>
       
   686               <property name="wordWrap">
       
   687                <bool>true</bool>
       
   688               </property>
       
   689              </widget>
       
   690             </item>
       
   691             <item row="1" column="0" colspan="3">
       
   692              <widget class="QLineEdit" name="lineEdit_13"/>
       
   693             </item>
       
   694             <item row="1" column="3">
       
   695              <widget class="QToolButton" name="toolButton_31">
       
   696               <property name="text">
       
   697                <string>...</string>
       
   698               </property>
       
   699              </widget>
       
   700             </item>
       
   701             <item row="2" column="3">
       
   702              <widget class="QToolButton" name="toolButton_30">
       
   703               <property name="text">
       
   704                <string>...</string>
       
   705               </property>
       
   706              </widget>
       
   707             </item>
       
   708             <item row="4" column="0">
       
   709              <widget class="QLineEdit" name="lineEdit_2"/>
       
   710             </item>
       
   711             <item row="4" column="1">
       
   712              <widget class="QLineEdit" name="lineEdit_3"/>
       
   713             </item>
       
   714             <item row="4" column="2">
       
   715              <widget class="QLineEdit" name="lineEdit_5"/>
       
   716             </item>
       
   717             <item row="4" column="3">
       
   718              <widget class="QToolButton" name="toolButton_32">
       
   719               <property name="text">
       
   720                <string>...</string>
       
   721               </property>
       
   722              </widget>
       
   723             </item>
       
   724             <item row="5" column="0">
       
   725              <widget class="QLineEdit" name="lineEdit_6"/>
       
   726             </item>
       
   727             <item row="5" column="1">
       
   728              <widget class="QLabel" name="label_9">
       
   729               <property name="text">
       
   730                <string>Foo</string>
       
   731               </property>
       
   732              </widget>
       
   733             </item>
       
   734             <item row="5" column="2">
       
   735              <widget class="QLineEdit" name="lineEdit_8"/>
       
   736             </item>
       
   737             <item row="8" column="0" colspan="4">
       
   738              <layout class="QGridLayout" name="gridLayout_4">
       
   739               <item row="1" column="1">
       
   740                <widget class="QPushButton" name="pushButton_23">
       
   741                 <property name="text">
       
   742                  <string>D</string>
       
   743                 </property>
       
   744                </widget>
       
   745               </item>
       
   746               <item row="0" column="1">
       
   747                <widget class="QPushButton" name="pushButton_7">
       
   748                 <property name="text">
       
   749                  <string>A</string>
       
   750                 </property>
       
   751                </widget>
       
   752               </item>
       
   753               <item row="0" column="2">
       
   754                <widget class="QPushButton" name="pushButton_9">
       
   755                 <property name="text">
       
   756                  <string>B</string>
       
   757                 </property>
       
   758                </widget>
       
   759               </item>
       
   760               <item row="1" column="2">
       
   761                <widget class="QPushButton" name="pushButton_20">
       
   762                 <property name="text">
       
   763                  <string>E</string>
       
   764                 </property>
       
   765                </widget>
       
   766               </item>
       
   767               <item row="1" column="0">
       
   768                <widget class="QPushButton" name="pushButton_24">
       
   769                 <property name="text">
       
   770                  <string>C</string>
       
   771                 </property>
       
   772                </widget>
       
   773               </item>
       
   774               <item row="2" column="0">
       
   775                <widget class="QPushButton" name="pushButton_29">
       
   776                 <property name="text">
       
   777                  <string>F</string>
       
   778                 </property>
       
   779                </widget>
       
   780               </item>
       
   781               <item row="2" column="1">
       
   782                <widget class="QPushButton" name="pushButton_28">
       
   783                 <property name="text">
       
   784                  <string>G</string>
       
   785                 </property>
       
   786                </widget>
       
   787               </item>
       
   788              </layout>
       
   789             </item>
       
   790             <item row="2" column="0" colspan="3">
       
   791              <widget class="QLineEdit" name="lineEdit_14"/>
       
   792             </item>
       
   793             <item row="7" column="0" colspan="4">
       
   794              <spacer name="verticalSpacer_2">
       
   795               <property name="orientation">
       
   796                <enum>Qt::Vertical</enum>
       
   797               </property>
       
   798               <property name="sizeHint" stdset="0">
       
   799                <size>
       
   800                 <width>0</width>
       
   801                 <height>1</height>
       
   802                </size>
       
   803               </property>
       
   804              </spacer>
       
   805             </item>
       
   806             <item row="6" column="0">
       
   807              <widget class="QLineEdit" name="lineEdit_7"/>
       
   808             </item>
       
   809             <item row="6" column="1">
       
   810              <widget class="QLineEdit" name="lineEdit_9"/>
       
   811             </item>
       
   812             <item row="6" column="2">
       
   813              <widget class="QLineEdit" name="lineEdit_10"/>
       
   814             </item>
       
   815             <item row="6" column="3">
       
   816              <widget class="QToolButton" name="toolButton_35">
       
   817               <property name="text">
       
   818                <string>...</string>
       
   819               </property>
       
   820              </widget>
       
   821             </item>
       
   822            </layout>
       
   823           </widget>
       
   824          </widget>
       
   825         </item>
       
   826        </layout>
       
   827       </widget>
       
   828       <widget class="QWidget" name="m_pageSliderMagic">
       
   829        <layout class="QVBoxLayout" name="verticalLayout_10">
       
   830         <property name="margin">
       
   831          <number>0</number>
       
   832         </property>
       
   833         <item>
       
   834          <widget class="QScrollArea" name="scrollArea_4">
       
   835           <property name="focusPolicy">
       
   836            <enum>Qt::NoFocus</enum>
       
   837           </property>
       
   838           <property name="frameShape">
       
   839            <enum>QFrame::NoFrame</enum>
       
   840           </property>
       
   841           <property name="widgetResizable">
       
   842            <bool>true</bool>
       
   843           </property>
       
   844           <widget class="QWidget" name="scrollAreaWidgetContents_4">
       
   845            <property name="geometry">
       
   846             <rect>
       
   847              <x>0</x>
       
   848              <y>0</y>
       
   849              <width>264</width>
       
   850              <height>357</height>
       
   851             </rect>
       
   852            </property>
       
   853            <layout class="QGridLayout" name="gridLayout_7">
       
   854             <item row="0" column="0" colspan="2">
       
   855              <widget class="QLabel" name="label_11">
       
   856               <property name="text">
       
   857                <string>If possible, the slider value changes on left/right. However, navigating horizontally and changing tabs has higher priority.</string>
       
   858               </property>
       
   859               <property name="wordWrap">
       
   860                <bool>true</bool>
       
   861               </property>
       
   862              </widget>
       
   863             </item>
       
   864             <item row="2" column="0">
       
   865              <widget class="QSlider" name="horizontalSlider_4">
       
   866               <property name="maximum">
       
   867                <number>10</number>
       
   868               </property>
       
   869               <property name="orientation">
       
   870                <enum>Qt::Horizontal</enum>
       
   871               </property>
       
   872              </widget>
       
   873             </item>
       
   874             <item row="3" column="0" colspan="2">
       
   875              <widget class="QSlider" name="horizontalSlider_3">
       
   876               <property name="maximum">
       
   877                <number>10</number>
       
   878               </property>
       
   879               <property name="orientation">
       
   880                <enum>Qt::Horizontal</enum>
       
   881               </property>
       
   882              </widget>
       
   883             </item>
       
   884             <item row="5" column="0" colspan="2">
       
   885              <spacer name="verticalSpacer">
       
   886               <property name="orientation">
       
   887                <enum>Qt::Vertical</enum>
       
   888               </property>
       
   889               <property name="sizeHint" stdset="0">
       
   890                <size>
       
   891                 <width>0</width>
       
   892                 <height>0</height>
       
   893                </size>
       
   894               </property>
       
   895              </spacer>
       
   896             </item>
       
   897             <item row="4" column="0" colspan="2">
       
   898              <widget class="QTabWidget" name="tabWidget_2">
       
   899               <property name="sizePolicy">
       
   900                <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
       
   901                 <horstretch>0</horstretch>
       
   902                 <verstretch>0</verstretch>
       
   903                </sizepolicy>
       
   904               </property>
       
   905               <property name="currentIndex">
       
   906                <number>0</number>
       
   907               </property>
       
   908               <widget class="QWidget" name="tab_3">
       
   909                <attribute name="title">
       
   910                 <string>Tab 1</string>
       
   911                </attribute>
       
   912                <layout class="QGridLayout" name="gridLayout_2">
       
   913                 <item row="1" column="1">
       
   914                  <widget class="QToolButton" name="toolButton_3">
       
   915                   <property name="text">
       
   916                    <string>...</string>
       
   917                   </property>
       
   918                  </widget>
       
   919                 </item>
       
   920                 <item row="2" column="0" colspan="2">
       
   921                  <widget class="QSlider" name="horizontalSlider_6">
       
   922                   <property name="maximum">
       
   923                    <number>10</number>
       
   924                   </property>
       
   925                   <property name="orientation">
       
   926                    <enum>Qt::Horizontal</enum>
       
   927                   </property>
       
   928                  </widget>
       
   929                 </item>
       
   930                 <item row="1" column="0">
       
   931                  <widget class="QSlider" name="horizontalSlider_7">
       
   932                   <property name="maximum">
       
   933                    <number>10</number>
       
   934                   </property>
       
   935                   <property name="orientation">
       
   936                    <enum>Qt::Horizontal</enum>
       
   937                   </property>
       
   938                  </widget>
       
   939                 </item>
       
   940                </layout>
       
   941               </widget>
       
   942               <widget class="QWidget" name="tab_4">
       
   943                <attribute name="title">
       
   944                 <string>Tab 2</string>
       
   945                </attribute>
       
   946                <layout class="QGridLayout" name="gridLayout">
       
   947                 <item row="0" column="0">
       
   948                  <widget class="QSlider" name="horizontalSlider_5">
       
   949                   <property name="orientation">
       
   950                    <enum>Qt::Horizontal</enum>
       
   951                   </property>
       
   952                  </widget>
       
   953                 </item>
       
   954                 <item row="0" column="1">
       
   955                  <widget class="QLCDNumber" name="lcdNumber"/>
       
   956                 </item>
       
   957                </layout>
       
   958               </widget>
       
   959              </widget>
       
   960             </item>
       
   961             <item row="2" column="1">
       
   962              <widget class="QToolButton" name="toolButton_2">
       
   963               <property name="text">
       
   964                <string>...</string>
       
   965               </property>
       
   966              </widget>
       
   967             </item>
       
   968            </layout>
       
   969           </widget>
       
   970          </widget>
       
   971         </item>
       
   972        </layout>
       
   973       </widget>
       
   974       <widget class="QWidget" name="m_pageChaos">
       
   975        <layout class="QGridLayout" name="gridLayout_6">
       
   976         <property name="margin">
       
   977          <number>0</number>
       
   978         </property>
       
   979         <property name="spacing">
       
   980          <number>0</number>
       
   981         </property>
       
   982         <item row="1" column="0">
       
   983          <widget class="QToolButton" name="toolButton_12">
       
   984           <property name="text">
       
   985            <string>o</string>
       
   986           </property>
       
   987          </widget>
       
   988         </item>
       
   989         <item row="2" column="5">
       
   990          <widget class="QToolButton" name="toolButton_10">
       
   991           <property name="text">
       
   992            <string>o</string>
       
   993           </property>
       
   994          </widget>
       
   995         </item>
       
   996         <item row="6" column="1">
       
   997          <widget class="QToolButton" name="toolButton_9">
       
   998           <property name="text">
       
   999            <string>o</string>
       
  1000           </property>
       
  1001          </widget>
       
  1002         </item>
       
  1003         <item row="7" column="0">
       
  1004          <widget class="QToolButton" name="toolButton_14">
       
  1005           <property name="text">
       
  1006            <string>o</string>
       
  1007           </property>
       
  1008          </widget>
       
  1009         </item>
       
  1010         <item row="7" column="3">
       
  1011          <widget class="QToolButton" name="toolButton_16">
       
  1012           <property name="text">
       
  1013            <string>o</string>
       
  1014           </property>
       
  1015          </widget>
       
  1016         </item>
       
  1017         <item row="1" column="2">
       
  1018          <widget class="QToolButton" name="toolButton_11">
       
  1019           <property name="text">
       
  1020            <string>o</string>
       
  1021           </property>
       
  1022          </widget>
       
  1023         </item>
       
  1024         <item row="3" column="4">
       
  1025          <widget class="QToolButton" name="toolButton_6">
       
  1026           <property name="text">
       
  1027            <string>o</string>
       
  1028           </property>
       
  1029          </widget>
       
  1030         </item>
       
  1031         <item row="6" column="4">
       
  1032          <widget class="QToolButton" name="toolButton_15">
       
  1033           <property name="text">
       
  1034            <string>o</string>
       
  1035           </property>
       
  1036          </widget>
       
  1037         </item>
       
  1038         <item row="4" column="0">
       
  1039          <widget class="QToolButton" name="toolButton_19">
       
  1040           <property name="text">
       
  1041            <string>o</string>
       
  1042           </property>
       
  1043          </widget>
       
  1044         </item>
       
  1045         <item row="2" column="1">
       
  1046          <widget class="QToolButton" name="toolButton_7">
       
  1047           <property name="text">
       
  1048            <string>o</string>
       
  1049           </property>
       
  1050          </widget>
       
  1051         </item>
       
  1052         <item row="4" column="2">
       
  1053          <widget class="QToolButton" name="toolButton_13">
       
  1054           <property name="text">
       
  1055            <string>o</string>
       
  1056           </property>
       
  1057          </widget>
       
  1058         </item>
       
  1059        </layout>
       
  1060       </widget>
       
  1061       <widget class="QWidget" name="m_pageDialogs">
       
  1062        <layout class="QVBoxLayout" name="verticalLayout_13">
       
  1063         <item>
       
  1064          <widget class="QPushButton" name="m_buttonGetOpenFileName">
       
  1065           <property name="text">
       
  1066            <string>getOpenFileName()</string>
       
  1067           </property>
       
  1068          </widget>
       
  1069         </item>
       
  1070         <item>
       
  1071          <widget class="QPushButton" name="m_buttonGetSaveFileName">
       
  1072           <property name="text">
       
  1073            <string>getSaveFileName()</string>
       
  1074           </property>
       
  1075          </widget>
       
  1076         </item>
       
  1077         <item>
       
  1078          <widget class="QPushButton" name="m_buttonGetExistingDirectory">
       
  1079           <property name="text">
       
  1080            <string>getExistingDirectory()</string>
       
  1081           </property>
       
  1082          </widget>
       
  1083         </item>
       
  1084         <item>
       
  1085          <widget class="QPushButton" name="m_buttonGetColor">
       
  1086           <property name="text">
       
  1087            <string>getColor()</string>
       
  1088           </property>
       
  1089          </widget>
       
  1090         </item>
       
  1091         <item>
       
  1092          <widget class="QPushButton" name="m_buttonGetFont">
       
  1093           <property name="text">
       
  1094            <string>getFont()</string>
       
  1095           </property>
       
  1096          </widget>
       
  1097         </item>
       
  1098         <item>
       
  1099          <widget class="QPushButton" name="m_buttonQuestion">
       
  1100           <property name="text">
       
  1101            <string>question()</string>
       
  1102           </property>
       
  1103          </widget>
       
  1104         </item>
       
  1105         <item>
       
  1106          <widget class="QPushButton" name="m_buttonAboutQt">
       
  1107           <property name="text">
       
  1108            <string>aboutQt()</string>
       
  1109           </property>
       
  1110          </widget>
       
  1111         </item>
       
  1112         <item>
       
  1113          <widget class="QPushButton" name="m_buttonGetItem">
       
  1114           <property name="text">
       
  1115            <string>getItem()</string>
       
  1116           </property>
       
  1117          </widget>
       
  1118         </item>
       
  1119         <item>
       
  1120          <spacer name="verticalSpacer_3">
       
  1121           <property name="orientation">
       
  1122            <enum>Qt::Vertical</enum>
       
  1123           </property>
       
  1124           <property name="sizeHint" stdset="0">
       
  1125            <size>
       
  1126             <width>20</width>
       
  1127             <height>104</height>
       
  1128            </size>
       
  1129           </property>
       
  1130          </spacer>
       
  1131         </item>
       
  1132        </layout>
       
  1133       </widget>
       
  1134      </widget>
       
  1135     </item>
       
  1136    </layout>
       
  1137   </widget>
       
  1138   <widget class="QMenuBar" name="menuBar">
       
  1139    <property name="geometry">
       
  1140     <rect>
       
  1141      <x>0</x>
       
  1142      <y>0</y>
       
  1143      <width>264</width>
       
  1144      <height>21</height>
       
  1145     </rect>
       
  1146    </property>
       
  1147    <widget class="QMenu" name="menuUi_layout">
       
  1148     <property name="title">
       
  1149      <string>Ui-layout</string>
       
  1150     </property>
       
  1151     <addaction name="m_actionLayoutVerticalSimple"/>
       
  1152     <addaction name="m_actionLayoutVerticalComplex"/>
       
  1153     <addaction name="m_actionLayoutTwoDimensional"/>
       
  1154     <addaction name="m_actionLayoutSliderMagic"/>
       
  1155     <addaction name="m_actionLayoutChaos"/>
       
  1156     <addaction name="m_actionLayoutDialogs"/>
       
  1157    </widget>
       
  1158    <widget class="QMenu" name="menuNavigation_mode">
       
  1159     <property name="title">
       
  1160      <string>Navigation mode</string>
       
  1161     </property>
       
  1162     <addaction name="m_actionModeNone"/>
       
  1163     <addaction name="m_actionModeKeypadTabOrder"/>
       
  1164     <addaction name="m_actionModeKeypadDirectional"/>
       
  1165     <addaction name="m_actionModeCursorAuto"/>
       
  1166     <addaction name="m_actionModeCursorForceVisible"/>
       
  1167    </widget>
       
  1168    <addaction name="menuUi_layout"/>
       
  1169    <addaction name="menuNavigation_mode"/>
       
  1170   </widget>
       
  1171   <action name="m_actionLayoutVerticalSimple">
       
  1172    <property name="text">
       
  1173     <string>Vertical Simple</string>
       
  1174    </property>
       
  1175   </action>
       
  1176   <action name="m_actionLayoutVerticalComplex">
       
  1177    <property name="text">
       
  1178     <string>Vertical Complex</string>
       
  1179    </property>
       
  1180   </action>
       
  1181   <action name="m_actionLayoutTwoDimensional">
       
  1182    <property name="text">
       
  1183     <string>Two-dimentional</string>
       
  1184    </property>
       
  1185   </action>
       
  1186   <action name="m_actionLayoutSliderMagic">
       
  1187    <property name="text">
       
  1188     <string>Slider magic</string>
       
  1189    </property>
       
  1190   </action>
       
  1191   <action name="m_actionLayoutChaos">
       
  1192    <property name="text">
       
  1193     <string>Chaos!</string>
       
  1194    </property>
       
  1195   </action>
       
  1196   <action name="m_actionModeNone">
       
  1197    <property name="text">
       
  1198     <string>None</string>
       
  1199    </property>
       
  1200   </action>
       
  1201   <action name="m_actionModeKeypadTabOrder">
       
  1202    <property name="text">
       
  1203     <string>KeypadTabOrder</string>
       
  1204    </property>
       
  1205   </action>
       
  1206   <action name="m_actionModeKeypadDirectional">
       
  1207    <property name="text">
       
  1208     <string>KeypadDirectional</string>
       
  1209    </property>
       
  1210   </action>
       
  1211   <action name="m_actionModeCursorAuto">
       
  1212    <property name="text">
       
  1213     <string>CursorAuto</string>
       
  1214    </property>
       
  1215   </action>
       
  1216   <action name="m_actionModeCursorForceVisible">
       
  1217    <property name="text">
       
  1218     <string>CursorForceVisible</string>
       
  1219    </property>
       
  1220   </action>
       
  1221   <action name="m_actionLayoutDialogs">
       
  1222    <property name="text">
       
  1223     <string>Dialogs</string>
       
  1224    </property>
       
  1225    <property name="toolTip">
       
  1226     <string>m_actionLayoutDialogs</string>
       
  1227    </property>
       
  1228   </action>
       
  1229  </widget>
       
  1230  <layoutdefault spacing="6" margin="11"/>
       
  1231  <tabstops>
       
  1232   <tabstop>m_buttonGetOpenFileName</tabstop>
       
  1233   <tabstop>m_buttonGetSaveFileName</tabstop>
       
  1234   <tabstop>m_buttonGetExistingDirectory</tabstop>
       
  1235   <tabstop>m_buttonGetColor</tabstop>
       
  1236   <tabstop>m_buttonGetFont</tabstop>
       
  1237   <tabstop>comboBox</tabstop>
       
  1238   <tabstop>plainTextEdit</tabstop>
       
  1239   <tabstop>pushButton</tabstop>
       
  1240   <tabstop>radioButton</tabstop>
       
  1241   <tabstop>radioButton_2</tabstop>
       
  1242   <tabstop>checkBox</tabstop>
       
  1243   <tabstop>checkBox_2</tabstop>
       
  1244   <tabstop>listWidget</tabstop>
       
  1245   <tabstop>treeWidget</tabstop>
       
  1246   <tabstop>tableWidget</tabstop>
       
  1247   <tabstop>calendarWidget</tabstop>
       
  1248   <tabstop>plainTextEdit_2</tabstop>
       
  1249   <tabstop>dial</tabstop>
       
  1250   <tabstop>horizontalSlider_7</tabstop>
       
  1251   <tabstop>toolButton_3</tabstop>
       
  1252   <tabstop>horizontalSlider_6</tabstop>
       
  1253   <tabstop>horizontalSlider_5</tabstop>
       
  1254   <tabstop>lineEdit_13</tabstop>
       
  1255   <tabstop>toolButton_31</tabstop>
       
  1256   <tabstop>lineEdit_14</tabstop>
       
  1257   <tabstop>toolButton_30</tabstop>
       
  1258   <tabstop>lineEdit_2</tabstop>
       
  1259   <tabstop>lineEdit_3</tabstop>
       
  1260   <tabstop>lineEdit_5</tabstop>
       
  1261   <tabstop>toolButton_32</tabstop>
       
  1262   <tabstop>lineEdit_6</tabstop>
       
  1263   <tabstop>lineEdit_8</tabstop>
       
  1264   <tabstop>lineEdit_7</tabstop>
       
  1265   <tabstop>lineEdit_9</tabstop>
       
  1266   <tabstop>lineEdit_10</tabstop>
       
  1267   <tabstop>toolButton_35</tabstop>
       
  1268   <tabstop>pushButton_7</tabstop>
       
  1269   <tabstop>pushButton_9</tabstop>
       
  1270   <tabstop>pushButton_24</tabstop>
       
  1271   <tabstop>pushButton_23</tabstop>
       
  1272   <tabstop>pushButton_20</tabstop>
       
  1273   <tabstop>pushButton_29</tabstop>
       
  1274   <tabstop>pushButton_28</tabstop>
       
  1275   <tabstop>toolButton_12</tabstop>
       
  1276   <tabstop>toolButton_11</tabstop>
       
  1277   <tabstop>toolButton_10</tabstop>
       
  1278   <tabstop>toolButton_6</tabstop>
       
  1279   <tabstop>toolButton_19</tabstop>
       
  1280   <tabstop>toolButton_9</tabstop>
       
  1281   <tabstop>toolButton_15</tabstop>
       
  1282   <tabstop>toolButton_14</tabstop>
       
  1283   <tabstop>toolButton_16</tabstop>
       
  1284   <tabstop>tabWidget</tabstop>
       
  1285   <tabstop>scrollArea_2</tabstop>
       
  1286   <tabstop>horizontalSlider_4</tabstop>
       
  1287   <tabstop>horizontalSlider_3</tabstop>
       
  1288   <tabstop>tabWidget_2</tabstop>
       
  1289   <tabstop>toolButton_2</tabstop>
       
  1290   <tabstop>toolButton_7</tabstop>
       
  1291   <tabstop>toolButton_13</tabstop>
       
  1292   <tabstop>lineEdit_4</tabstop>
       
  1293   <tabstop>lineEdit</tabstop>
       
  1294   <tabstop>horizontalSlider</tabstop>
       
  1295   <tabstop>horizontalSlider_2</tabstop>
       
  1296   <tabstop>dateEdit</tabstop>
       
  1297  </tabstops>
       
  1298  <resources/>
       
  1299  <connections>
       
  1300   <connection>
       
  1301    <sender>horizontalSlider_5</sender>
       
  1302    <signal>valueChanged(int)</signal>
       
  1303    <receiver>lcdNumber</receiver>
       
  1304    <slot>display(int)</slot>
       
  1305    <hints>
       
  1306     <hint type="sourcelabel">
       
  1307      <x>201</x>
       
  1308      <y>326</y>
       
  1309     </hint>
       
  1310     <hint type="destinationlabel">
       
  1311      <x>245</x>
       
  1312      <y>324</y>
       
  1313     </hint>
       
  1314    </hints>
       
  1315   </connection>
       
  1316  </connections>
       
  1317 </ui>