Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-webphotoalbum-git / original.ui @ 92dc01fa

Historique | Voir | Annoter | Télécharger (8,95 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="frmPrincipale">
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="0" column="3">
55
        <widget class="QCommandLinkButton" name="commandLinkButton">
56
         <property name="text">
57
          <string>Propriétés</string>
58
         </property>
59
        </widget>
60
       </item>
61
       <item row="1" column="0" colspan="4">
62
        <widget class="QStackedWidget" name="stackedWidget">
63
         <property name="currentIndex">
64
          <number>1</number>
65
         </property>
66
         <widget class="QWidget" name="page">
67
          <layout class="QGridLayout" name="gridLayout_4">
68
           <item row="0" column="0">
69
            <widget class="QListWidget" name="lwPictures">
70
             <property name="iconSize">
71
              <size>
72
               <width>120</width>
73
               <height>120</height>
74
              </size>
75
             </property>
76
             <property name="gridSize">
77
              <size>
78
               <width>128</width>
79
               <height>128</height>
80
              </size>
81
             </property>
82
             <property name="viewMode">
83
              <enum>QListView::IconMode</enum>
84
             </property>
85
            </widget>
86
           </item>
87
          </layout>
88
         </widget>
89
         <widget class="QWidget" name="page_2">
90
          <layout class="QGridLayout" name="gridLayout_2">
91
           <item row="0" column="0">
92
            <widget class="QLabel" name="label_5">
93
             <property name="text">
94
              <string>Titre</string>
95
             </property>
96
            </widget>
97
           </item>
98
           <item row="0" column="1">
99
            <widget class="QLineEdit" name="leTitre"/>
100
           </item>
101
           <item row="1" column="0">
102
            <widget class="QLabel" name="label_3">
103
             <property name="text">
104
              <string>Description</string>
105
             </property>
106
            </widget>
107
           </item>
108
           <item row="1" column="1">
109
            <widget class="QLineEdit" name="leDesc"/>
110
           </item>
111
           <item row="2" column="0">
112
            <widget class="QLabel" name="label_6">
113
             <property name="text">
114
              <string>Auteur</string>
115
             </property>
116
            </widget>
117
           </item>
118
           <item row="2" column="1">
119
            <widget class="QLineEdit" name="leAuthor"/>
120
           </item>
121
           <item row="2" column="2">
122
            <widget class="QLabel" name="label">
123
             <property name="text">
124
              <string>Date</string>
125
             </property>
126
            </widget>
127
           </item>
128
           <item row="2" column="3">
129
            <widget class="QDateEdit" name="dateEdit">
130
             <property name="calendarPopup">
131
              <bool>true</bool>
132
             </property>
133
            </widget>
134
           </item>
135
           <item row="3" column="0" colspan="4">
136
            <widget class="QGroupBox" name="groupBox">
137
             <property name="title">
138
              <string>Album photo protégé par mot de passe </string>
139
             </property>
140
             <layout class="QFormLayout" name="formLayout">
141
              <item row="1" column="0">
142
               <widget class="QLabel" name="label_4">
143
                <property name="text">
144
                 <string>Identifiant</string>
145
                </property>
146
               </widget>
147
              </item>
148
              <item row="1" column="1">
149
               <widget class="QLineEdit" name="leLogin"/>
150
              </item>
151
              <item row="2" column="0">
152
               <widget class="QLabel" name="label_2">
153
                <property name="text">
154
                 <string>Mot de passe</string>
155
                </property>
156
               </widget>
157
              </item>
158
              <item row="2" column="1">
159
               <widget class="QLineEdit" name="lePasswd"/>
160
              </item>
161
              <item row="0" column="0" colspan="2">
162
               <widget class="QLabel" name="label_7">
163
                <property name="text">
164
                 <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>
165
                </property>
166
                <property name="wordWrap">
167
                 <bool>true</bool>
168
                </property>
169
               </widget>
170
              </item>
171
             </layout>
172
            </widget>
173
           </item>
174
          </layout>
175
         </widget>
176
        </widget>
177
       </item>
178
       <item row="2" column="3">
179
        <widget class="QPushButton" name="btnSave">
180
         <property name="text">
181
          <string>&amp;Sauvegarder</string>
182
         </property>
183
        </widget>
184
       </item>
185
      </layout>
186
     </widget>
187
    </item>
188
    <item row="0" column="0">
189
     <widget class="QTreeWidget" name="treeWidget">
190
      <property name="maximumSize">
191
       <size>
192
        <width>150</width>
193
        <height>16777215</height>
194
       </size>
195
      </property>
196
      <property name="editTriggers">
197
       <set>QAbstractItemView::AllEditTriggers</set>
198
      </property>
199
      <property name="alternatingRowColors">
200
       <bool>true</bool>
201
      </property>
202
      <attribute name="headerVisible">
203
       <bool>false</bool>
204
      </attribute>
205
      <column>
206
       <property name="text">
207
        <string notr="true">1</string>
208
       </property>
209
      </column>
210
     </widget>
211
    </item>
212
   </layout>
213
  </widget>
214
  <widget class="QMenuBar" name="menuBar">
215
   <property name="geometry">
216
    <rect>
217
     <x>0</x>
218
     <y>0</y>
219
     <width>843</width>
220
     <height>25</height>
221
    </rect>
222
   </property>
223
   <widget class="QMenu" name="menu_Fichier">
224
    <property name="title">
225
     <string>&amp;Fichier</string>
226
    </property>
227
    <addaction name="action_Nouvel_album"/>
228
    <addaction name="separator"/>
229
    <addaction name="action_Quiter"/>
230
   </widget>
231
   <widget class="QMenu" name="menu_dition">
232
    <property name="title">
233
     <string>&amp;Édition</string>
234
    </property>
235
   </widget>
236
   <addaction name="menu_Fichier"/>
237
   <addaction name="menu_dition"/>
238
  </widget>
239
  <widget class="QToolBar" name="mainToolBar">
240
   <attribute name="toolBarArea">
241
    <enum>TopToolBarArea</enum>
242
   </attribute>
243
   <attribute name="toolBarBreak">
244
    <bool>false</bool>
245
   </attribute>
246
  </widget>
247
  <widget class="QStatusBar" name="statusBar"/>
248
  <action name="action_Quiter">
249
   <property name="text">
250
    <string>&amp;Quitter</string>
251
   </property>
252
   <property name="shortcut">
253
    <string>Ctrl+Q</string>
254
   </property>
255
  </action>
256
  <action name="action_Nouvel_album">
257
   <property name="text">
258
    <string>&amp;Nouvel album</string>
259
   </property>
260
   <property name="shortcut">
261
    <string>Ctrl+N</string>
262
   </property>
263
  </action>
264
 </widget>
265
 <layoutdefault spacing="6" margin="11"/>
266
 <tabstops>
267
  <tabstop>leSource</tabstop>
268
  <tabstop>leDest</tabstop>
269
  <tabstop>btnExport</tabstop>
270
  <tabstop>commandLinkButton</tabstop>
271
  <tabstop>leTitre</tabstop>
272
  <tabstop>leDesc</tabstop>
273
  <tabstop>leAuthor</tabstop>
274
  <tabstop>dateEdit</tabstop>
275
  <tabstop>leLogin</tabstop>
276
  <tabstop>lePasswd</tabstop>
277
  <tabstop>btnSave</tabstop>
278
  <tabstop>treeWidget</tabstop>
279
  <tabstop>lwPictures</tabstop>
280
 </tabstops>
281
 <resources/>
282
 <connections>
283
  <connection>
284
   <sender>action_Quiter</sender>
285
   <signal>triggered()</signal>
286
   <receiver>original</receiver>
287
   <slot>close()</slot>
288
   <hints>
289
    <hint type="sourcelabel">
290
     <x>-1</x>
291
     <y>-1</y>
292
    </hint>
293
    <hint type="destinationlabel">
294
     <x>368</x>
295
     <y>149</y>
296
    </hint>
297
   </hints>
298
  </connection>
299
 </connections>
300
</ui>
Redmine Appliance - Powered by TurnKey Linux