ryxeo-webphotoalbum-git / original.ui @ 71c02254
Historique | Voir | Annoter | Télécharger (4,65 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?> |
---|---|
2 |
<ui version="4.0"> |
3 |
<class>original</class> |
4 |
<widget class="QMainWindow" name="original"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>843</width> |
10 |
<height>457</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="windowTitle"> |
14 |
<string>original</string> |
15 |
</property> |
16 |
<widget class="QWidget" name="centralWidget"> |
17 |
<layout class="QGridLayout" name="gridLayout"> |
18 |
<item row="0" column="1"> |
19 |
<widget class="QFrame" name="frame_2"> |
20 |
<property name="sizePolicy"> |
21 |
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
22 |
<horstretch>0</horstretch> |
23 |
<verstretch>0</verstretch> |
24 |
</sizepolicy> |
25 |
</property> |
26 |
<property name="frameShape"> |
27 |
<enum>QFrame::StyledPanel</enum> |
28 |
</property> |
29 |
<property name="frameShadow"> |
30 |
<enum>QFrame::Raised</enum> |
31 |
</property> |
32 |
<layout class="QGridLayout" name="gridLayout_3"> |
33 |
<item row="0" column="0"> |
34 |
<widget class="QLineEdit" name="leSource"> |
35 |
<property name="text"> |
36 |
<string>/tmp/t</string> |
37 |
</property> |
38 |
</widget> |
39 |
</item> |
40 |
<item row="0" column="1"> |
41 |
<widget class="QLineEdit" name="leDest"> |
42 |
<property name="text"> |
43 |
<string>/tmp/w</string> |
44 |
</property> |
45 |
</widget> |
46 |
</item> |
47 |
<item row="0" column="2"> |
48 |
<widget class="QPushButton" name="btnExport"> |
49 |
<property name="text"> |
50 |
<string>PushButton</string> |
51 |
</property> |
52 |
</widget> |
53 |
</item> |
54 |
<item row="1" column="0" colspan="3"> |
55 |
<widget class="QListView" name="lvResult"> |
56 |
<property name="iconSize"> |
57 |
<size> |
58 |
<width>96</width> |
59 |
<height>96</height> |
60 |
</size> |
61 |
</property> |
62 |
<property name="gridSize"> |
63 |
<size> |
64 |
<width>128</width> |
65 |
<height>128</height> |
66 |
</size> |
67 |
</property> |
68 |
<property name="viewMode"> |
69 |
<enum>QListView::IconMode</enum> |
70 |
</property> |
71 |
<property name="uniformItemSizes"> |
72 |
<bool>true</bool> |
73 |
</property> |
74 |
<property name="wordWrap"> |
75 |
<bool>true</bool> |
76 |
</property> |
77 |
</widget> |
78 |
</item> |
79 |
</layout> |
80 |
</widget> |
81 |
</item> |
82 |
<item row="0" column="0"> |
83 |
<widget class="QTreeWidget" name="treeWidget"> |
84 |
<property name="maximumSize"> |
85 |
<size> |
86 |
<width>150</width> |
87 |
<height>16777215</height> |
88 |
</size> |
89 |
</property> |
90 |
<property name="editTriggers"> |
91 |
<set>QAbstractItemView::AllEditTriggers</set> |
92 |
</property> |
93 |
<property name="alternatingRowColors"> |
94 |
<bool>true</bool> |
95 |
</property> |
96 |
<attribute name="headerVisible"> |
97 |
<bool>false</bool> |
98 |
</attribute> |
99 |
<column> |
100 |
<property name="text"> |
101 |
<string notr="true">1</string> |
102 |
</property> |
103 |
</column> |
104 |
</widget> |
105 |
</item> |
106 |
</layout> |
107 |
</widget> |
108 |
<widget class="QMenuBar" name="menuBar"> |
109 |
<property name="geometry"> |
110 |
<rect> |
111 |
<x>0</x> |
112 |
<y>0</y> |
113 |
<width>843</width> |
114 |
<height>25</height> |
115 |
</rect> |
116 |
</property> |
117 |
<widget class="QMenu" name="menu_Fichier"> |
118 |
<property name="title"> |
119 |
<string>&Fichier</string> |
120 |
</property> |
121 |
<addaction name="action_Nouvel_album"/> |
122 |
<addaction name="separator"/> |
123 |
<addaction name="action_Quiter"/> |
124 |
</widget> |
125 |
<widget class="QMenu" name="menu_dition"> |
126 |
<property name="title"> |
127 |
<string>&Édition</string> |
128 |
</property> |
129 |
</widget> |
130 |
<addaction name="menu_Fichier"/> |
131 |
<addaction name="menu_dition"/> |
132 |
</widget> |
133 |
<widget class="QToolBar" name="mainToolBar"> |
134 |
<attribute name="toolBarArea"> |
135 |
<enum>TopToolBarArea</enum> |
136 |
</attribute> |
137 |
<attribute name="toolBarBreak"> |
138 |
<bool>false</bool> |
139 |
</attribute> |
140 |
</widget> |
141 |
<widget class="QStatusBar" name="statusBar"/> |
142 |
<action name="action_Quiter"> |
143 |
<property name="text"> |
144 |
<string>&Quitter</string> |
145 |
</property> |
146 |
<property name="shortcut"> |
147 |
<string>Ctrl+Q</string> |
148 |
</property> |
149 |
</action> |
150 |
<action name="action_Nouvel_album"> |
151 |
<property name="text"> |
152 |
<string>&Nouvel album</string> |
153 |
</property> |
154 |
<property name="shortcut"> |
155 |
<string>Ctrl+N</string> |
156 |
</property> |
157 |
</action> |
158 |
</widget> |
159 |
<layoutdefault spacing="6" margin="11"/> |
160 |
<resources/> |
161 |
<connections> |
162 |
<connection> |
163 |
<sender>action_Quiter</sender> |
164 |
<signal>triggered()</signal> |
165 |
<receiver>original</receiver> |
166 |
<slot>close()</slot> |
167 |
<hints> |
168 |
<hint type="sourcelabel"> |
169 |
<x>-1</x> |
170 |
<y>-1</y> |
171 |
</hint> |
172 |
<hint type="destinationlabel"> |
173 |
<x>368</x> |
174 |
<y>149</y> |
175 |
</hint> |
176 |
</hints> |
177 |
</connection> |
178 |
</connections> |
179 |
</ui> |