]> Shamusworld >> Repos - architektonas/blob - src/forms/librarywidget.ui
Initial import
[architektonas] / src / forms / librarywidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LibraryWidget</class>
4  <widget class="QWidget" name="LibraryWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>146</width>
10     <height>413</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Library Browser</string>
15   </property>
16   <layout class="QVBoxLayout">
17    <property name="spacing">
18     <number>2</number>
19    </property>
20    <property name="margin">
21     <number>2</number>
22    </property>
23    <item>
24     <widget class="QTreeWidget" name="lvDirectory">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <column>
32       <property name="text">
33        <string notr="true">Directories</string>
34       </property>
35      </column>
36     </widget>
37    </item>
38    <item>
39     <widget class="QListView" name="ivPreview"/>
40    </item>
41    <item>
42     <widget class="QPushButton" name="bInsert">
43      <property name="text">
44       <string>Insert</string>
45      </property>
46     </widget>
47    </item>
48   </layout>
49  </widget>
50  <layoutdefault spacing="6" margin="11"/>
51  <resources/>
52  <connections>
53   <connection>
54    <sender>bInsert</sender>
55    <signal>clicked()</signal>
56    <receiver>LibraryWidget</receiver>
57    <slot>update()</slot>
58    <hints>
59     <hint type="sourcelabel">
60      <x>22</x>
61      <y>408</y>
62     </hint>
63     <hint type="destinationlabel">
64      <x>82</x>
65      <y>19</y>
66     </hint>
67    </hints>
68   </connection>
69  </connections>
70 </ui>