Warning, /network/falkon/src/plugins/VerticalTabs/verticaltabssettings.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>VerticalTabsSettings</class>
0004  <widget class="QDialog" name="VerticalTabsSettings">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>460</width>
0010     <height>344</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Vertical Tabs Settings</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <widget class="QGroupBox" name="groupBox">
0019      <property name="title">
0020       <string>View</string>
0021      </property>
0022      <layout class="QVBoxLayout" name="verticalLayout">
0023       <item>
0024        <widget class="QRadioButton" name="tabListView">
0025         <property name="text">
0026          <string>Tab List</string>
0027         </property>
0028        </widget>
0029       </item>
0030       <item>
0031        <widget class="QRadioButton" name="tabTreeView">
0032         <property name="text">
0033          <string>Tab Tree</string>
0034         </property>
0035        </widget>
0036       </item>
0037      </layout>
0038     </widget>
0039    </item>
0040    <item>
0041     <widget class="QGroupBox" name="groupBox_2">
0042      <property name="title">
0043       <string>Options</string>
0044      </property>
0045      <layout class="QFormLayout" name="formLayout">
0046       <item row="0" column="0" colspan="2">
0047        <widget class="QRadioButton" name="appendChild">
0048         <property name="text">
0049          <string>Add new child tabs to the end of tab tree</string>
0050         </property>
0051        </widget>
0052       </item>
0053       <item row="1" column="0" colspan="2">
0054        <widget class="QRadioButton" name="prependChild">
0055         <property name="text">
0056          <string>Add new child tabs to the beginning of tab tree</string>
0057         </property>
0058        </widget>
0059       </item>
0060       <item row="2" column="0">
0061        <widget class="QLabel" name="label">
0062         <property name="text">
0063          <string>Theme:</string>
0064         </property>
0065        </widget>
0066       </item>
0067       <item row="2" column="1">
0068        <widget class="QComboBox" name="theme"/>
0069       </item>
0070      </layout>
0071     </widget>
0072    </item>
0073    <item>
0074     <widget class="QCheckBox" name="replaceTabBar">
0075      <property name="text">
0076       <string>Use as replacement for main tab bar</string>
0077      </property>
0078     </widget>
0079    </item>
0080    <item>
0081     <spacer name="verticalSpacer">
0082      <property name="orientation">
0083       <enum>Qt::Vertical</enum>
0084      </property>
0085      <property name="sizeHint" stdset="0">
0086       <size>
0087        <width>20</width>
0088        <height>40</height>
0089       </size>
0090      </property>
0091     </spacer>
0092    </item>
0093    <item>
0094     <widget class="QDialogButtonBox" name="buttonBox">
0095      <property name="orientation">
0096       <enum>Qt::Horizontal</enum>
0097      </property>
0098      <property name="standardButtons">
0099       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0100      </property>
0101     </widget>
0102    </item>
0103   </layout>
0104  </widget>
0105  <resources/>
0106  <connections/>
0107 </ui>