Warning, /plasma/oxygen/kstyle/demo/ui/oxygenlistdemowidget.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>ListDemoWidget</class>
0004  <widget class="QWidget" name="ListDemoWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>407</width>
0010     <height>511</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QSplitter" name="splitter">
0028      <property name="lineWidth">
0029       <number>0</number>
0030      </property>
0031      <property name="orientation">
0032       <enum>Qt::Vertical</enum>
0033      </property>
0034      <widget class="QListWidget" name="listWidget">
0035       <property name="sortingEnabled">
0036        <bool>true</bool>
0037       </property>
0038       <item>
0039        <property name="text">
0040         <string>First Item</string>
0041        </property>
0042        <property name="checkState">
0043         <enum>Checked</enum>
0044        </property>
0045       </item>
0046       <item>
0047        <property name="text">
0048         <string>Second Item</string>
0049        </property>
0050        <property name="checkState">
0051         <enum>Unchecked</enum>
0052        </property>
0053       </item>
0054       <item>
0055        <property name="text">
0056         <string>Third Item</string>
0057        </property>
0058        <property name="checkState">
0059         <enum>Unchecked</enum>
0060        </property>
0061       </item>
0062      </widget>
0063      <widget class="QTreeWidget" name="treeWidget">
0064       <property name="sortingEnabled">
0065        <bool>true</bool>
0066       </property>
0067       <column>
0068        <property name="text">
0069         <string>Title</string>
0070        </property>
0071       </column>
0072       <column>
0073        <property name="text">
0074         <string>Description</string>
0075        </property>
0076       </column>
0077       <item>
0078        <property name="text">
0079         <string>Third Item</string>
0080        </property>
0081        <property name="text">
0082         <string>Third Description</string>
0083        </property>
0084        <item>
0085         <property name="text">
0086          <string>Third Subitem</string>
0087         </property>
0088         <property name="text">
0089          <string>Third Subitem Description</string>
0090         </property>
0091        </item>
0092       </item>
0093       <item>
0094        <property name="text">
0095         <string>Second Item</string>
0096        </property>
0097        <property name="text">
0098         <string>Second Description</string>
0099        </property>
0100        <item>
0101         <property name="text">
0102          <string>Second Subitem</string>
0103         </property>
0104         <property name="text">
0105          <string>Second Subitem Description</string>
0106         </property>
0107        </item>
0108        <item>
0109         <property name="text">
0110          <string>First Subitem</string>
0111         </property>
0112         <property name="text">
0113          <string>First Subitem Description</string>
0114         </property>
0115        </item>
0116       </item>
0117       <item>
0118        <property name="text">
0119         <string>First Item</string>
0120        </property>
0121        <property name="text">
0122         <string>First Description</string>
0123        </property>
0124       </item>
0125      </widget>
0126      <widget class="QTableWidget" name="tableWidget">
0127       <property name="sortingEnabled">
0128        <bool>true</bool>
0129       </property>
0130       <row>
0131        <property name="text">
0132         <string>New Row</string>
0133        </property>
0134       </row>
0135       <row>
0136        <property name="text">
0137         <string>First Row</string>
0138        </property>
0139       </row>
0140       <row>
0141        <property name="text">
0142         <string>Third Row</string>
0143        </property>
0144       </row>
0145       <column>
0146        <property name="text">
0147         <string>First Column</string>
0148        </property>
0149       </column>
0150       <column>
0151        <property name="text">
0152         <string>Second Column</string>
0153        </property>
0154       </column>
0155       <column>
0156        <property name="text">
0157         <string>Third Column</string>
0158        </property>
0159       </column>
0160       <item row="0" column="0">
0161        <property name="text">
0162         <string>Top-left</string>
0163        </property>
0164       </item>
0165       <item row="0" column="1">
0166        <property name="text">
0167         <string>Top</string>
0168        </property>
0169       </item>
0170       <item row="0" column="2">
0171        <property name="text">
0172         <string>Top-right</string>
0173        </property>
0174       </item>
0175       <item row="1" column="0">
0176        <property name="text">
0177         <string>Left </string>
0178        </property>
0179       </item>
0180       <item row="1" column="1">
0181        <property name="text">
0182         <string>Center</string>
0183        </property>
0184       </item>
0185       <item row="1" column="2">
0186        <property name="text">
0187         <string>Right</string>
0188        </property>
0189       </item>
0190       <item row="2" column="0">
0191        <property name="text">
0192         <string>Bottom-left</string>
0193        </property>
0194       </item>
0195       <item row="2" column="1">
0196        <property name="text">
0197         <string>Bottom</string>
0198        </property>
0199       </item>
0200       <item row="2" column="2">
0201        <property name="text">
0202         <string>Bottom-right</string>
0203        </property>
0204       </item>
0205      </widget>
0206     </widget>
0207    </item>
0208   </layout>
0209  </widget>
0210  <resources/>
0211  <connections/>
0212 </ui>