Changeset 2db278fa3a9a53f1ab026acfd83672a405cb2e9f
- Timestamp:
- 18/03/08 20:37:19
(8 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1205869039 +0200
- git-parent:
[f2e6a702ae7401e2c0f11665660a753f611e180b]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1205869039 +0200
- Message:
Remove security-policy UI
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbe11a01 |
r2db278f |
|
| 445 | 445 | artFetcher ); |
|---|
| 446 | 446 | CONFIG_GENERIC( "fetch-meta", Bool, NULL, metaFetcher ); |
|---|
| 447 | | CONFIG_GENERIC( "security-policy", IntegerList, |
|---|
| 448 | | ui.netPolicyLabel, netPolicyBox ); |
|---|
| 449 | 447 | |
|---|
| 450 | 448 | /* UPDATE options */ |
|---|
| r894f52c |
r2db278f |
|
| 538 | 538 | CONFIG_GENERIC_NOBOOL( "qt-updates-days", Integer ); line++; |
|---|
| 539 | 539 | #endif |
|---|
| 540 | | CONFIG_GENERIC( "security-policy", IntegerList ); line++; |
|---|
| 541 | 540 | |
|---|
| 542 | 541 | QPushButton *ok = new QPushButton( qtr( "Ok" ) ); |
|---|
| re5d0cd4 |
r2db278f |
|
| 216 | 216 | </widget> |
|---|
| 217 | 217 | </item> |
|---|
| 218 | | <item row="3" column="0" colspan="2" > |
|---|
| | 218 | <item row="2" column="0" colspan="2" > |
|---|
| 219 | 219 | <widget class="QGroupBox" name="groupBox_2" > |
|---|
| 220 | 220 | <property name="title" > |
|---|
| … | … | |
| 255 | 255 | </property> |
|---|
| 256 | 256 | </widget> |
|---|
| 257 | | </item> |
|---|
| 258 | | <item row="3" column="0" > |
|---|
| 259 | | <widget class="QLabel" name="netPolicyLabel" > |
|---|
| 260 | | <property name="text" > |
|---|
| 261 | | <string>_("Network policy")</string> |
|---|
| 262 | | </property> |
|---|
| 263 | | </widget> |
|---|
| 264 | | </item> |
|---|
| 265 | | <item row="3" column="1" colspan="2" > |
|---|
| 266 | | <widget class="QComboBox" name="netPolicyBox" /> |
|---|
| 267 | 257 | </item> |
|---|
| 268 | 258 | </layout> |
|---|