Révision 92dc01fa original.ui
original.ui | ||
---|---|---|
16 | 16 |
<widget class="QWidget" name="centralWidget"> |
17 | 17 |
<layout class="QGridLayout" name="gridLayout"> |
18 | 18 |
<item row="0" column="1"> |
19 |
<widget class="QFrame" name="frame_2">
|
|
19 |
<widget class="QFrame" name="frmPrincipale">
|
|
20 | 20 |
<property name="sizePolicy"> |
21 | 21 |
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
22 | 22 |
<horstretch>0</horstretch> |
... | ... | |
51 | 51 |
</property> |
52 | 52 |
</widget> |
53 | 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> |
|
54 |
<item row="0" column="3"> |
|
55 |
<widget class="QCommandLinkButton" name="commandLinkButton"> |
|
56 |
<property name="text"> |
|
57 |
<string>Propriétés</string> |
|
70 | 58 |
</property> |
71 |
<property name="uniformItemSizes"> |
|
72 |
<bool>true</bool> |
|
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> |
|
73 | 65 |
</property> |
74 |
<property name="wordWrap"> |
|
75 |
<bool>true</bool> |
|
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>&Sauvegarder</string> |
|
76 | 182 |
</property> |
77 | 183 |
</widget> |
78 | 184 |
</item> |
... | ... | |
157 | 263 |
</action> |
158 | 264 |
</widget> |
159 | 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> |
|
160 | 281 |
<resources/> |
161 | 282 |
<connections> |
162 | 283 |
<connection> |
Formats disponibles : Unified diff