Warning, /network/choqok/choqok/config/behavior/behaviorconfig_shorten_base.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>BehaviorConfig_ShortenBase</class>
0004  <widget class="QWidget" name="BehaviorConfig_ShortenBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>360</width>
0010     <height>156</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QCheckBox" name="kcfg_shortenOnPaste">
0016      <property name="text">
0017       <string>Shorten &amp;URLs on paste</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item>
0022     <widget class="QCheckBox" name="kcfg_removeHttp">
0023      <property name="text">
0024       <string>Remove &quot;http://&quot; from shortened URLs</string>
0025      </property>
0026     </widget>
0027    </item>
0028    <item>
0029     <layout class="QHBoxLayout" name="horizontalLayout">
0030      <item>
0031       <widget class="QLabel" name="label">
0032        <property name="text">
0033         <string>Shortening ser&amp;vice:</string>
0034        </property>
0035        <property name="alignment">
0036         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0037        </property>
0038        <property name="buddy">
0039         <cstring>shortenPlugins</cstring>
0040        </property>
0041       </widget>
0042      </item>
0043      <item>
0044       <widget class="QComboBox" name="shortenPlugins">
0045        <property name="sizePolicy">
0046         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0047          <horstretch>0</horstretch>
0048          <verstretch>0</verstretch>
0049         </sizepolicy>
0050        </property>
0051       </widget>
0052      </item>
0053      <item>
0054       <widget class="QPushButton" name="configPlugin">
0055        <property name="toolTip">
0056         <string>Configure plugin</string>
0057        </property>
0058        <property name="icon">
0059         <iconset theme="configure"/>
0060        </property>
0061       </widget>
0062      </item>
0063      <item>
0064       <widget class="QPushButton" name="aboutPlugin">
0065        <property name="sizePolicy">
0066         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0067          <horstretch>0</horstretch>
0068          <verstretch>0</verstretch>
0069         </sizepolicy>
0070        </property>
0071        <property name="toolTip">
0072         <string>About plugin</string>
0073        </property>
0074        <property name="icon">
0075         <iconset theme="help-about"/>
0076        </property>
0077       </widget>
0078      </item>
0079     </layout>
0080    </item>
0081    <item>
0082     <spacer name="verticalSpacer">
0083      <property name="orientation">
0084       <enum>Qt::Vertical</enum>
0085      </property>
0086      <property name="sizeHint" stdset="0">
0087       <size>
0088        <width>20</width>
0089        <height>40</height>
0090       </size>
0091      </property>
0092     </spacer>
0093    </item>
0094   </layout>
0095  </widget>
0096  <tabstops>
0097   <tabstop>kcfg_shortenOnPaste</tabstop>
0098   <tabstop>kcfg_removeHttp</tabstop>
0099   <tabstop>shortenPlugins</tabstop>
0100   <tabstop>configPlugin</tabstop>
0101   <tabstop>aboutPlugin</tabstop>
0102  </tabstops>
0103  <resources/>
0104  <connections/>
0105 </ui>