Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-webphotoalbum-git / webphotoalbum.ui @ 83a77071

Historique | Voir | Annoter | Télécharger (12,9 ko)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>WebPhotoAlbum</class>
4
 <widget class="QMainWindow" name="WebPhotoAlbum">
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>RyXeo WebPhotoAlbum</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
    <property name="margin">
25
     <number>6</number>
26
    </property>
27
    <property name="spacing">
28
     <number>0</number>
29
    </property>
30
    <item row="0" column="0">
31
     <widget class="QSplitter" name="splitter">
32
      <property name="orientation">
33
       <enum>Qt::Horizontal</enum>
34
      </property>
35
      <widget class="QTreeWidget" name="treeWidget">
36
       <property name="enabled">
37
        <bool>true</bool>
38
       </property>
39
       <property name="sizePolicy">
40
        <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
41
         <horstretch>0</horstretch>
42
         <verstretch>0</verstretch>
43
        </sizepolicy>
44
       </property>
45
       <property name="minimumSize">
46
        <size>
47
         <width>100</width>
48
         <height>0</height>
49
        </size>
50
       </property>
51
       <property name="maximumSize">
52
        <size>
53
         <width>250</width>
54
         <height>16777215</height>
55
        </size>
56
       </property>
57
       <property name="contextMenuPolicy">
58
        <enum>Qt::CustomContextMenu</enum>
59
       </property>
60
       <property name="editTriggers">
61
        <set>QAbstractItemView::AllEditTriggers</set>
62
       </property>
63
       <property name="alternatingRowColors">
64
        <bool>true</bool>
65
       </property>
66
       <attribute name="headerVisible">
67
        <bool>false</bool>
68
       </attribute>
69
       <column>
70
        <property name="text">
71
         <string notr="true">1</string>
72
        </property>
73
       </column>
74
      </widget>
75
      <widget class="QTabWidget" name="tabWidget">
76
       <property name="currentIndex">
77
        <number>0</number>
78
       </property>
79
       <widget class="QWidget" name="tabProprietes">
80
        <attribute name="title">
81
         <string>1. Propriétés</string>
82
        </attribute>
83
        <layout class="QGridLayout" name="gridLayout_4">
84
         <item row="0" column="0">
85
          <widget class="QLabel" name="lblTitre">
86
           <property name="text">
87
            <string>Titre</string>
88
           </property>
89
          </widget>
90
         </item>
91
         <item row="0" column="1">
92
          <widget class="QLineEdit" name="leTitre"/>
93
         </item>
94
         <item row="1" column="0">
95
          <widget class="QLabel" name="lblDesc">
96
           <property name="text">
97
            <string>Description</string>
98
           </property>
99
          </widget>
100
         </item>
101
         <item row="1" column="1">
102
          <widget class="QLineEdit" name="leDesc"/>
103
         </item>
104
         <item row="2" column="0">
105
          <widget class="QLabel" name="lblAuthor">
106
           <property name="text">
107
            <string>Auteur</string>
108
           </property>
109
          </widget>
110
         </item>
111
         <item row="2" column="1">
112
          <widget class="QLineEdit" name="leAuthor"/>
113
         </item>
114
         <item row="2" column="2">
115
          <widget class="QLabel" name="lblDate">
116
           <property name="text">
117
            <string>Date</string>
118
           </property>
119
          </widget>
120
         </item>
121
         <item row="2" column="3">
122
          <widget class="QDateEdit" name="dateEdit">
123
           <property name="calendarPopup">
124
            <bool>true</bool>
125
           </property>
126
          </widget>
127
         </item>
128
         <item row="3" column="0" colspan="4">
129
          <widget class="QGroupBox" name="groupBox">
130
           <property name="title">
131
            <string>Album photo protégé par mot de passe </string>
132
           </property>
133
           <layout class="QFormLayout" name="formLayout">
134
            <item row="1" column="0">
135
             <widget class="QLabel" name="lblIdentifiant">
136
              <property name="text">
137
               <string>Identifiant</string>
138
              </property>
139
             </widget>
140
            </item>
141
            <item row="1" column="1">
142
             <widget class="QLineEdit" name="leLogin"/>
143
            </item>
144
            <item row="2" column="0">
145
             <widget class="QLabel" name="lblPasswd">
146
              <property name="text">
147
               <string>Mot de passe</string>
148
              </property>
149
             </widget>
150
            </item>
151
            <item row="2" column="1">
152
             <widget class="QLineEdit" name="lePasswd"/>
153
            </item>
154
            <item row="0" column="0" colspan="2">
155
             <widget class="QLabel" name="lblCompletez">
156
              <property name="text">
157
               <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>
158
              </property>
159
              <property name="wordWrap">
160
               <bool>true</bool>
161
              </property>
162
             </widget>
163
            </item>
164
           </layout>
165
          </widget>
166
         </item>
167
         <item row="4" column="3">
168
          <widget class="QPushButton" name="btnSave">
169
           <property name="text">
170
            <string>&amp;Sauvegarder</string>
171
           </property>
172
          </widget>
173
         </item>
174
        </layout>
175
       </widget>
176
       <widget class="QWidget" name="tabPhotos">
177
        <attribute name="title">
178
         <string>2. Photos</string>
179
        </attribute>
180
        <layout class="QGridLayout" name="gridLayout_5">
181
         <item row="0" column="0">
182
          <widget class="QListWidget" name="lwPictures">
183
           <property name="acceptDrops">
184
            <bool>true</bool>
185
           </property>
186
           <property name="iconSize">
187
            <size>
188
             <width>120</width>
189
             <height>120</height>
190
            </size>
191
           </property>
192
           <property name="gridSize">
193
            <size>
194
             <width>128</width>
195
             <height>128</height>
196
            </size>
197
           </property>
198
           <property name="viewMode">
199
            <enum>QListView::IconMode</enum>
200
           </property>
201
          </widget>
202
         </item>
203
        </layout>
204
       </widget>
205
       <widget class="QWidget" name="tabPublier">
206
        <attribute name="title">
207
         <string>3. Publier sur internet</string>
208
        </attribute>
209
        <layout class="QGridLayout" name="gridLayout_2">
210
         <item row="0" column="0">
211
          <widget class="QLabel" name="lblLogin">
212
           <property name="text">
213
            <string>Identifiant</string>
214
           </property>
215
          </widget>
216
         </item>
217
         <item row="0" column="1">
218
          <widget class="QLineEdit" name="leFTPLogin">
219
           <property name="text">
220
            <string/>
221
           </property>
222
          </widget>
223
         </item>
224
         <item row="1" column="0">
225
          <widget class="QLabel" name="lblPass">
226
           <property name="text">
227
            <string>Mot de passe</string>
228
           </property>
229
          </widget>
230
         </item>
231
         <item row="1" column="1">
232
          <widget class="QLineEdit" name="leFTPPass">
233
           <property name="text">
234
            <string/>
235
           </property>
236
           <property name="echoMode">
237
            <enum>QLineEdit::PasswordEchoOnEdit</enum>
238
           </property>
239
          </widget>
240
         </item>
241
         <item row="2" column="0">
242
          <widget class="QLabel" name="lblFTP">
243
           <property name="text">
244
            <string>Serveur FTP</string>
245
           </property>
246
          </widget>
247
         </item>
248
         <item row="2" column="1">
249
          <widget class="QLineEdit" name="leFTPServeur">
250
           <property name="text">
251
            <string>ftpperso.free.fr</string>
252
           </property>
253
          </widget>
254
         </item>
255
         <item row="3" column="0">
256
          <widget class="QLabel" name="lblDest">
257
           <property name="text">
258
            <string>Répertoire d'installation</string>
259
           </property>
260
          </widget>
261
         </item>
262
         <item row="3" column="1">
263
          <widget class="QLineEdit" name="leFTPDirectory">
264
           <property name="text">
265
            <string>/album</string>
266
           </property>
267
          </widget>
268
         </item>
269
         <item row="7" column="1">
270
          <widget class="QPushButton" name="btnUpload">
271
           <property name="text">
272
            <string>&amp;Télécharger la gallerie en cours</string>
273
           </property>
274
          </widget>
275
         </item>
276
         <item row="5" column="1">
277
          <widget class="QProgressBar" name="pbFTPFichier">
278
           <property name="value">
279
            <number>0</number>
280
           </property>
281
           <property name="format">
282
            <string>%v / %m</string>
283
           </property>
284
          </widget>
285
         </item>
286
         <item row="6" column="1">
287
          <widget class="QProgressBar" name="pbFTPProgress">
288
           <property name="value">
289
            <number>0</number>
290
           </property>
291
          </widget>
292
         </item>
293
         <item row="5" column="0">
294
          <widget class="QLabel" name="lblFichiers">
295
           <property name="text">
296
            <string>Fichiers:</string>
297
           </property>
298
          </widget>
299
         </item>
300
         <item row="6" column="0">
301
          <widget class="QLabel" name="lblProgression">
302
           <property name="text">
303
            <string>Progression</string>
304
           </property>
305
          </widget>
306
         </item>
307
         <item row="8" column="0" colspan="2">
308
          <widget class="QTextBrowser" name="textBrowser"/>
309
         </item>
310
         <item row="4" column="1">
311
          <widget class="QLineEdit" name="leSiteAdresse">
312
           <property name="text">
313
            <string>http://</string>
314
           </property>
315
          </widget>
316
         </item>
317
         <item row="4" column="0">
318
          <widget class="QLabel" name="label">
319
           <property name="text">
320
            <string>Adresse du site</string>
321
           </property>
322
          </widget>
323
         </item>
324
        </layout>
325
       </widget>
326
      </widget>
327
     </widget>
328
    </item>
329
   </layout>
330
  </widget>
331
  <widget class="QMenuBar" name="menuBar">
332
   <property name="geometry">
333
    <rect>
334
     <x>0</x>
335
     <y>0</y>
336
     <width>843</width>
337
     <height>25</height>
338
    </rect>
339
   </property>
340
   <widget class="QMenu" name="menu_Fichier">
341
    <property name="title">
342
     <string>&amp;Fichier</string>
343
    </property>
344
    <addaction name="action_Nouvel_album"/>
345
    <addaction name="separator"/>
346
    <addaction name="action_Quiter"/>
347
   </widget>
348
   <widget class="QMenu" name="menu_dition">
349
    <property name="title">
350
     <string>&amp;Édition</string>
351
    </property>
352
    <addaction name="action_Pr_f_rences"/>
353
    <addaction name="action_Assistant_d_installation"/>
354
   </widget>
355
   <addaction name="menu_Fichier"/>
356
   <addaction name="menu_dition"/>
357
  </widget>
358
  <widget class="QStatusBar" name="statusBar"/>
359
  <action name="action_Quiter">
360
   <property name="text">
361
    <string>&amp;Quitter</string>
362
   </property>
363
   <property name="shortcut">
364
    <string>Ctrl+Q</string>
365
   </property>
366
  </action>
367
  <action name="action_Nouvel_album">
368
   <property name="icon">
369
    <iconset resource="resources.qrc">
370
     <normaloff>:/images/folder_add.png</normaloff>:/images/folder_add.png</iconset>
371
   </property>
372
   <property name="text">
373
    <string>&amp;Nouvel album</string>
374
   </property>
375
   <property name="shortcut">
376
    <string>Ctrl+N</string>
377
   </property>
378
   <property name="iconVisibleInMenu">
379
    <bool>true</bool>
380
   </property>
381
  </action>
382
  <action name="action_Pr_f_rences">
383
   <property name="text">
384
    <string>&amp;Préférences</string>
385
   </property>
386
  </action>
387
  <action name="action_Assistant_d_installation">
388
   <property name="text">
389
    <string>&amp;Assistant d'installation</string>
390
   </property>
391
  </action>
392
 </widget>
393
 <layoutdefault spacing="6" margin="11"/>
394
 <tabstops>
395
  <tabstop>treeWidget</tabstop>
396
 </tabstops>
397
 <resources>
398
  <include location="resources.qrc"/>
399
 </resources>
400
 <connections>
401
  <connection>
402
   <sender>action_Quiter</sender>
403
   <signal>triggered()</signal>
404
   <receiver>WebPhotoAlbum</receiver>
405
   <slot>close()</slot>
406
   <hints>
407
    <hint type="sourcelabel">
408
     <x>-1</x>
409
     <y>-1</y>
410
    </hint>
411
    <hint type="destinationlabel">
412
     <x>368</x>
413
     <y>149</y>
414
    </hint>
415
   </hints>
416
  </connection>
417
 </connections>
418
</ui>
Redmine Appliance - Powered by TurnKey Linux