Warning, /network/falkon/src/plugins/StatusBarIcons/sbi_settingsdialog.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>SBI_SettingsDialog</class>
0004  <widget class="QWidget" name="SBI_SettingsDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>343</width>
0010     <height>204</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>StatusBar Icons</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout_2">
0019      <item>
0020       <spacer name="horizontalSpacer_3">
0021        <property name="orientation">
0022         <enum>Qt::Horizontal</enum>
0023        </property>
0024        <property name="sizeHint" stdset="0">
0025         <size>
0026          <width>40</width>
0027          <height>20</height>
0028         </size>
0029        </property>
0030       </spacer>
0031      </item>
0032      <item>
0033       <widget class="QLabel" name="label">
0034        <property name="sizePolicy">
0035         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0036          <horstretch>0</horstretch>
0037          <verstretch>0</verstretch>
0038         </sizepolicy>
0039        </property>
0040        <property name="pixmap">
0041         <pixmap resource="statusbaricons.qrc">:/sbi/data/icon.png</pixmap>
0042        </property>
0043       </widget>
0044      </item>
0045      <item>
0046       <widget class="QLabel" name="label_2">
0047        <property name="text">
0048         <string>&lt;h3&gt;StatusBar Icons&lt;/h3&gt;</string>
0049        </property>
0050       </widget>
0051      </item>
0052      <item>
0053       <spacer name="horizontalSpacer_4">
0054        <property name="orientation">
0055         <enum>Qt::Horizontal</enum>
0056        </property>
0057        <property name="sizeHint" stdset="0">
0058         <size>
0059          <width>40</width>
0060          <height>20</height>
0061         </size>
0062        </property>
0063       </spacer>
0064      </item>
0065     </layout>
0066    </item>
0067    <item>
0068     <widget class="QLabel" name="label_3">
0069      <property name="text">
0070       <string>These icons will be displayed in statusbar:</string>
0071      </property>
0072      <property name="alignment">
0073       <set>Qt::AlignCenter</set>
0074      </property>
0075     </widget>
0076    </item>
0077    <item>
0078     <layout class="QHBoxLayout" name="horizontalLayout">
0079      <item>
0080       <spacer name="horizontalSpacer_2">
0081        <property name="orientation">
0082         <enum>Qt::Horizontal</enum>
0083        </property>
0084        <property name="sizeHint" stdset="0">
0085         <size>
0086          <width>40</width>
0087          <height>20</height>
0088         </size>
0089        </property>
0090       </spacer>
0091      </item>
0092      <item>
0093       <layout class="QVBoxLayout" name="verticalLayout">
0094        <item>
0095         <widget class="QCheckBox" name="showImagesIcon">
0096          <property name="text">
0097           <string>Images Icon</string>
0098          </property>
0099         </widget>
0100        </item>
0101        <item>
0102         <widget class="QCheckBox" name="showJavaScriptIcon">
0103          <property name="text">
0104           <string>JavaScript Icon</string>
0105          </property>
0106         </widget>
0107        </item>
0108        <item>
0109         <widget class="QCheckBox" name="showNetworkIcon">
0110          <property name="text">
0111           <string>Network Icon</string>
0112          </property>
0113         </widget>
0114        </item>
0115        <item>
0116         <widget class="QCheckBox" name="showZoomWidget">
0117          <property name="text">
0118           <string>Zoom widget</string>
0119          </property>
0120         </widget>
0121        </item>
0122       </layout>
0123      </item>
0124      <item>
0125       <spacer name="horizontalSpacer">
0126        <property name="orientation">
0127         <enum>Qt::Horizontal</enum>
0128        </property>
0129        <property name="sizeHint" stdset="0">
0130         <size>
0131          <width>40</width>
0132          <height>20</height>
0133         </size>
0134        </property>
0135       </spacer>
0136      </item>
0137     </layout>
0138    </item>
0139    <item>
0140     <widget class="QDialogButtonBox" name="buttonBox">
0141      <property name="standardButtons">
0142       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0143      </property>
0144     </widget>
0145    </item>
0146   </layout>
0147  </widget>
0148  <resources>
0149   <include location="statusbaricons.qrc"/>
0150  </resources>
0151  <connections/>
0152 </ui>