Warning, /network/falkon/src/plugins/TabManager/tabmanagersettings.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>TabManagerSettings</class>
0004  <widget class="QDialog" name="TabManagerSettings">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>371</width>
0010     <height>237</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Tab Manager 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="QLabel" name="label">
0025         <property name="text">
0026          <string>Please select view type:</string>
0027         </property>
0028        </widget>
0029       </item>
0030       <item>
0031        <widget class="QRadioButton" name="sidebarRadio">
0032         <property name="text">
0033          <string>SideBar</string>
0034         </property>
0035        </widget>
0036       </item>
0037       <item>
0038        <widget class="QRadioButton" name="windowRadio">
0039         <property name="text">
0040          <string>Window</string>
0041         </property>
0042        </widget>
0043       </item>
0044       <item>
0045        <widget class="QLabel" name="label_2">
0046         <property name="text">
0047          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note:&lt;/span&gt; The &amp;quot;Window&amp;quot; type is recommended for managing lots of windows/tabs.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0048         </property>
0049         <property name="wordWrap">
0050          <bool>true</bool>
0051         </property>
0052        </widget>
0053       </item>
0054      </layout>
0055     </widget>
0056    </item>
0057    <item>
0058     <widget class="QCheckBox" name="checkBox">
0059      <property name="text">
0060       <string>Use TabManager plugin as replacement for main TabBar.</string>
0061      </property>
0062     </widget>
0063    </item>
0064    <item>
0065     <spacer name="verticalSpacer">
0066      <property name="orientation">
0067       <enum>Qt::Vertical</enum>
0068      </property>
0069      <property name="sizeHint" stdset="0">
0070       <size>
0071        <width>20</width>
0072        <height>40</height>
0073       </size>
0074      </property>
0075     </spacer>
0076    </item>
0077    <item>
0078     <widget class="QDialogButtonBox" name="buttonBox">
0079      <property name="orientation">
0080       <enum>Qt::Horizontal</enum>
0081      </property>
0082      <property name="standardButtons">
0083       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0084      </property>
0085     </widget>
0086    </item>
0087   </layout>
0088  </widget>
0089  <resources/>
0090  <connections/>
0091 </ui>