Warning, /frameworks/knewstuff/src/kmoretools/ui/kmoretoolsconfigwidget.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>KMoreToolsConfigWidget</class>
0004  <widget class="QWidget" name="KMoreToolsConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>1001</width>
0010     <height>452</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="0">
0015     <layout class="QHBoxLayout" name="horizontalLayout_2">
0016      <item>
0017       <widget class="QGroupBox" name="gbMainSection">
0018        <property name="sizePolicy">
0019         <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0020          <horstretch>0</horstretch>
0021          <verstretch>0</verstretch>
0022         </sizepolicy>
0023        </property>
0024        <property name="title">
0025         <string>Main section</string>
0026        </property>
0027        <layout class="QVBoxLayout" name="verticalLayout_2">
0028         <item>
0029          <widget class="QListWidget" name="listMainSection"/>
0030         </item>
0031        </layout>
0032       </widget>
0033      </item>
0034      <item>
0035       <widget class="QWidget" name="widget" native="true">
0036        <property name="sizePolicy">
0037         <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0038          <horstretch>0</horstretch>
0039          <verstretch>0</verstretch>
0040         </sizepolicy>
0041        </property>
0042        <property name="minimumSize">
0043         <size>
0044          <width>170</width>
0045          <height>325</height>
0046         </size>
0047        </property>
0048        <widget class="QToolButton" name="buttonMoveDown">
0049         <property name="geometry">
0050          <rect>
0051           <x>40</x>
0052           <y>190</y>
0053           <width>81</width>
0054           <height>41</height>
0055          </rect>
0056         </property>
0057         <property name="text">
0058          <string>Move down</string>
0059         </property>
0060         <property name="icon">
0061          <iconset theme="arrow-down"/>
0062         </property>
0063         <property name="toolButtonStyle">
0064          <enum>Qt::ToolButtonTextUnderIcon</enum>
0065         </property>
0066        </widget>
0067        <widget class="QToolButton" name="buttonMoveUp">
0068         <property name="geometry">
0069          <rect>
0070           <x>40</x>
0071           <y>140</y>
0072           <width>81</width>
0073           <height>41</height>
0074          </rect>
0075         </property>
0076         <property name="text">
0077          <string>Move up</string>
0078         </property>
0079         <property name="icon">
0080          <iconset theme="arrow-up"/>
0081         </property>
0082         <property name="toolButtonStyle">
0083          <enum>Qt::ToolButtonTextUnderIcon</enum>
0084         </property>
0085        </widget>
0086        <widget class="QToolButton" name="buttonMoveToMain">
0087         <property name="geometry">
0088          <rect>
0089           <x>10</x>
0090           <y>90</y>
0091           <width>147</width>
0092           <height>41</height>
0093          </rect>
0094         </property>
0095         <property name="text">
0096          <string>Move to Main section</string>
0097         </property>
0098         <property name="icon">
0099          <iconset theme="arrow-left"/>
0100         </property>
0101         <property name="toolButtonStyle">
0102          <enum>Qt::ToolButtonTextUnderIcon</enum>
0103         </property>
0104        </widget>
0105        <widget class="QToolButton" name="buttonMoveToMore">
0106         <property name="geometry">
0107          <rect>
0108           <x>10</x>
0109           <y>40</y>
0110           <width>148</width>
0111           <height>41</height>
0112          </rect>
0113         </property>
0114         <property name="text">
0115          <string>Move to More section</string>
0116         </property>
0117         <property name="icon">
0118          <iconset theme="arrow-right"/>
0119         </property>
0120         <property name="toolButtonStyle">
0121          <enum>Qt::ToolButtonTextUnderIcon</enum>
0122         </property>
0123        </widget>
0124        <widget class="QToolButton" name="buttonReset">
0125         <property name="geometry">
0126          <rect>
0127           <x>40</x>
0128           <y>280</y>
0129           <width>81</width>
0130           <height>41</height>
0131          </rect>
0132         </property>
0133         <property name="text">
0134          <string>Reset</string>
0135         </property>
0136         <property name="icon">
0137          <iconset theme="document-revert"/>
0138         </property>
0139         <property name="toolButtonStyle">
0140          <enum>Qt::ToolButtonTextUnderIcon</enum>
0141         </property>
0142        </widget>
0143       </widget>
0144      </item>
0145      <item>
0146       <widget class="QGroupBox" name="gbMoreSection">
0147        <property name="sizePolicy">
0148         <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0149          <horstretch>0</horstretch>
0150          <verstretch>0</verstretch>
0151         </sizepolicy>
0152        </property>
0153        <property name="title">
0154         <string>More section</string>
0155        </property>
0156        <layout class="QVBoxLayout" name="verticalLayout_3">
0157         <item>
0158          <widget class="QListWidget" name="listMoreSection"/>
0159         </item>
0160        </layout>
0161       </widget>
0162      </item>
0163      <item>
0164       <spacer name="horizontalSpacer_2">
0165        <property name="orientation">
0166         <enum>Qt::Horizontal</enum>
0167        </property>
0168        <property name="sizeType">
0169         <enum>QSizePolicy::Fixed</enum>
0170        </property>
0171        <property name="sizeHint" stdset="0">
0172         <size>
0173          <width>20</width>
0174          <height>20</height>
0175         </size>
0176        </property>
0177       </spacer>
0178      </item>
0179      <item>
0180       <widget class="QFrame" name="frameNotInstalledTools">
0181        <property name="sizePolicy">
0182         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0183          <horstretch>0</horstretch>
0184          <verstretch>0</verstretch>
0185         </sizepolicy>
0186        </property>
0187        <property name="minimumSize">
0188         <size>
0189          <width>100</width>
0190          <height>0</height>
0191         </size>
0192        </property>
0193        <property name="frameShape">
0194         <enum>QFrame::NoFrame</enum>
0195        </property>
0196        <property name="frameShadow">
0197         <enum>QFrame::Plain</enum>
0198        </property>
0199        <property name="lineWidth">
0200         <number>0</number>
0201        </property>
0202        <layout class="QVBoxLayout" name="verticalLayout_4">
0203         <item>
0204          <widget class="QLabel" name="label">
0205           <property name="text">
0206            <string>For this menu there are some more tools suggested which are currently not installed:</string>
0207           </property>
0208           <property name="wordWrap">
0209            <bool>true</bool>
0210           </property>
0211          </widget>
0212         </item>
0213         <item>
0214          <widget class="QPushButton" name="buttonNotInstalledTools">
0215           <property name="text">
0216            <string>More tools...</string>
0217           </property>
0218          </widget>
0219         </item>
0220         <item>
0221          <spacer name="verticalSpacer">
0222           <property name="orientation">
0223            <enum>Qt::Vertical</enum>
0224           </property>
0225           <property name="sizeHint" stdset="0">
0226            <size>
0227             <width>20</width>
0228             <height>40</height>
0229            </size>
0230           </property>
0231          </spacer>
0232         </item>
0233        </layout>
0234       </widget>
0235      </item>
0236     </layout>
0237    </item>
0238   </layout>
0239  </widget>
0240  <resources/>
0241  <connections/>
0242 </ui>