Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-webphotoalbum-git / webphotoalbum.ui @ 8ed8fc1a

Historique | Voir | Annoter | Télécharger (12,5 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>2</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="6" 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="4" 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="5" 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="4" 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="5" 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="7" column="0" colspan="2">
308
          <widget class="QTextBrowser" name="textBrowser"/>
309
         </item>
310
        </layout>
311
       </widget>
312
      </widget>
313
     </widget>
314
    </item>
315
   </layout>
316
  </widget>
317
  <widget class="QMenuBar" name="menuBar">
318
   <property name="geometry">
319
    <rect>
320
     <x>0</x>
321
     <y>0</y>
322
     <width>843</width>
323
     <height>25</height>
324
    </rect>
325
   </property>
326
   <widget class="QMenu" name="menu_Fichier">
327
    <property name="title">
328
     <string>&amp;Fichier</string>
329
    </property>
330
    <addaction name="action_Nouvel_album"/>
331
    <addaction name="separator"/>
332
    <addaction name="action_Quiter"/>
333
   </widget>
334
   <widget class="QMenu" name="menu_dition">
335
    <property name="title">
336
     <string>&amp;Édition</string>
337
    </property>
338
    <addaction name="action_Pr_f_rences"/>
339
    <addaction name="action_Assistant_d_installation"/>
340
   </widget>
341
   <addaction name="menu_Fichier"/>
342
   <addaction name="menu_dition"/>
343
  </widget>
344
  <widget class="QStatusBar" name="statusBar"/>
345
  <action name="action_Quiter">
346
   <property name="text">
347
    <string>&amp;Quitter</string>
348
   </property>
349
   <property name="shortcut">
350
    <string>Ctrl+Q</string>
351
   </property>
352
  </action>
353
  <action name="action_Nouvel_album">
354
   <property name="icon">
355
    <iconset resource="resources.qrc">
356
     <normaloff>:/images/folder_add.png</normaloff>:/images/folder_add.png</iconset>
357
   </property>
358
   <property name="text">
359
    <string>&amp;Nouvel album</string>
360
   </property>
361
   <property name="shortcut">
362
    <string>Ctrl+N</string>
363
   </property>
364
   <property name="iconVisibleInMenu">
365
    <bool>true</bool>
366
   </property>
367
  </action>
368
  <action name="action_Pr_f_rences">
369
   <property name="text">
370
    <string>&amp;Préférences</string>
371
   </property>
372
  </action>
373
  <action name="action_Assistant_d_installation">
374
   <property name="text">
375
    <string>&amp;Assistant d'installation</string>
376
   </property>
377
  </action>
378
 </widget>
379
 <layoutdefault spacing="6" margin="11"/>
380
 <tabstops>
381
  <tabstop>treeWidget</tabstop>
382
 </tabstops>
383
 <resources>
384
  <include location="resources.qrc"/>
385
 </resources>
386
 <connections>
387
  <connection>
388
   <sender>action_Quiter</sender>
389
   <signal>triggered()</signal>
390
   <receiver>WebPhotoAlbum</receiver>
391
   <slot>close()</slot>
392
   <hints>
393
    <hint type="sourcelabel">
394
     <x>-1</x>
395
     <y>-1</y>
396
    </hint>
397
    <hint type="destinationlabel">
398
     <x>368</x>
399
     <y>149</y>
400
    </hint>
401
   </hints>
402
  </connection>
403
 </connections>
404
</ui>
Redmine Appliance - Powered by TurnKey Linux