ryxeo-webphotoalbum-git / original.ui @ d4b9f775
Historique | Voir | Annoter | Télécharger (9,56 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="acceptDrops"> |
14 |
<bool>true</bool> |
15 |
</property> |
16 |
<property name="windowTitle"> |
17 |
<string>original</string> |
18 |
</property> |
19 |
<widget class="QWidget" name="centralWidget"> |
20 |
<property name="acceptDrops"> |
21 |
<bool>true</bool> |
22 |
</property> |
23 |
<layout class="QGridLayout" name="gridLayout"> |
24 |
<item row="0" column="1"> |
25 |
<widget class="QFrame" name="frmPrincipale"> |
26 |
<property name="sizePolicy"> |
27 |
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
28 |
<horstretch>0</horstretch> |
29 |
<verstretch>0</verstretch> |
30 |
</sizepolicy> |
31 |
</property> |
32 |
<property name="frameShape"> |
33 |
<enum>QFrame::StyledPanel</enum> |
34 |
</property> |
35 |
<property name="frameShadow"> |
36 |
<enum>QFrame::Raised</enum> |
37 |
</property> |
38 |
<layout class="QGridLayout" name="gridLayout_3"> |
39 |
<item row="0" column="0"> |
40 |
<widget class="QLineEdit" name="leSource"> |
41 |
<property name="text"> |
42 |
<string>/tmp/t</string> |
43 |
</property> |
44 |
</widget> |
45 |
</item> |
46 |
<item row="0" column="1"> |
47 |
<widget class="QLineEdit" name="leDest"> |
48 |
<property name="text"> |
49 |
<string>/tmp/w</string> |
50 |
</property> |
51 |
</widget> |
52 |
</item> |
53 |
<item row="0" column="2"> |
54 |
<widget class="QPushButton" name="btnExport"> |
55 |
<property name="text"> |
56 |
<string>PushButton</string> |
57 |
</property> |
58 |
</widget> |
59 |
</item> |
60 |
<item row="0" column="3"> |
61 |
<widget class="QCommandLinkButton" name="commandLinkButton"> |
62 |
<property name="text"> |
63 |
<string>Propriétés</string> |
64 |
</property> |
65 |
</widget> |
66 |
</item> |
67 |
<item row="1" column="0" colspan="4"> |
68 |
<widget class="QStackedWidget" name="stackedWidget"> |
69 |
<property name="currentIndex"> |
70 |
<number>0</number> |
71 |
</property> |
72 |
<widget class="QWidget" name="page"> |
73 |
<layout class="QGridLayout" name="gridLayout_4"> |
74 |
<item row="0" column="0"> |
75 |
<widget class="QListWidget" name="lwPictures"> |
76 |
<property name="acceptDrops"> |
77 |
<bool>true</bool> |
78 |
</property> |
79 |
<property name="iconSize"> |
80 |
<size> |
81 |
<width>120</width> |
82 |
<height>120</height> |
83 |
</size> |
84 |
</property> |
85 |
<property name="gridSize"> |
86 |
<size> |
87 |
<width>128</width> |
88 |
<height>128</height> |
89 |
</size> |
90 |
</property> |
91 |
<property name="viewMode"> |
92 |
<enum>QListView::IconMode</enum> |
93 |
</property> |
94 |
</widget> |
95 |
</item> |
96 |
</layout> |
97 |
</widget> |
98 |
<widget class="QWidget" name="page_2"> |
99 |
<layout class="QGridLayout" name="gridLayout_2"> |
100 |
<item row="0" column="0"> |
101 |
<widget class="QLabel" name="label_5"> |
102 |
<property name="text"> |
103 |
<string>Titre</string> |
104 |
</property> |
105 |
</widget> |
106 |
</item> |
107 |
<item row="0" column="1"> |
108 |
<widget class="QLineEdit" name="leTitre"/> |
109 |
</item> |
110 |
<item row="1" column="0"> |
111 |
<widget class="QLabel" name="label_3"> |
112 |
<property name="text"> |
113 |
<string>Description</string> |
114 |
</property> |
115 |
</widget> |
116 |
</item> |
117 |
<item row="1" column="1"> |
118 |
<widget class="QLineEdit" name="leDesc"/> |
119 |
</item> |
120 |
<item row="2" column="0"> |
121 |
<widget class="QLabel" name="label_6"> |
122 |
<property name="text"> |
123 |
<string>Auteur</string> |
124 |
</property> |
125 |
</widget> |
126 |
</item> |
127 |
<item row="2" column="1"> |
128 |
<widget class="QLineEdit" name="leAuthor"/> |
129 |
</item> |
130 |
<item row="2" column="2"> |
131 |
<widget class="QLabel" name="label"> |
132 |
<property name="text"> |
133 |
<string>Date</string> |
134 |
</property> |
135 |
</widget> |
136 |
</item> |
137 |
<item row="2" column="3"> |
138 |
<widget class="QDateEdit" name="dateEdit"> |
139 |
<property name="calendarPopup"> |
140 |
<bool>true</bool> |
141 |
</property> |
142 |
</widget> |
143 |
</item> |
144 |
<item row="3" column="0" colspan="4"> |
145 |
<widget class="QGroupBox" name="groupBox"> |
146 |
<property name="title"> |
147 |
<string>Album photo protégé par mot de passe </string> |
148 |
</property> |
149 |
<layout class="QFormLayout" name="formLayout"> |
150 |
<item row="1" column="0"> |
151 |
<widget class="QLabel" name="label_4"> |
152 |
<property name="text"> |
153 |
<string>Identifiant</string> |
154 |
</property> |
155 |
</widget> |
156 |
</item> |
157 |
<item row="1" column="1"> |
158 |
<widget class="QLineEdit" name="leLogin"/> |
159 |
</item> |
160 |
<item row="2" column="0"> |
161 |
<widget class="QLabel" name="label_2"> |
162 |
<property name="text"> |
163 |
<string>Mot de passe</string> |
164 |
</property> |
165 |
</widget> |
166 |
</item> |
167 |
<item row="2" column="1"> |
168 |
<widget class="QLineEdit" name="lePasswd"/> |
169 |
</item> |
170 |
<item row="0" column="0" colspan="2"> |
171 |
<widget class="QLabel" name="label_7"> |
172 |
<property name="text"> |
173 |
<string>Complétez les deux champs ci-dessous si vous voulez protéger l'accès (lorsqu'il sera publié sur internet) à cet album photo par un identifiant et un mot de passe.</string> |
174 |
</property> |
175 |
<property name="wordWrap"> |
176 |
<bool>true</bool> |
177 |
</property> |
178 |
</widget> |
179 |
</item> |
180 |
</layout> |
181 |
</widget> |
182 |
</item> |
183 |
</layout> |
184 |
</widget> |
185 |
</widget> |
186 |
</item> |
187 |
<item row="2" column="3"> |
188 |
<widget class="QPushButton" name="btnSave"> |
189 |
<property name="text"> |
190 |
<string>&Sauvegarder</string> |
191 |
</property> |
192 |
</widget> |
193 |
</item> |
194 |
</layout> |
195 |
</widget> |
196 |
</item> |
197 |
<item row="0" column="0"> |
198 |
<widget class="QTreeWidget" name="treeWidget"> |
199 |
<property name="maximumSize"> |
200 |
<size> |
201 |
<width>150</width> |
202 |
<height>16777215</height> |
203 |
</size> |
204 |
</property> |
205 |
<property name="contextMenuPolicy"> |
206 |
<enum>Qt::CustomContextMenu</enum> |
207 |
</property> |
208 |
<property name="editTriggers"> |
209 |
<set>QAbstractItemView::AllEditTriggers</set> |
210 |
</property> |
211 |
<property name="alternatingRowColors"> |
212 |
<bool>true</bool> |
213 |
</property> |
214 |
<attribute name="headerVisible"> |
215 |
<bool>false</bool> |
216 |
</attribute> |
217 |
<column> |
218 |
<property name="text"> |
219 |
<string notr="true">1</string> |
220 |
</property> |
221 |
</column> |
222 |
</widget> |
223 |
</item> |
224 |
</layout> |
225 |
</widget> |
226 |
<widget class="QMenuBar" name="menuBar"> |
227 |
<property name="geometry"> |
228 |
<rect> |
229 |
<x>0</x> |
230 |
<y>0</y> |
231 |
<width>843</width> |
232 |
<height>25</height> |
233 |
</rect> |
234 |
</property> |
235 |
<widget class="QMenu" name="menu_Fichier"> |
236 |
<property name="title"> |
237 |
<string>&Fichier</string> |
238 |
</property> |
239 |
<addaction name="action_Nouvel_album"/> |
240 |
<addaction name="separator"/> |
241 |
<addaction name="action_Quiter"/> |
242 |
</widget> |
243 |
<widget class="QMenu" name="menu_dition"> |
244 |
<property name="title"> |
245 |
<string>&Édition</string> |
246 |
</property> |
247 |
</widget> |
248 |
<addaction name="menu_Fichier"/> |
249 |
<addaction name="menu_dition"/> |
250 |
</widget> |
251 |
<widget class="QToolBar" name="mainToolBar"> |
252 |
<attribute name="toolBarArea"> |
253 |
<enum>TopToolBarArea</enum> |
254 |
</attribute> |
255 |
<attribute name="toolBarBreak"> |
256 |
<bool>false</bool> |
257 |
</attribute> |
258 |
</widget> |
259 |
<widget class="QStatusBar" name="statusBar"/> |
260 |
<action name="action_Quiter"> |
261 |
<property name="text"> |
262 |
<string>&Quitter</string> |
263 |
</property> |
264 |
<property name="shortcut"> |
265 |
<string>Ctrl+Q</string> |
266 |
</property> |
267 |
</action> |
268 |
<action name="action_Nouvel_album"> |
269 |
<property name="icon"> |
270 |
<iconset resource="resources.qrc"> |
271 |
<normaloff>:/images/folder_add.png</normaloff>:/images/folder_add.png</iconset> |
272 |
</property> |
273 |
<property name="text"> |
274 |
<string>&Nouvel album</string> |
275 |
</property> |
276 |
<property name="shortcut"> |
277 |
<string>Ctrl+N</string> |
278 |
</property> |
279 |
<property name="iconVisibleInMenu"> |
280 |
<bool>true</bool> |
281 |
</property> |
282 |
</action> |
283 |
</widget> |
284 |
<layoutdefault spacing="6" margin="11"/> |
285 |
<tabstops> |
286 |
<tabstop>leSource</tabstop> |
287 |
<tabstop>leDest</tabstop> |
288 |
<tabstop>btnExport</tabstop> |
289 |
<tabstop>commandLinkButton</tabstop> |
290 |
<tabstop>leTitre</tabstop> |
291 |
<tabstop>leDesc</tabstop> |
292 |
<tabstop>leAuthor</tabstop> |
293 |
<tabstop>dateEdit</tabstop> |
294 |
<tabstop>leLogin</tabstop> |
295 |
<tabstop>lePasswd</tabstop> |
296 |
<tabstop>btnSave</tabstop> |
297 |
<tabstop>treeWidget</tabstop> |
298 |
<tabstop>lwPictures</tabstop> |
299 |
</tabstops> |
300 |
<resources> |
301 |
<include location="resources.qrc"/> |
302 |
</resources> |
303 |
<connections> |
304 |
<connection> |
305 |
<sender>action_Quiter</sender> |
306 |
<signal>triggered()</signal> |
307 |
<receiver>original</receiver> |
308 |
<slot>close()</slot> |
309 |
<hints> |
310 |
<hint type="sourcelabel"> |
311 |
<x>-1</x> |
312 |
<y>-1</y> |
313 |
</hint> |
314 |
<hint type="destinationlabel"> |
315 |
<x>368</x> |
316 |
<y>149</y> |
317 |
</hint> |
318 |
</hints> |
319 |
</connection> |
320 |
</connections> |
321 |
</ui> |