~ubuntu-branches/ubuntu/intrepid/gnunet/intrepid

« back to all changes in this revision

Viewing changes to src/setup/qt/ui_gnunet-setup.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-31 17:40:18 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080131174018-sfnbb8wv7p4nmut1
Tags: 0.7.3-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules:
    = Make use of code from cdbs' clean-la.mk file to clear the
      dependency_libs field in all .la files in the gnunet-dev package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/********************************************************************************
 
2
** Form generated from reading ui file 'gnunet-setup.ui'
 
3
**
 
4
** Created: Wed Dec 19 21:53:33 2007
 
5
**      by: Qt User Interface Compiler version 4.3.2
 
6
**
 
7
** WARNING! All changes made in this file will be lost when recompiling ui file!
 
8
********************************************************************************/
 
9
 
 
10
#ifndef UI_GNUNET_2D_SETUP_H
 
11
#define UI_GNUNET_2D_SETUP_H
 
12
 
 
13
#include <QtCore/QVariant>
 
14
#include <QtGui/QAction>
 
15
#include <QtGui/QApplication>
 
16
#include <QtGui/QButtonGroup>
 
17
#include <QtGui/QCheckBox>
 
18
#include <QtGui/QComboBox>
 
19
#include <QtGui/QGroupBox>
 
20
#include <QtGui/QHBoxLayout>
 
21
#include <QtGui/QLabel>
 
22
#include <QtGui/QLineEdit>
 
23
#include <QtGui/QPushButton>
 
24
#include <QtGui/QRadioButton>
 
25
#include <QtGui/QSpacerItem>
 
26
#include <QtGui/QSpinBox>
 
27
#include <QtGui/QStackedWidget>
 
28
#include <QtGui/QTextBrowser>
 
29
#include <QtGui/QVBoxLayout>
 
30
#include <QtGui/QWidget>
 
31
 
 
32
class Ui_SetupWizard
 
33
{
 
34
public:
 
35
  QVBoxLayout * vboxLayout;
 
36
  QStackedWidget *stackedWidget;
 
37
  QWidget *page;
 
38
  QVBoxLayout *vboxLayout1;
 
39
  QTextBrowser *htmlWelcome;
 
40
  QWidget *page_2;
 
41
  QVBoxLayout *vboxLayout2;
 
42
  QGroupBox *groupBox;
 
43
  QVBoxLayout *vboxLayout3;
 
44
  QLabel *label;
 
45
  QHBoxLayout *hboxLayout;
 
46
  QLabel *label_2;
 
47
  QSpacerItem *spacerItem;
 
48
  QComboBox *cmbIF;
 
49
  QSpacerItem *spacerItem1;
 
50
  QLabel *label_3;
 
51
  QHBoxLayout *hboxLayout1;
 
52
  QLabel *label_4;
 
53
  QSpacerItem *spacerItem2;
 
54
  QLineEdit *editIP;
 
55
  QSpacerItem *spacerItem3;
 
56
  QLabel *label_5;
 
57
  QHBoxLayout *hboxLayout2;
 
58
  QCheckBox *cbSNAT;
 
59
  QSpacerItem *spacerItem4;
 
60
  QWidget *page_3;
 
61
  QVBoxLayout *vboxLayout4;
 
62
  QGroupBox *groupBox_2;
 
63
  QVBoxLayout *vboxLayout5;
 
64
  QLabel *label_6;
 
65
  QHBoxLayout *hboxLayout3;
 
66
  QLabel *label_7;
 
67
  QSpacerItem *spacerItem5;
 
68
  QLineEdit *editUp;
 
69
  QHBoxLayout *hboxLayout4;
 
70
  QLabel *label_8;
 
71
  QSpacerItem *spacerItem6;
 
72
  QLineEdit *editDown;
 
73
  QSpacerItem *spacerItem7;
 
74
  QRadioButton *rbFull;
 
75
  QRadioButton *rbShared;
 
76
  QSpacerItem *spacerItem8;
 
77
  QLabel *label_9;
 
78
  QHBoxLayout *hboxLayout5;
 
79
  QLabel *label_10;
 
80
  QSpacerItem *spacerItem9;
 
81
  QSpinBox *spinCPU;
 
82
  QSpacerItem *spacerItem10;
 
83
  QWidget *page_4;
 
84
  QVBoxLayout *vboxLayout6;
 
85
  QGroupBox *groupBox_3;
 
86
  QVBoxLayout *vboxLayout7;
 
87
  QLabel *label_11;
 
88
  QHBoxLayout *hboxLayout6;
 
89
  QLabel *label_12;
 
90
  QSpacerItem *spacerItem11;
 
91
  QLineEdit *editUser;
 
92
  QHBoxLayout *hboxLayout7;
 
93
  QLabel *label_13;
 
94
  QSpacerItem *spacerItem12;
 
95
  QLineEdit *editGroup;
 
96
  QSpacerItem *spacerItem13;
 
97
  QWidget *page_5;
 
98
  QVBoxLayout *vboxLayout8;
 
99
  QGroupBox *groupBox_4;
 
100
  QVBoxLayout *vboxLayout9;
 
101
  QLabel *label_14;
 
102
  QCheckBox *cbMigr;
 
103
  QSpacerItem *spacerItem14;
 
104
  QLabel *label_15;
 
105
  QHBoxLayout *hboxLayout8;
 
106
  QLabel *label_16;
 
107
  QSpacerItem *spacerItem15;
 
108
  QSpinBox *spinQuota;
 
109
  QSpacerItem *spacerItem16;
 
110
  QCheckBox *cbAutostart;
 
111
  QSpacerItem *spacerItem17;
 
112
  QLabel *label_17;
 
113
  QCheckBox *cbEnhConfig;
 
114
  QSpacerItem *spacerItem18;
 
115
  QLabel *label_18;
 
116
  QCheckBox *cbGNUpdate;
 
117
  QSpacerItem *spacerItem19;
 
118
  QHBoxLayout *hboxLayout9;
 
119
  QSpacerItem *spacerItem20;
 
120
  QPushButton *pbPrev;
 
121
  QPushButton *pbNext;
 
122
  QPushButton *pbClose;
 
123
 
 
124
  void setupUi (QWidget * SetupWizard)
 
125
  {
 
126
    if (SetupWizard->objectName ().isEmpty ())
 
127
      SetupWizard->setObjectName (QString::fromUtf8 ("SetupWizard"));
 
128
    SetupWizard->resize (640, 480);
 
129
    SetupWizard->
 
130
      setWindowIcon (QIcon
 
131
                     (QString::fromUtf8 (":/pixmaps/gnunet-logo-small.png")));
 
132
    vboxLayout = new QVBoxLayout (SetupWizard);
 
133
    vboxLayout->setSpacing (6);
 
134
    vboxLayout->setObjectName (QString::fromUtf8 ("vboxLayout"));
 
135
    vboxLayout->setContentsMargins (9, 9, 9, 9);
 
136
    stackedWidget = new QStackedWidget (SetupWizard);
 
137
    stackedWidget->setObjectName (QString::fromUtf8 ("stackedWidget"));
 
138
    page = new QWidget ();
 
139
    page->setObjectName (QString::fromUtf8 ("page"));
 
140
    vboxLayout1 = new QVBoxLayout (page);
 
141
    vboxLayout1->setSpacing (6);
 
142
    vboxLayout1->setObjectName (QString::fromUtf8 ("vboxLayout1"));
 
143
    vboxLayout1->setContentsMargins (9, 9, 9, 9);
 
144
    htmlWelcome = new QTextBrowser (page);
 
145
    htmlWelcome->setObjectName (QString::fromUtf8 ("htmlWelcome"));
 
146
 
 
147
    vboxLayout1->addWidget (htmlWelcome);
 
148
 
 
149
    stackedWidget->addWidget (page);
 
150
    page_2 = new QWidget ();
 
151
    page_2->setObjectName (QString::fromUtf8 ("page_2"));
 
152
    vboxLayout2 = new QVBoxLayout (page_2);
 
153
    vboxLayout2->setSpacing (6);
 
154
    vboxLayout2->setObjectName (QString::fromUtf8 ("vboxLayout2"));
 
155
    vboxLayout2->setContentsMargins (9, 9, 9, 9);
 
156
    groupBox = new QGroupBox (page_2);
 
157
    groupBox->setObjectName (QString::fromUtf8 ("groupBox"));
 
158
    vboxLayout3 = new QVBoxLayout (groupBox);
 
159
    vboxLayout3->setSpacing (6);
 
160
    vboxLayout3->setObjectName (QString::fromUtf8 ("vboxLayout3"));
 
161
    vboxLayout3->setContentsMargins (9, 9, 9, 9);
 
162
    label = new QLabel (groupBox);
 
163
    label->setObjectName (QString::fromUtf8 ("label"));
 
164
    label->setFrameShape (QFrame::NoFrame);
 
165
    label->setWordWrap (true);
 
166
 
 
167
    vboxLayout3->addWidget (label);
 
168
 
 
169
    hboxLayout = new QHBoxLayout ();
 
170
    hboxLayout->setSpacing (6);
 
171
    hboxLayout->setObjectName (QString::fromUtf8 ("hboxLayout"));
 
172
    hboxLayout->setContentsMargins (0, 0, 0, 0);
 
173
    label_2 = new QLabel (groupBox);
 
174
    label_2->setObjectName (QString::fromUtf8 ("label_2"));
 
175
    QFont font;
 
176
      font.setFamily (QString::fromUtf8 ("MS Shell Dlg 2"));
 
177
      font.setPointSize (8);
 
178
      font.setBold (true);
 
179
      font.setItalic (false);
 
180
      font.setUnderline (false);
 
181
      font.setWeight (75);
 
182
      font.setStrikeOut (false);
 
183
      label_2->setFont (font);
 
184
 
 
185
      hboxLayout->addWidget (label_2);
 
186
 
 
187
      spacerItem =
 
188
      new QSpacerItem (50, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
 
189
 
 
190
      hboxLayout->addItem (spacerItem);
 
191
 
 
192
      cmbIF = new QComboBox (groupBox);
 
193
      cmbIF->setObjectName (QString::fromUtf8 ("cmbIF"));
 
194
      cmbIF->setMinimumSize (QSize (420, 0));
 
195
 
 
196
      hboxLayout->addWidget (cmbIF);
 
197
 
 
198
 
 
199
      vboxLayout3->addLayout (hboxLayout);
 
200
 
 
201
      spacerItem1 =
 
202
      new QSpacerItem (20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
 
203
 
 
204
      vboxLayout3->addItem (spacerItem1);
 
205
 
 
206
      label_3 = new QLabel (groupBox);
 
207
      label_3->setObjectName (QString::fromUtf8 ("label_3"));
 
208
      label_3->setWordWrap (true);
 
209
 
 
210
      vboxLayout3->addWidget (label_3);
 
211
 
 
212
      hboxLayout1 = new QHBoxLayout ();
 
213
      hboxLayout1->setSpacing (6);
 
214
      hboxLayout1->setObjectName (QString::fromUtf8 ("hboxLayout1"));
 
215
      hboxLayout1->setContentsMargins (0, 0, 0, 0);
 
216
      label_4 = new QLabel (groupBox);
 
217
      label_4->setObjectName (QString::fromUtf8 ("label_4"));
 
218
      label_4->setFont (font);
 
219
 
 
220
      hboxLayout1->addWidget (label_4);
 
221
 
 
222
      spacerItem2 =
 
223
      new QSpacerItem (50, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
 
224
 
 
225
      hboxLayout1->addItem (spacerItem2);
 
226
 
 
227
      editIP = new QLineEdit (groupBox);
 
228
      editIP->setObjectName (QString::fromUtf8 ("editIP"));
 
229
      editIP->setMinimumSize (QSize (420, 0));
 
230
 
 
231
      hboxLayout1->addWidget (editIP);
 
232
 
 
233
 
 
234
      vboxLayout3->addLayout (hboxLayout1);
 
235
 
 
236
      spacerItem3 =
 
237
      new QSpacerItem (20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
 
238
 
 
239
      vboxLayout3->addItem (spacerItem3);
 
240
 
 
241
      label_5 = new QLabel (groupBox);
 
242
      label_5->setObjectName (QString::fromUtf8 ("label_5"));
 
243
      label_5->setWordWrap (true);
 
244
 
 
245
      vboxLayout3->addWidget (label_5);
 
246
 
 
247
      hboxLayout2 = new QHBoxLayout ();
 
248
      hboxLayout2->setSpacing (6);
 
249
      hboxLayout2->setObjectName (QString::fromUtf8 ("hboxLayout2"));
 
250
      hboxLayout2->setContentsMargins (6, 6, 6, 6);
 
251
      cbSNAT = new QCheckBox (groupBox);
 
252
      cbSNAT->setObjectName (QString::fromUtf8 ("cbSNAT"));
 
253
      cbSNAT->setFont (font);
 
254
 
 
255
      hboxLayout2->addWidget (cbSNAT);
 
256
 
 
257
 
 
258
      vboxLayout3->addLayout (hboxLayout2);
 
259
 
 
260
      spacerItem4 =
 
261
      new QSpacerItem (20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
 
262
 
 
263
      vboxLayout3->addItem (spacerItem4);
 
264
 
 
265
 
 
266
      vboxLayout2->addWidget (groupBox);
 
267
 
 
268
      stackedWidget->addWidget (page_2);
 
269
      page_3 = new QWidget ();
 
270
      page_3->setObjectName (QString::fromUtf8 ("page_3"));
 
271
      vboxLayout4 = new QVBoxLayout (page_3);
 
272
      vboxLayout4->setSpacing (6);
 
273
      vboxLayout4->setObjectName (QString::fromUtf8 ("vboxLayout4"));
 
274
      vboxLayout4->setContentsMargins (9, 9, 9, 9);
 
275
      groupBox_2 = new QGroupBox (page_3);
 
276
      groupBox_2->setObjectName (QString::fromUtf8 ("groupBox_2"));
 
277
      vboxLayout5 = new QVBoxLayout (groupBox_2);
 
278
      vboxLayout5->setSpacing (6);
 
279
      vboxLayout5->setObjectName (QString::fromUtf8 ("vboxLayout5"));
 
280
      vboxLayout5->setContentsMargins (9, 9, 9, 9);
 
281
      label_6 = new QLabel (groupBox_2);
 
282
      label_6->setObjectName (QString::fromUtf8 ("label_6"));
 
283
      label_6->setWordWrap (true);
 
284
 
 
285
      vboxLayout5->addWidget (label_6);
 
286
 
 
287
      hboxLayout3 = new QHBoxLayout ();
 
288
      hboxLayout3->setSpacing (6);
 
289
      hboxLayout3->setObjectName (QString::fromUtf8 ("hboxLayout3"));
 
290
      hboxLayout3->setContentsMargins (0, 0, 0, 0);
 
291
      label_7 = new QLabel (groupBox_2);
 
292
      label_7->setObjectName (QString::fromUtf8 ("label_7"));
 
293
      label_7->setFont (font);
 
294
 
 
295
      hboxLayout3->addWidget (label_7);
 
296
 
 
297
      spacerItem5 =
 
298
      new QSpacerItem (40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
 
299
 
 
300
      hboxLayout3->addItem (spacerItem5);
 
301
 
 
302
      editUp = new QLineEdit (groupBox_2);
 
303
      editUp->setObjectName (QString::fromUtf8 ("editUp"));
 
304
      editUp->setMinimumSize (QSize (420, 0));
 
305
 
 
306
      hboxLayout3->addWidget (editUp);
 
307
 
 
308
 
 
309
      vboxLayout5->addLayout (hboxLayout3);
 
310
 
 
311
      hboxLayout4 = new QHBoxLayout ();
 
312
      hboxLayout4->setSpacing (6);
 
313
      hboxLayout4->setObjectName (QString::fromUtf8 ("hboxLayout4"));
 
314
      hboxLayout4->setContentsMargins (0, 0, 0, 0);
 
315
      label_8 = new QLabel (groupBox_2);
 
316
      label_8->setObjectName (QString::fromUtf8 ("label_8"));
 
317
      label_8->setFont (font);
 
318
 
 
319
      hboxLayout4->addWidget (label_8);
 
320
 
 
321
      spacerItem6 =
 
322
      new QSpacerItem (50, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
 
323
 
 
324
      hboxLayout4->addItem (spacerItem6);
 
325
 
 
326
      editDown = new QLineEdit (groupBox_2);
 
327
      editDown->setObjectName (QString::fromUtf8 ("editDown"));
 
328
      editDown->setMinimumSize (QSize (420, 0));
 
329
 
 
330
      hboxLayout4->addWidget (editDown);
 
331
 
 
332
 
 
333
      vboxLayout5->addLayout (hboxLayout4);
 
334
 
 
335
      spacerItem7 =
 
336
      new QSpacerItem (20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
 
337
 
 
338
      vboxLayout5->addItem (spacerItem7);
 
339
 
 
340
      rbFull = new QRadioButton (groupBox_2);
 
341
      rbFull->setObjectName (QString::fromUtf8 ("rbFull"));
 
342
      rbFull->setFont (font);
 
343
 
 
344
      vboxLayout5->addWidget (rbFull);
 
345
 
 
346
      rbShared = new QRadioButton (groupBox_2);
 
347
      rbShared->setObjectName (QString::fromUtf8 ("rbShared"));
 
348
      rbShared->setFont (font);
 
349
 
 
350
      vboxLayout5->addWidget (rbShared);
 
351
 
 
352
      spacerItem8 =
 
353
      new QSpacerItem (20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
 
354
 
 
355
      vboxLayout5->addItem (spacerItem8);
 
356
 
 
357
      label_9 = new QLabel (groupBox_2);
 
358
      label_9->setObjectName (QString::fromUtf8 ("label_9"));
 
359
      label_9->setWordWrap (true);
 
360
 
 
361
      vboxLayout5->addWidget (label_9);
 
362
 
 
363
      hboxLayout5 = new QHBoxLayout ();
 
364
      hboxLayout5->setSpacing (6);
 
365
      hboxLayout5->setObjectName (QString::fromUtf8 ("hboxLayout5"));
 
366
      hboxLayout5->setContentsMargins (0, 0, 0, 0);
 
367
      label_10 = new QLabel (groupBox_2);
 
368
      label_10->setObjectName (QString::fromUtf8 ("label_10"));
 
369
      label_10->setFont (font);
 
370
 
 
371
      hboxLayout5->addWidget (label_10);
 
372
 
 
373
      spacerItem9 =
 
374
      new QSpacerItem (50, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
 
375
 
 
376
      hboxLayout5->addItem (spacerItem9);
 
377
 
 
378
      spinCPU = new QSpinBox (groupBox_2);
 
379
      spinCPU->setObjectName (QString::fromUtf8 ("spinCPU"));
 
380
      spinCPU->setMinimumSize (QSize (420, 0));
 
381
      spinCPU->setMaximum (100);
 
382
 
 
383
      hboxLayout5->addWidget (spinCPU);
 
384
 
 
385
 
 
386
      vboxLayout5->addLayout (hboxLayout5);
 
387
 
 
388
      spacerItem10 =
 
389
      new QSpacerItem (20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
 
390
 
 
391
      vboxLayout5->addItem (spacerItem10);
 
392
 
 
393
 
 
394
      vboxLayout4->addWidget (groupBox_2);
 
395
 
 
396
      stackedWidget->addWidget (page_3);
 
397
      page_4 = new QWidget ();
 
398
      page_4->setObjectName (QString::fromUtf8 ("page_4"));
 
399
      vboxLayout6 = new QVBoxLayout (page_4);
 
400
      vboxLayout6->setSpacing (6);
 
401
      vboxLayout6->setObjectName (QString::fromUtf8 ("vboxLayout6"));
 
402
      vboxLayout6->setContentsMargins (9, 9, 9, 9);
 
403
      groupBox_3 = new QGroupBox (page_4);
 
404
      groupBox_3->setObjectName (QString::fromUtf8 ("groupBox_3"));
 
405
      vboxLayout7 = new QVBoxLayout (groupBox_3);
 
406
      vboxLayout7->setSpacing (6);
 
407
      vboxLayout7->setObjectName (QString::fromUtf8 ("vboxLayout7"));
 
408
      vboxLayout7->setContentsMargins (9, 9, 9, 9);
 
409
      label_11 = new QLabel (groupBox_3);
 
410
      label_11->setObjectName (QString::fromUtf8 ("label_11"));
 
411
      label_11->setWordWrap (true);
 
412
 
 
413
      vboxLayout7->addWidget (label_11);
 
414
 
 
415
      hboxLayout6 = new QHBoxLayout ();
 
416
      hboxLayout6->setSpacing (6);
 
417
      hboxLayout6->setObjectName (QString::fromUtf8 ("hboxLayout6"));
 
418
      hboxLayout6->setContentsMargins (0, 0, 0, 0);
 
419
      label_12 = new QLabel (groupBox_3);
 
420
      label_12->setObjectName (QString::fromUtf8 ("label_12"));
 
421
      label_12->setFont (font);
 
422
 
 
423
      hboxLayout6->addWidget (label_12);
 
424
 
 
425
      spacerItem11 =
 
426
      new QSpacerItem (50, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
 
427
 
 
428
      hboxLayout6->addItem (spacerItem11);
 
429
 
 
430
      editUser = new QLineEdit (groupBox_3);
 
431
      editUser->setObjectName (QString::fromUtf8 ("editUser"));
 
432
      editUser->setMinimumSize (QSize (440, 0));
 
433
 
 
434
      hboxLayout6->addWidget (editUser);
 
435
 
 
436
 
 
437
      vboxLayout7->addLayout (hboxLayout6);
 
438
 
 
439
      hboxLayout7 = new QHBoxLayout ();
 
440
      hboxLayout7->setSpacing (6);
 
441
      hboxLayout7->setObjectName (QString::fromUtf8 ("hboxLayout7"));
 
442
      hboxLayout7->setContentsMargins (0, 0, 0, 0);
 
443
      label_13 = new QLabel (groupBox_3);
 
444
      label_13->setObjectName (QString::fromUtf8 ("label_13"));
 
445
      label_13->setFont (font);
 
446
 
 
447
      hboxLayout7->addWidget (label_13);
 
448
 
 
449
      spacerItem12 =
 
450
      new QSpacerItem (50, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
 
451
 
 
452
      hboxLayout7->addItem (spacerItem12);
 
453
 
 
454
      editGroup = new QLineEdit (groupBox_3);
 
455
      editGroup->setObjectName (QString::fromUtf8 ("editGroup"));
 
456
      editGroup->setMinimumSize (QSize (440, 0));
 
457
 
 
458
      hboxLayout7->addWidget (editGroup);
 
459
 
 
460
 
 
461
      vboxLayout7->addLayout (hboxLayout7);
 
462
 
 
463
      spacerItem13 =
 
464
      new QSpacerItem (20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
 
465
 
 
466
      vboxLayout7->addItem (spacerItem13);
 
467
 
 
468
 
 
469
      vboxLayout6->addWidget (groupBox_3);
 
470
 
 
471
      stackedWidget->addWidget (page_4);
 
472
      page_5 = new QWidget ();
 
473
      page_5->setObjectName (QString::fromUtf8 ("page_5"));
 
474
      vboxLayout8 = new QVBoxLayout (page_5);
 
475
      vboxLayout8->setSpacing (6);
 
476
      vboxLayout8->setObjectName (QString::fromUtf8 ("vboxLayout8"));
 
477
      vboxLayout8->setContentsMargins (9, 9, 9, 9);
 
478
      groupBox_4 = new QGroupBox (page_5);
 
479
      groupBox_4->setObjectName (QString::fromUtf8 ("groupBox_4"));
 
480
      vboxLayout9 = new QVBoxLayout (groupBox_4);
 
481
      vboxLayout9->setSpacing (6);
 
482
      vboxLayout9->setObjectName (QString::fromUtf8 ("vboxLayout9"));
 
483
      vboxLayout9->setContentsMargins (9, 9, 9, 9);
 
484
      label_14 = new QLabel (groupBox_4);
 
485
      label_14->setObjectName (QString::fromUtf8 ("label_14"));
 
486
      label_14->setWordWrap (true);
 
487
 
 
488
      vboxLayout9->addWidget (label_14);
 
489
 
 
490
      cbMigr = new QCheckBox (groupBox_4);
 
491
      cbMigr->setObjectName (QString::fromUtf8 ("cbMigr"));
 
492
      cbMigr->setFont (font);
 
493
 
 
494
      vboxLayout9->addWidget (cbMigr);
 
495
 
 
496
      spacerItem14 =
 
497
      new QSpacerItem (20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
 
498
 
 
499
      vboxLayout9->addItem (spacerItem14);
 
500
 
 
501
      label_15 = new QLabel (groupBox_4);
 
502
      label_15->setObjectName (QString::fromUtf8 ("label_15"));
 
503
      label_15->setWordWrap (true);
 
504
 
 
505
      vboxLayout9->addWidget (label_15);
 
506
 
 
507
      hboxLayout8 = new QHBoxLayout ();
 
508
      hboxLayout8->setSpacing (6);
 
509
      hboxLayout8->setObjectName (QString::fromUtf8 ("hboxLayout8"));
 
510
      hboxLayout8->setContentsMargins (0, 0, 0, 0);
 
511
      label_16 = new QLabel (groupBox_4);
 
512
      label_16->setObjectName (QString::fromUtf8 ("label_16"));
 
513
      label_16->setFont (font);
 
514
 
 
515
      hboxLayout8->addWidget (label_16);
 
516
 
 
517
      spacerItem15 =
 
518
      new QSpacerItem (50, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
 
519
 
 
520
      hboxLayout8->addItem (spacerItem15);
 
521
 
 
522
      spinQuota = new QSpinBox (groupBox_4);
 
523
      spinQuota->setObjectName (QString::fromUtf8 ("spinQuota"));
 
524
      spinQuota->setMinimumSize (QSize (370, 0));
 
525
      spinQuota->setMaximum (1000000);
 
526
 
 
527
      hboxLayout8->addWidget (spinQuota);
 
528
 
 
529
 
 
530
      vboxLayout9->addLayout (hboxLayout8);
 
531
 
 
532
      spacerItem16 =
 
533
      new QSpacerItem (20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
 
534
 
 
535
      vboxLayout9->addItem (spacerItem16);
 
536
 
 
537
      cbAutostart = new QCheckBox (groupBox_4);
 
538
      cbAutostart->setObjectName (QString::fromUtf8 ("cbAutostart"));
 
539
    QFont font1;
 
540
      font1.setBold (true);
 
541
      font1.setWeight (75);
 
542
      cbAutostart->setFont (font1);
 
543
 
 
544
      vboxLayout9->addWidget (cbAutostart);
 
545
 
 
546
      spacerItem17 =
 
547
      new QSpacerItem (20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
 
548
 
 
549
      vboxLayout9->addItem (spacerItem17);
 
550
 
 
551
      label_17 = new QLabel (groupBox_4);
 
552
      label_17->setObjectName (QString::fromUtf8 ("label_17"));
 
553
      label_17->setWordWrap (true);
 
554
 
 
555
      vboxLayout9->addWidget (label_17);
 
556
 
 
557
      cbEnhConfig = new QCheckBox (groupBox_4);
 
558
      cbEnhConfig->setObjectName (QString::fromUtf8 ("cbEnhConfig"));
 
559
      cbEnhConfig->setEnabled (false);
 
560
      cbEnhConfig->setFont (font);
 
561
 
 
562
      vboxLayout9->addWidget (cbEnhConfig);
 
563
 
 
564
      spacerItem18 =
 
565
      new QSpacerItem (20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
 
566
 
 
567
      vboxLayout9->addItem (spacerItem18);
 
568
 
 
569
      label_18 = new QLabel (groupBox_4);
 
570
      label_18->setObjectName (QString::fromUtf8 ("label_18"));
 
571
      label_18->setWordWrap (true);
 
572
 
 
573
      vboxLayout9->addWidget (label_18);
 
574
 
 
575
      cbGNUpdate = new QCheckBox (groupBox_4);
 
576
      cbGNUpdate->setObjectName (QString::fromUtf8 ("cbGNUpdate"));
 
577
      cbGNUpdate->setFont (font);
 
578
      cbGNUpdate->setChecked (true);
 
579
 
 
580
      vboxLayout9->addWidget (cbGNUpdate);
 
581
 
 
582
      spacerItem19 =
 
583
      new QSpacerItem (20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
 
584
 
 
585
      vboxLayout9->addItem (spacerItem19);
 
586
 
 
587
 
 
588
      vboxLayout8->addWidget (groupBox_4);
 
589
 
 
590
      stackedWidget->addWidget (page_5);
 
591
 
 
592
      vboxLayout->addWidget (stackedWidget);
 
593
 
 
594
      hboxLayout9 = new QHBoxLayout ();
 
595
      hboxLayout9->setSpacing (6);
 
596
      hboxLayout9->setObjectName (QString::fromUtf8 ("hboxLayout9"));
 
597
      hboxLayout9->setContentsMargins (0, 0, 0, 0);
 
598
      spacerItem20 =
 
599
      new QSpacerItem (40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
 
600
 
 
601
      hboxLayout9->addItem (spacerItem20);
 
602
 
 
603
      pbPrev = new QPushButton (SetupWizard);
 
604
      pbPrev->setObjectName (QString::fromUtf8 ("pbPrev"));
 
605
      pbPrev->setMinimumSize (QSize (75, 0));
 
606
      pbPrev->
 
607
      setIcon (QIcon (QString::fromUtf8 (":/pixmaps/go-previous.png")));
 
608
      pbPrev->setIconSize (QSize (22, 22));
 
609
 
 
610
      hboxLayout9->addWidget (pbPrev);
 
611
 
 
612
      pbNext = new QPushButton (SetupWizard);
 
613
      pbNext->setObjectName (QString::fromUtf8 ("pbNext"));
 
614
      pbNext->setMinimumSize (QSize (75, 0));
 
615
      pbNext->setIcon (QIcon (QString::fromUtf8 (":/pixmaps/go-next.png")));
 
616
      pbNext->setIconSize (QSize (22, 22));
 
617
 
 
618
      hboxLayout9->addWidget (pbNext);
 
619
 
 
620
      pbClose = new QPushButton (SetupWizard);
 
621
      pbClose->setObjectName (QString::fromUtf8 ("pbClose"));
 
622
      pbClose->setMinimumSize (QSize (75, 0));
 
623
      pbClose->setIcon (QIcon (QString::fromUtf8 (":/pixmaps/close.png")));
 
624
      pbClose->setIconSize (QSize (22, 22));
 
625
 
 
626
      hboxLayout9->addWidget (pbClose);
 
627
 
 
628
 
 
629
      vboxLayout->addLayout (hboxLayout9);
 
630
 
 
631
 
 
632
      retranslateUi (SetupWizard);
 
633
 
 
634
      stackedWidget->setCurrentIndex (0);
 
635
 
 
636
 
 
637
      QMetaObject::connectSlotsByName (SetupWizard);
 
638
  }                             // setupUi
 
639
 
 
640
  void retranslateUi (QWidget * SetupWizard)
 
641
  {
 
642
    SetupWizard->
 
643
      setWindowTitle (QApplication::
 
644
                      translate ("SetupWizard", "GNUnet setup", 0,
 
645
                                 QApplication::UnicodeUTF8));
 
646
    groupBox->
 
647
      setTitle (QApplication::
 
648
                translate ("SetupWizard",
 
649
                           "Network connection - enter information about your network connection here",
 
650
                           0, QApplication::UnicodeUTF8));
 
651
    label->
 
652
      setText (QApplication::
 
653
               translate ("SetupWizard",
 
654
                          "Choose the device that connects your computer to the internet. This is usually a modem, an ISDN card or a network card in case you are using DSL.",
 
655
                          0, QApplication::UnicodeUTF8));
 
656
    label_2->
 
657
      setText (QApplication::
 
658
               translate ("SetupWizard", "Network interface:", 0,
 
659
                          QApplication::UnicodeUTF8));
 
660
    label_3->
 
661
      setText (QApplication::
 
662
               translate ("SetupWizard",
 
663
                          "If your provider always assigns the same IP-Address to you (a \"static\" IP-Address), enter it into this field. If your IP-Address changes every now and then (\"dynamic\" IP-Address) but there's a hostname that always points to your actual IP-Address (\"Dynamic DNS\"), you can also enter it here.\n"
 
664
                          "If in doubt, leave the field empty. GNUnet will then try to determine your IP-Address.",
 
665
                          0, QApplication::UnicodeUTF8));
 
666
    label_4->
 
667
      setText (QApplication::
 
668
               translate ("SetupWizard", "IP-Address/Hostname:", 0,
 
669
                          QApplication::UnicodeUTF8));
 
670
    label_5->
 
671
      setText (QApplication::
 
672
               translate ("SetupWizard",
 
673
                          "If you are connected to the internet through another computer doing SNAT, a router or a \"hardware firewall\" and other computers on the internet cannot connect to this computer, check the this option on this page. Leave it unchecked on direct connections through modems, ISDN cards and DNAT (also known as \"port forwarding\").",
 
674
                          0, QApplication::UnicodeUTF8));
 
675
    cbSNAT->
 
676
      setText (QApplication::
 
677
               translate ("SetupWizard",
 
678
                          "Computer cannot receive inbound connections", 0,
 
679
                          QApplication::UnicodeUTF8));
 
680
    groupBox_2->
 
681
      setTitle (QApplication::
 
682
                translate ("SetupWizard",
 
683
                           "Load limitation - limit GNUnet's ressource usage here",
 
684
                           0, QApplication::UnicodeUTF8));
 
685
    label_6->
 
686
      setText (QApplication::
 
687
               translate ("SetupWizard",
 
688
                          "This is how much data may be sent per second. If you have a flatrate you can set it to the maximum speed of your internet connection.",
 
689
                          0, QApplication::UnicodeUTF8));
 
690
    label_7->
 
691
      setText (QApplication::
 
692
               translate ("SetupWizard", "Upstream (Bytes/s):", 0,
 
693
                          QApplication::UnicodeUTF8));
 
694
    label_8->
 
695
      setText (QApplication::
 
696
               translate ("SetupWizard", "Downstream (Bytes/s):", 0,
 
697
                          QApplication::UnicodeUTF8));
 
698
    rbFull->
 
699
      setText (QApplication::
 
700
               translate ("SetupWizard", "Use denoted bandwidth for GNUnet",
 
701
                          0, QApplication::UnicodeUTF8));
 
702
    rbShared->
 
703
      setText (QApplication::
 
704
               translate ("SetupWizard",
 
705
                          "Share denoted bandwidth with other applications",
 
706
                          0, QApplication::UnicodeUTF8));
 
707
    label_9->
 
708
      setText (QApplication::
 
709
               translate ("SetupWizard",
 
710
                          "Enter the percentage of processor time GNUnet is allowed to use here.",
 
711
                          0, QApplication::UnicodeUTF8));
 
712
    label_10->
 
713
      setText (QApplication::
 
714
               translate ("SetupWizard", "Maximum CPU usage (%):", 0,
 
715
                          QApplication::UnicodeUTF8));
 
716
    groupBox_3->
 
717
      setTitle (QApplication::
 
718
                translate ("SetupWizard",
 
719
                           "Security settings - specify the user and the group owning the GNUnet service here",
 
720
                           0, QApplication::UnicodeUTF8));
 
721
    label_11->
 
722
      setText (QApplication::
 
723
               translate ("SetupWizard",
 
724
                          "For security reasons, it is a good idea to let this setup create a new user account and a new group under which the GNUnet service is started at system startup.\n"
 
725
                          "\n"
 
726
                          "However, GNUnet may not be able to access files other than its own. This includes files you want to publish in GNUnet. You will have to grant read permissions to the user specified below.\n"
 
727
                          "\n"
 
728
                          "Leave the fields empty to run GNUnet with system privileges.",
 
729
                          0, QApplication::UnicodeUTF8));
 
730
    label_12->
 
731
      setText (QApplication::
 
732
               translate ("SetupWizard", "User account:", 0,
 
733
                          QApplication::UnicodeUTF8));
 
734
    label_13->
 
735
      setText (QApplication::
 
736
               translate ("SetupWizard", "Group:", 0,
 
737
                          QApplication::UnicodeUTF8));
 
738
    groupBox_4->
 
739
      setTitle (QApplication::
 
740
                translate ("SetupWizard", "Other settings", 0,
 
741
                           QApplication::UnicodeUTF8));
 
742
    label_14->
 
743
      setText (QApplication::
 
744
               translate ("SetupWizard",
 
745
                          "GNUnet is able to store data from other peers in your datastore. This is useful if an adversary has access to your inserted content and you need to deny that the content is yours. With \"content migration\" on, the content could have \"migrated\" over the internet to your node without your knowledge.\n"
 
746
                          "It also helps to spread popular content over different peers to enhance availability.",
 
747
                          0, QApplication::UnicodeUTF8));
 
748
    cbMigr->
 
749
      setText (QApplication::
 
750
               translate ("SetupWizard", "Store migrated content", 0,
 
751
                          QApplication::UnicodeUTF8));
 
752
    label_15->
 
753
      setText (QApplication::
 
754
               translate ("SetupWizard",
 
755
                          "The GNUnet datastore contains all data that GNUnet generates (index data, inserted and migrated content). Its maximum size can be specified below.",
 
756
                          0, QApplication::UnicodeUTF8));
 
757
    label_16->
 
758
      setText (QApplication::
 
759
               translate ("SetupWizard", "Maximum datastore size (MB):", 0,
 
760
                          QApplication::UnicodeUTF8));
 
761
    cbAutostart->
 
762
      setText (QApplication::
 
763
               translate ("SetupWizard",
 
764
                          "Start GNUnet background process on computer startup",
 
765
                          0, QApplication::UnicodeUTF8));
 
766
    label_17->
 
767
      setText (QApplication::
 
768
               translate ("SetupWizard",
 
769
                          "If you are an experienced user, you may want to tweak your GNUnet installation using the enhanced configurator.",
 
770
                          0, QApplication::UnicodeUTF8));
 
771
    cbEnhConfig->
 
772
      setText (QApplication::
 
773
               translate ("SetupWizard", "Open the enhanced configurator", 0,
 
774
                          QApplication::UnicodeUTF8));
 
775
    label_18->
 
776
      setText (QApplication::
 
777
               translate ("SetupWizard",
 
778
                          "After changing the configuration and/or updating GNUnet, it is sometimes required to run gnunet-update to update internal data structures. Depending on the changes made, this may take some time.",
 
779
                          0, QApplication::UnicodeUTF8));
 
780
    cbGNUpdate->
 
781
      setText (QApplication::
 
782
               translate ("SetupWizard", "Run gnunet-update", 0,
 
783
                          QApplication::UnicodeUTF8));
 
784
    pbPrev->
 
785
      setText (QApplication::
 
786
               translate ("SetupWizard", "Previous", 0,
 
787
                          QApplication::UnicodeUTF8));
 
788
    pbNext->
 
789
      setText (QApplication::
 
790
               translate ("SetupWizard", "Next", 0,
 
791
                          QApplication::UnicodeUTF8));
 
792
    pbClose->
 
793
      setText (QApplication::
 
794
               translate ("SetupWizard", "Close", 0,
 
795
                          QApplication::UnicodeUTF8));
 
796
    Q_UNUSED (SetupWizard);
 
797
  }                             // retranslateUi
 
798
 
 
799
};
 
800
 
 
801
namespace Ui
 
802
{
 
803
  class SetupWizard:public Ui_SetupWizard
 
804
  {
 
805
  };
 
806
}                               // namespace Ui
 
807
 
 
808
#endif                          // UI_GNUNET_2D_SETUP_H