OSDN Git Service

Ver0.26
[gefu/Gefu.git] / folderpanel.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>FolderPanel</class>
4  <widget class="QWidget" name="FolderPanel">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <property name="spacing">
18     <number>0</number>
19    </property>
20    <property name="leftMargin">
21     <number>0</number>
22    </property>
23    <property name="topMargin">
24     <number>0</number>
25    </property>
26    <property name="rightMargin">
27     <number>0</number>
28    </property>
29    <property name="bottomMargin">
30     <number>0</number>
31    </property>
32    <item>
33     <layout class="QHBoxLayout" name="horizontalLayout">
34      <property name="spacing">
35       <number>0</number>
36      </property>
37      <item>
38       <widget class="QLineEdit" name="locationBox">
39        <property name="minimumSize">
40         <size>
41          <width>0</width>
42          <height>26</height>
43         </size>
44        </property>
45        <property name="focusPolicy">
46         <enum>Qt::ClickFocus</enum>
47        </property>
48        <property name="text">
49         <string>LocationBox</string>
50        </property>
51       </widget>
52      </item>
53      <item>
54       <widget class="QToolButton" name="bookmarkBtn">
55        <property name="focusPolicy">
56         <enum>Qt::ClickFocus</enum>
57        </property>
58        <property name="text">
59         <string>...</string>
60        </property>
61        <property name="icon">
62         <iconset resource="resource.qrc">
63          <normaloff>:/images/Favourites.png</normaloff>:/images/Favourites.png</iconset>
64        </property>
65       </widget>
66      </item>
67     </layout>
68    </item>
69    <item>
70     <widget class="FolderView" name="folderView">
71      <property name="verticalScrollBarPolicy">
72       <enum>Qt::ScrollBarAlwaysOn</enum>
73      </property>
74      <property name="horizontalScrollBarPolicy">
75       <enum>Qt::ScrollBarAlwaysOff</enum>
76      </property>
77      <property name="tabKeyNavigation">
78       <bool>false</bool>
79      </property>
80      <property name="dragEnabled">
81       <bool>true</bool>
82      </property>
83      <property name="dragDropMode">
84       <enum>QAbstractItemView::DragDrop</enum>
85      </property>
86      <property name="defaultDropAction">
87       <enum>Qt::CopyAction</enum>
88      </property>
89      <property name="selectionMode">
90       <enum>QAbstractItemView::SingleSelection</enum>
91      </property>
92      <property name="selectionBehavior">
93       <enum>QAbstractItemView::SelectRows</enum>
94      </property>
95      <property name="textElideMode">
96       <enum>Qt::ElideMiddle</enum>
97      </property>
98      <property name="showGrid">
99       <bool>false</bool>
100      </property>
101      <property name="wordWrap">
102       <bool>false</bool>
103      </property>
104      <attribute name="horizontalHeaderVisible">
105       <bool>false</bool>
106      </attribute>
107      <attribute name="horizontalHeaderHighlightSections">
108       <bool>false</bool>
109      </attribute>
110      <attribute name="verticalHeaderVisible">
111       <bool>false</bool>
112      </attribute>
113     </widget>
114    </item>
115    <item>
116     <widget class="ThumbnailView" name="thumbnailView">
117      <property name="verticalScrollBarPolicy">
118       <enum>Qt::ScrollBarAlwaysOn</enum>
119      </property>
120      <property name="textElideMode">
121       <enum>Qt::ElideMiddle</enum>
122      </property>
123      <property name="movement">
124       <enum>QListView::Snap</enum>
125      </property>
126      <property name="resizeMode">
127       <enum>QListView::Adjust</enum>
128      </property>
129      <property name="viewMode">
130       <enum>QListView::IconMode</enum>
131      </property>
132      <property name="selectionRectVisible">
133       <bool>false</bool>
134      </property>
135     </widget>
136    </item>
137    <item>
138     <widget class="QLineEdit" name="searchBox">
139      <property name="focusPolicy">
140       <enum>Qt::ClickFocus</enum>
141      </property>
142      <property name="text">
143       <string>SearchBox</string>
144      </property>
145     </widget>
146    </item>
147    <item>
148     <widget class="QLabel" name="filterLabel">
149      <property name="text">
150       <string>TextLabel</string>
151      </property>
152     </widget>
153    </item>
154   </layout>
155  </widget>
156  <customwidgets>
157   <customwidget>
158    <class>FolderView</class>
159    <extends>QTableView</extends>
160    <header>folderview.h</header>
161   </customwidget>
162   <customwidget>
163    <class>ThumbnailView</class>
164    <extends>QListView</extends>
165    <header>thumbnailview.h</header>
166   </customwidget>
167  </customwidgets>
168  <resources>
169   <include location="resource.qrc"/>
170  </resources>
171  <connections/>
172 </ui>