Warning, /graphics/kxstitch/ui/LibraryManager.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>LibraryManager</class>
0004  <widget class="QWidget" name="LibraryManager">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>656</width>
0010     <height>565</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Library Manager</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0">
0018     <widget class="QSplitter" name="splitter">
0019      <property name="orientation">
0020       <enum>Qt::Horizontal</enum>
0021      </property>
0022      <widget class="LibraryTreeWidget" name="LibraryTree">
0023       <property name="sizePolicy">
0024        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0025         <horstretch>0</horstretch>
0026         <verstretch>0</verstretch>
0027        </sizepolicy>
0028       </property>
0029       <property name="minimumSize">
0030        <size>
0031         <width>50</width>
0032         <height>0</height>
0033        </size>
0034       </property>
0035       <column>
0036        <property name="text">
0037         <string>Libraries</string>
0038        </property>
0039       </column>
0040      </widget>
0041      <widget class="QWidget" name="layoutWidget">
0042       <layout class="QVBoxLayout" name="verticalLayout">
0043        <item>
0044         <widget class="LibraryListWidget" name="LibraryIcons">
0045          <property name="sizePolicy">
0046           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
0047            <horstretch>200</horstretch>
0048            <verstretch>0</verstretch>
0049           </sizepolicy>
0050          </property>
0051          <property name="minimumSize">
0052           <size>
0053            <width>400</width>
0054            <height>0</height>
0055           </size>
0056          </property>
0057          <property name="sizeIncrement">
0058           <size>
0059            <width>20</width>
0060            <height>0</height>
0061           </size>
0062          </property>
0063          <property name="acceptDrops">
0064           <bool>true</bool>
0065          </property>
0066          <property name="dragEnabled">
0067           <bool>true</bool>
0068          </property>
0069          <property name="dragDropMode">
0070           <enum>QAbstractItemView::DragDrop</enum>
0071          </property>
0072          <property name="iconSize">
0073           <size>
0074            <width>64</width>
0075            <height>64</height>
0076           </size>
0077          </property>
0078          <property name="resizeMode">
0079           <enum>QListView::Adjust</enum>
0080          </property>
0081          <property name="viewMode">
0082           <enum>QListView::IconMode</enum>
0083          </property>
0084         </widget>
0085        </item>
0086        <item>
0087         <layout class="QHBoxLayout" name="horizontalLayout">
0088          <item>
0089           <widget class="QSlider" name="IconSizeSlider">
0090            <property name="toolTip">
0091             <string>Icon size</string>
0092            </property>
0093            <property name="minimum">
0094             <number>32</number>
0095            </property>
0096            <property name="maximum">
0097             <number>256</number>
0098            </property>
0099            <property name="singleStep">
0100             <number>16</number>
0101            </property>
0102            <property name="pageStep">
0103             <number>16</number>
0104            </property>
0105            <property name="value">
0106             <number>128</number>
0107            </property>
0108            <property name="orientation">
0109             <enum>Qt::Horizontal</enum>
0110            </property>
0111            <property name="tickPosition">
0112             <enum>QSlider::NoTicks</enum>
0113            </property>
0114           </widget>
0115          </item>
0116         </layout>
0117        </item>
0118       </layout>
0119      </widget>
0120     </widget>
0121    </item>
0122    <item row="1" column="0">
0123     <widget class="QDialogButtonBox" name="DialogButtonBox">
0124      <property name="standardButtons">
0125       <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
0126      </property>
0127     </widget>
0128    </item>
0129   </layout>
0130  </widget>
0131  <customwidgets>
0132   <customwidget>
0133    <class>LibraryTreeWidget</class>
0134    <extends>QTreeWidget</extends>
0135    <header>src/LibraryTreeWidget.h</header>
0136   </customwidget>
0137   <customwidget>
0138    <class>LibraryListWidget</class>
0139    <extends>QListWidget</extends>
0140    <header>src/LibraryListWidget.h</header>
0141   </customwidget>
0142  </customwidgets>
0143  <resources/>
0144  <connections/>
0145 </ui>