Warning, /system/qtcurve/qt5/config/stylepreview.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>StylePreview</class>
0004  <widget class="QWidget" name="StylePreview">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>547</width>
0010     <height>280</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <widget class="QTabWidget" name="TabWidget2">
0016      <property name="sizePolicy">
0017       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0018        <horstretch>1</horstretch>
0019        <verstretch>0</verstretch>
0020       </sizepolicy>
0021      </property>
0022      <property name="currentIndex">
0023       <number>0</number>
0024      </property>
0025      <widget class="QWidget" name="tab">
0026       <attribute name="title">
0027        <string>Tab 1</string>
0028       </attribute>
0029       <layout class="QVBoxLayout">
0030        <item>
0031         <widget class="QMenuBar" name="menuBarPreview">
0032          <property name="nativeMenuBar">
0033           <bool>false</bool>
0034          </property>
0035          <widget class="QMenu" name="menuMenu_1">
0036           <property name="title">
0037            <string>&amp;Menu 1</string>
0038           </property>
0039           <addaction name="separator"/>
0040           <addaction name="actionRegular_item_1"/>
0041           <addaction name="separator"/>
0042           <addaction name="actionRegular_item_2"/>
0043          </widget>
0044          <widget class="QMenu" name="menuMenu_2">
0045           <property name="title">
0046            <string>Menu &amp;2</string>
0047           </property>
0048           <widget class="QMenu" name="menu2SubMenu">
0049            <property name="title">
0050             <string>&amp;Submenu</string>
0051            </property>
0052            <addaction name="actionRegular_submenu_item"/>
0053           </widget>
0054           <addaction name="actionCheckable_item"/>
0055           <addaction name="separator"/>
0056           <addaction name="menu2SubMenu"/>
0057           <addaction name="separator"/>
0058           <addaction name="exclusiveItem1"/>
0059           <addaction name="exclusiveItem2"/>
0060           <addaction name="exclusiveItem3"/>
0061          </widget>
0062          <addaction name="menuMenu_1"/>
0063          <addaction name="menuMenu_2"/>
0064         </widget>
0065        </item>
0066        <item>
0067         <layout class="QHBoxLayout">
0068          <item>
0069           <layout class="QVBoxLayout" name="verticalLayout">
0070            <item>
0071             <widget class="QGroupBox" name="GroupBox1">
0072              <property name="title">
0073               <string>Group Box</string>
0074              </property>
0075              <layout class="QVBoxLayout" name="_2">
0076               <item>
0077                <widget class="QRadioButton" name="RadioButton1">
0078                 <property name="text">
0079                  <string>&amp;Radio button</string>
0080                 </property>
0081                 <property name="checked">
0082                  <bool>true</bool>
0083                 </property>
0084                </widget>
0085               </item>
0086               <item>
0087                <widget class="QRadioButton" name="RadioButton2">
0088                 <property name="text">
0089                  <string>Radio &amp;button</string>
0090                 </property>
0091                </widget>
0092               </item>
0093               <item>
0094                <widget class="Line" name="Line1">
0095                 <property name="frameShape">
0096                  <enum>QFrame::HLine</enum>
0097                 </property>
0098                 <property name="frameShadow">
0099                  <enum>QFrame::Sunken</enum>
0100                 </property>
0101                </widget>
0102               </item>
0103               <item>
0104                <widget class="QCheckBox" name="CheckBox1">
0105                 <property name="text">
0106                  <string>Checkbox</string>
0107                 </property>
0108                 <property name="checked">
0109                  <bool>true</bool>
0110                 </property>
0111                 <property name="tristate">
0112                  <bool>false</bool>
0113                 </property>
0114                </widget>
0115               </item>
0116              </layout>
0117             </widget>
0118            </item>
0119            <item>
0120             <spacer name="verticalSpacer">
0121              <property name="orientation">
0122               <enum>Qt::Vertical</enum>
0123              </property>
0124              <property name="sizeHint" stdset="0">
0125               <size>
0126                <width>0</width>
0127                <height>0</height>
0128               </size>
0129              </property>
0130             </spacer>
0131            </item>
0132           </layout>
0133          </item>
0134          <item>
0135           <layout class="QVBoxLayout">
0136            <item>
0137             <widget class="QProgressBar" name="ProgressBar1">
0138              <property name="value">
0139               <number>70</number>
0140              </property>
0141             </widget>
0142            </item>
0143            <item>
0144             <widget class="QSlider" name="Slider1">
0145              <property name="maximum">
0146               <number>100</number>
0147              </property>
0148              <property name="value">
0149               <number>70</number>
0150              </property>
0151              <property name="orientation">
0152               <enum>Qt::Horizontal</enum>
0153              </property>
0154             </widget>
0155            </item>
0156            <item>
0157             <layout class="QHBoxLayout">
0158              <item>
0159               <widget class="QSpinBox" name="SpinBox1">
0160                <property name="maximum">
0161                 <number>999999</number>
0162                </property>
0163               </widget>
0164              </item>
0165              <item>
0166               <widget class="QPushButton" name="PushButton1">
0167                <property name="text">
0168                 <string>Button</string>
0169                </property>
0170               </widget>
0171              </item>
0172             </layout>
0173            </item>
0174            <item>
0175             <widget class="QComboBox" name="ComboBox1">
0176              <item>
0177               <property name="text">
0178                <string>Combobox</string>
0179               </property>
0180              </item>
0181              <item>
0182               <property name="text">
0183                <string>Item 2</string>
0184               </property>
0185              </item>
0186              <item>
0187               <property name="text">
0188                <string>Item 3</string>
0189               </property>
0190              </item>
0191              <item>
0192               <property name="text">
0193                <string>Item 4</string>
0194               </property>
0195              </item>
0196             </widget>
0197            </item>
0198            <item>
0199             <widget class="QComboBox" name="comboBox">
0200              <property name="editable">
0201               <bool>true</bool>
0202              </property>
0203              <item>
0204               <property name="text">
0205                <string>Editable combobox</string>
0206               </property>
0207              </item>
0208              <item>
0209               <property name="text">
0210                <string>Item 2</string>
0211               </property>
0212              </item>
0213              <item>
0214               <property name="text">
0215                <string>Item 3</string>
0216               </property>
0217              </item>
0218              <item>
0219               <property name="text">
0220                <string>Item 4</string>
0221               </property>
0222              </item>
0223             </widget>
0224            </item>
0225            <item>
0226             <spacer>
0227              <property name="orientation">
0228               <enum>Qt::Vertical</enum>
0229              </property>
0230              <property name="sizeHint" stdset="0">
0231               <size>
0232                <width>0</width>
0233                <height>0</height>
0234               </size>
0235              </property>
0236             </spacer>
0237            </item>
0238           </layout>
0239          </item>
0240          <item>
0241           <widget class="QScrollBar" name="ScrollBar1">
0242            <property name="maximum">
0243             <number>19</number>
0244            </property>
0245            <property name="orientation">
0246             <enum>Qt::Vertical</enum>
0247            </property>
0248           </widget>
0249          </item>
0250         </layout>
0251        </item>
0252       </layout>
0253      </widget>
0254      <widget class="QWidget" name="tab2">
0255       <attribute name="title">
0256        <string>Tab 2</string>
0257       </attribute>
0258       <layout class="QVBoxLayout" name="verticalLayout_3">
0259        <item>
0260         <widget class="QSplitter" name="splitter">
0261          <property name="orientation">
0262           <enum>Qt::Horizontal</enum>
0263          </property>
0264          <property name="childrenCollapsible">
0265           <bool>false</bool>
0266          </property>
0267          <widget class="QDockWidget" name="dockWidget">
0268           <property name="sizePolicy">
0269            <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
0270             <horstretch>0</horstretch>
0271             <verstretch>0</verstretch>
0272            </sizepolicy>
0273           </property>
0274           <property name="windowTitle">
0275            <string>&amp;Dock Widget</string>
0276           </property>
0277           <widget class="QWidget" name="dockWidgetContents">
0278            <layout class="QVBoxLayout" name="verticalLayout_2">
0279             <property name="leftMargin">
0280              <number>0</number>
0281             </property>
0282             <property name="rightMargin">
0283              <number>0</number>
0284             </property>
0285             <property name="bottomMargin">
0286              <number>0</number>
0287             </property>
0288             <item>
0289              <widget class="QTreeWidget" name="treeWidget">
0290               <property name="sizePolicy">
0291                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
0292                 <horstretch>0</horstretch>
0293                 <verstretch>0</verstretch>
0294                </sizepolicy>
0295               </property>
0296               <property name="sortingEnabled">
0297                <bool>true</bool>
0298               </property>
0299               <property name="allColumnsShowFocus">
0300                <bool>true</bool>
0301               </property>
0302               <attribute name="headerDefaultSectionSize">
0303                <number>80</number>
0304               </attribute>
0305               <attribute name="headerMinimumSectionSize">
0306                <number>32</number>
0307               </attribute>
0308               <column>
0309                <property name="text">
0310                 <string>Column 1</string>
0311                </property>
0312               </column>
0313               <column>
0314                <property name="text">
0315                 <string>Column 2</string>
0316                </property>
0317               </column>
0318               <item>
0319                <property name="text">
0320                 <string>Item 8</string>
0321                </property>
0322                <item>
0323                 <property name="text">
0324                  <string>Sub 4</string>
0325                 </property>
0326                </item>
0327                <item>
0328                 <property name="text">
0329                  <string>Sub 3</string>
0330                 </property>
0331                </item>
0332                <item>
0333                 <property name="text">
0334                  <string>Sub 2</string>
0335                 </property>
0336                </item>
0337                <item>
0338                 <property name="text">
0339                  <string>Sub 1</string>
0340                 </property>
0341                </item>
0342               </item>
0343               <item>
0344                <property name="text">
0345                 <string>Item 7</string>
0346                </property>
0347                <item>
0348                 <property name="text">
0349                  <string>Sub 4</string>
0350                 </property>
0351                </item>
0352                <item>
0353                 <property name="text">
0354                  <string>Sub 3</string>
0355                 </property>
0356                </item>
0357                <item>
0358                 <property name="text">
0359                  <string>Sub 2</string>
0360                 </property>
0361                </item>
0362                <item>
0363                 <property name="text">
0364                  <string>Sub 1</string>
0365                 </property>
0366                </item>
0367               </item>
0368               <item>
0369                <property name="text">
0370                 <string>Item 6</string>
0371                </property>
0372                <item>
0373                 <property name="text">
0374                  <string>Sub 4</string>
0375                 </property>
0376                </item>
0377                <item>
0378                 <property name="text">
0379                  <string>Sub 3</string>
0380                 </property>
0381                </item>
0382                <item>
0383                 <property name="text">
0384                  <string>Sub 2</string>
0385                 </property>
0386                </item>
0387                <item>
0388                 <property name="text">
0389                  <string>Sub 1</string>
0390                 </property>
0391                </item>
0392               </item>
0393               <item>
0394                <property name="text">
0395                 <string>Item 5</string>
0396                </property>
0397                <item>
0398                 <property name="text">
0399                  <string>Sub 4</string>
0400                 </property>
0401                </item>
0402                <item>
0403                 <property name="text">
0404                  <string>Sub 3</string>
0405                 </property>
0406                </item>
0407                <item>
0408                 <property name="text">
0409                  <string>Sub 2</string>
0410                 </property>
0411                </item>
0412                <item>
0413                 <property name="text">
0414                  <string>Sub 1</string>
0415                 </property>
0416                </item>
0417               </item>
0418               <item>
0419                <property name="text">
0420                 <string>Item 4</string>
0421                </property>
0422                <item>
0423                 <property name="text">
0424                  <string>Sub 4</string>
0425                 </property>
0426                </item>
0427                <item>
0428                 <property name="text">
0429                  <string>Sub 3</string>
0430                 </property>
0431                </item>
0432                <item>
0433                 <property name="text">
0434                  <string>Sub 2</string>
0435                 </property>
0436                </item>
0437                <item>
0438                 <property name="text">
0439                  <string>Sub 1</string>
0440                 </property>
0441                </item>
0442               </item>
0443               <item>
0444                <property name="text">
0445                 <string>Item 3</string>
0446                </property>
0447                <item>
0448                 <property name="text">
0449                  <string>Sub 4</string>
0450                 </property>
0451                </item>
0452                <item>
0453                 <property name="text">
0454                  <string>Sub 3</string>
0455                 </property>
0456                </item>
0457                <item>
0458                 <property name="text">
0459                  <string>Sub 2</string>
0460                 </property>
0461                </item>
0462                <item>
0463                 <property name="text">
0464                  <string>Sub 1</string>
0465                 </property>
0466                </item>
0467               </item>
0468               <item>
0469                <property name="text">
0470                 <string>Item 2</string>
0471                </property>
0472                <item>
0473                 <property name="text">
0474                  <string>Sub 4</string>
0475                 </property>
0476                </item>
0477                <item>
0478                 <property name="text">
0479                  <string>Sub 3</string>
0480                 </property>
0481                </item>
0482                <item>
0483                 <property name="text">
0484                  <string>Sub 2</string>
0485                 </property>
0486                </item>
0487                <item>
0488                 <property name="text">
0489                  <string>Sub 1</string>
0490                 </property>
0491                </item>
0492               </item>
0493               <item>
0494                <property name="text">
0495                 <string>Item 1</string>
0496                </property>
0497                <item>
0498                 <property name="text">
0499                  <string>Sub 4</string>
0500                 </property>
0501                </item>
0502                <item>
0503                 <property name="text">
0504                  <string>Sub 3</string>
0505                 </property>
0506                </item>
0507                <item>
0508                 <property name="text">
0509                  <string>Sub 2</string>
0510                 </property>
0511                </item>
0512                <item>
0513                 <property name="text">
0514                  <string>Sub 1</string>
0515                 </property>
0516                </item>
0517               </item>
0518              </widget>
0519             </item>
0520            </layout>
0521           </widget>
0522          </widget>
0523          <widget class="QPlainTextEdit" name="plainTextEdit">
0524           <property name="sizePolicy">
0525            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0526             <horstretch>0</horstretch>
0527             <verstretch>0</verstretch>
0528            </sizepolicy>
0529           </property>
0530           <property name="plainText">
0531            <string>Eleven saintly shrouded men
0532 Silhouettes stand against the sky
0533 One in front with a cross held high
0534 Come to wash my sins away...</string>
0535           </property>
0536          </widget>
0537         </widget>
0538        </item>
0539       </layout>
0540      </widget>
0541     </widget>
0542    </item>
0543   </layout>
0544   <action name="actionRegular_item_1">
0545    <property name="text">
0546     <string>&amp;Regular item 1</string>
0547    </property>
0548    <property name="shortcut">
0549     <string>Ctrl+1</string>
0550    </property>
0551    <property name="shortcutContext">
0552     <enum>Qt::WidgetWithChildrenShortcut</enum>
0553    </property>
0554    <property name="menuRole">
0555     <enum>QAction::NoRole</enum>
0556    </property>
0557   </action>
0558   <action name="actionRegular_item_2">
0559    <property name="text">
0560     <string>Regular &amp;item 2</string>
0561    </property>
0562    <property name="shortcut">
0563     <string>Ctrl+2</string>
0564    </property>
0565    <property name="shortcutContext">
0566     <enum>Qt::WidgetWithChildrenShortcut</enum>
0567    </property>
0568    <property name="menuRole">
0569     <enum>QAction::NoRole</enum>
0570    </property>
0571   </action>
0572   <action name="actionCheckable_item">
0573    <property name="checkable">
0574     <bool>true</bool>
0575    </property>
0576    <property name="text">
0577     <string>&amp;Checkable item</string>
0578    </property>
0579    <property name="menuRole">
0580     <enum>QAction::NoRole</enum>
0581    </property>
0582   </action>
0583   <action name="exclusiveItem1">
0584    <property name="checkable">
0585     <bool>true</bool>
0586    </property>
0587    <property name="text">
0588     <string>&amp;Exclusive item 1</string>
0589    </property>
0590    <property name="menuRole">
0591     <enum>QAction::NoRole</enum>
0592    </property>
0593   </action>
0594   <action name="exclusiveItem2">
0595    <property name="checkable">
0596     <bool>true</bool>
0597    </property>
0598    <property name="checked">
0599     <bool>true</bool>
0600    </property>
0601    <property name="text">
0602     <string>Exclusive &amp;item 2</string>
0603    </property>
0604    <property name="menuRole">
0605     <enum>QAction::NoRole</enum>
0606    </property>
0607   </action>
0608   <action name="exclusiveItem3">
0609    <property name="checkable">
0610     <bool>true</bool>
0611    </property>
0612    <property name="text">
0613     <string>Exclusive item &amp;3</string>
0614    </property>
0615    <property name="menuRole">
0616     <enum>QAction::NoRole</enum>
0617    </property>
0618   </action>
0619   <action name="actionRegular_submenu_item">
0620    <property name="text">
0621     <string>&amp;regular submenu item</string>
0622    </property>
0623   </action>
0624  </widget>
0625  <resources/>
0626  <connections>
0627   <connection>
0628    <sender>Slider1</sender>
0629    <signal>valueChanged(int)</signal>
0630    <receiver>ProgressBar1</receiver>
0631    <slot>setValue(int)</slot>
0632    <hints>
0633     <hint type="sourcelabel">
0634      <x>253</x>
0635      <y>77</y>
0636     </hint>
0637     <hint type="destinationlabel">
0638      <x>272</x>
0639      <y>50</y>
0640     </hint>
0641    </hints>
0642   </connection>
0643  </connections>
0644 </ui>