gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5959 - GNUnet/src/setup/qt


From: gnunet
Subject: [GNUnet-SVN] r5959 - GNUnet/src/setup/qt
Date: Tue, 18 Dec 2007 12:03:45 -0700 (MST)

Author: durner
Date: 2007-12-18 12:03:45 -0700 (Tue, 18 Dec 2007)
New Revision: 5959

Removed:
   GNUnet/src/setup/qt/qt.pro
   GNUnet/src/setup/qt/ui_enhanced.h
   GNUnet/src/setup/qt/ui_gnunet-setup.h
Log:
auto generated

Deleted: GNUnet/src/setup/qt/qt.pro
===================================================================
--- GNUnet/src/setup/qt/qt.pro  2007-12-18 19:01:01 UTC (rev 5958)
+++ GNUnet/src/setup/qt/qt.pro  2007-12-18 19:03:45 UTC (rev 5959)
@@ -1,29 +0,0 @@
-BUILD_TARGET=linux
-contains(BUILD_TARGET, mingw) {
-       # Since this library cannot be loaded on Win32 (invalid memory access 
when 
-       # <QApplication> is included), we build an executable
-
-       TEMPLATE = app
-       TARGET = gnunetsetup_qt
-       CONFIG += @QT_CONFIG@
-       target.path = /home/grothoff//bin
-} else {
-       TEMPLATE = lib
-       TARGET = gnunetsetup_qt
-       dlltarget = $(TARGET)
-       CONFIG += @QT_CONFIG@ dll
-       DLLDESTDIR = .
-       QMAKE_LFLAGS += -shared
-       target.path = /home/grothoff//lib
-}
-QMAKE_CXXFLAGS = -I/usr/include -I/usr/include/qt4 -I/home/grothoff//include 
-INCLUDEPATH = ../../include ../lib . -I/usr/include -I/usr/include/qt4 
-I/home/grothoff//include  ../../..
-LIBS = -L../../../src/util -lgnunetutil -L../../../src/setup/lib -lgnunetsetup 
-QMAKE_LIBDIR += /home/grothoff//lib 
-
-INSTALLS += target
-
-SOURCES = qtconfig.cc \
-                                       setupWizard.cc
-HEADERS = setupWizard.h
-FORMS = gnunet-setup.ui enhanced.ui

Deleted: GNUnet/src/setup/qt/ui_enhanced.h
===================================================================
--- GNUnet/src/setup/qt/ui_enhanced.h   2007-12-18 19:01:01 UTC (rev 5958)
+++ GNUnet/src/setup/qt/ui_enhanced.h   2007-12-18 19:03:45 UTC (rev 5959)
@@ -1,227 +0,0 @@
-/********************************************************************************
-** Form generated from reading ui file 'enhanced.ui'
-**
-** Created: Sun Dec 9 18:31:03 2007
-**      by: Qt User Interface Compiler version 4.3.2
-**
-** WARNING! All changes made in this file will be lost when recompiling ui 
file!
-********************************************************************************/
-
-#ifndef UI_ENHANCED_H
-#define UI_ENHANCED_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QListWidget>
-#include <QtGui/QMainWindow>
-#include <QtGui/QMenu>
-#include <QtGui/QMenuBar>
-#include <QtGui/QSplitter>
-#include <QtGui/QStatusBar>
-#include <QtGui/QTextBrowser>
-#include <QtGui/QToolBar>
-#include <QtGui/QTreeView>
-#include <QtGui/QVBoxLayout>
-#include <QtGui/QWidget>
-
-class Ui_MainWindow
-{
-public:
-  QAction * actionSave;
-  QAction *actionAbout;
-  QAction *actionExit;
-  QWidget *centralwidget;
-  QVBoxLayout *vboxLayout;
-  QSplitter *splitter_2;
-  QListWidget *listWidget;
-  QSplitter *splitter;
-  QTreeView *treeView;
-  QTextBrowser *textBrowser;
-  QMenuBar *menubar;
-  QMenu *menuFile;
-  QStatusBar *statusbar;
-  QToolBar *toolBar;
-
-  void setupUi (QMainWindow * MainWindow)
-  {
-    if (MainWindow->objectName ().isEmpty ())
-      MainWindow->setObjectName (QString::fromUtf8 ("MainWindow"));
-    MainWindow->resize (640, 480);
-    MainWindow->
-      setWindowIcon (QIcon
-                     (QString::fromUtf8 (":/pixmaps/gnunet-logo-small.png")));
-    actionSave = new QAction (MainWindow);
-    actionSave->setObjectName (QString::fromUtf8 ("actionSave"));
-    actionSave->
-      setIcon (QIcon (QString::fromUtf8 (":/pixmaps/media-floppy.png")));
-    actionAbout = new QAction (MainWindow);
-    actionAbout->setObjectName (QString::fromUtf8 ("actionAbout"));
-    actionAbout->setIcon (QIcon (QString::fromUtf8 (":/pixmaps/about.png")));
-    actionExit = new QAction (MainWindow);
-    actionExit->setObjectName (QString::fromUtf8 ("actionExit"));
-    actionExit->setIcon (QIcon (QString::fromUtf8 (":/pixmaps/exit.png")));
-    centralwidget = new QWidget (MainWindow);
-    centralwidget->setObjectName (QString::fromUtf8 ("centralwidget"));
-    vboxLayout = new QVBoxLayout (centralwidget);
-#ifndef Q_OS_MAC
-    vboxLayout->setSpacing (6);
-#endif
-#ifndef Q_OS_MAC
-    vboxLayout->setMargin (9);
-#endif
-    vboxLayout->setObjectName (QString::fromUtf8 ("vboxLayout"));
-    splitter_2 = new QSplitter (centralwidget);
-    splitter_2->setObjectName (QString::fromUtf8 ("splitter_2"));
-    splitter_2->setOrientation (Qt::Horizontal);
-    listWidget = new QListWidget (splitter_2);
-    listWidget->setObjectName (QString::fromUtf8 ("listWidget"));
-    listWidget->setMaximumSize (QSize (140, 16777215));
-    listWidget->setIconSize (QSize (96, 84));
-    listWidget->setVerticalScrollMode (QAbstractItemView::ScrollPerPixel);
-    listWidget->setMovement (QListView::Static);
-    listWidget->setSpacing (12);
-    listWidget->setViewMode (QListView::IconMode);
-    splitter_2->addWidget (listWidget);
-    splitter = new QSplitter (splitter_2);
-    splitter->setObjectName (QString::fromUtf8 ("splitter"));
-    splitter->setOrientation (Qt::Vertical);
-    treeView = new QTreeView (splitter);
-    treeView->setObjectName (QString::fromUtf8 ("treeView"));
-    splitter->addWidget (treeView);
-    textBrowser = new QTextBrowser (splitter);
-    textBrowser->setObjectName (QString::fromUtf8 ("textBrowser"));
-    QSizePolicy sizePolicy (static_cast < QSizePolicy::Policy > (7),
-                            static_cast < QSizePolicy::Policy > (0));
-      sizePolicy.setHorizontalStretch (0);
-      sizePolicy.setVerticalStretch (0);
-      sizePolicy.setHeightForWidth (textBrowser->sizePolicy ().
-                                    hasHeightForWidth ());
-      textBrowser->setSizePolicy (sizePolicy);
-      textBrowser->setMaximumSize (QSize (16777215, 150));
-      splitter->addWidget (textBrowser);
-      splitter_2->addWidget (splitter);
-
-      vboxLayout->addWidget (splitter_2);
-
-      MainWindow->setCentralWidget (centralwidget);
-      menubar = new QMenuBar (MainWindow);
-      menubar->setObjectName (QString::fromUtf8 ("menubar"));
-      menubar->setGeometry (QRect (0, 0, 640, 21));
-      menuFile = new QMenu (menubar);
-      menuFile->setObjectName (QString::fromUtf8 ("menuFile"));
-      MainWindow->setMenuBar (menubar);
-      statusbar = new QStatusBar (MainWindow);
-      statusbar->setObjectName (QString::fromUtf8 ("statusbar"));
-      MainWindow->setStatusBar (statusbar);
-      toolBar = new QToolBar (MainWindow);
-      toolBar->setObjectName (QString::fromUtf8 ("toolBar"));
-      toolBar->setOrientation (Qt::Horizontal);
-      MainWindow->addToolBar (static_cast < Qt::ToolBarArea > (4), toolBar);
-
-      menubar->addAction (menuFile->menuAction ());
-      menuFile->addAction (actionSave);
-      toolBar->addAction (actionSave);
-      toolBar->addAction (actionAbout);
-      toolBar->addAction (actionExit);
-
-      retranslateUi (MainWindow);
-
-      QMetaObject::connectSlotsByName (MainWindow);
-  }                             // setupUi
-
-  void retranslateUi (QMainWindow * MainWindow)
-  {
-    MainWindow->
-      setWindowTitle (QApplication::
-                      translate ("MainWindow", "gnunet-setup", 0,
-                                 QApplication::UnicodeUTF8));
-    actionSave->
-      setText (QApplication::
-               translate ("MainWindow", "Save", 0,
-                          QApplication::UnicodeUTF8));
-    actionAbout->
-      setText (QApplication::
-               translate ("MainWindow", "About", 0,
-                          QApplication::UnicodeUTF8));
-    actionExit->
-      setText (QApplication::
-               translate ("MainWindow", "Exit", 0,
-                          QApplication::UnicodeUTF8));
-    listWidget->clear ();
-
-    QListWidgetItem *__item = new QListWidgetItem (listWidget);
-    __item->
-      setText (QApplication::
-               translate ("MainWindow", "Meta-configuration", 0,
-                          QApplication::UnicodeUTF8));
-    __item->setIcon (QIcon (QString::fromUtf8 (":/pixmaps/sect-meta.png")));
-
-    QListWidgetItem *__item1 = new QListWidgetItem (listWidget);
-    __item1->
-      setText (QApplication::
-               translate ("MainWindow", "Path settings", 0,
-                          QApplication::UnicodeUTF8));
-    __item1->setIcon (QIcon (QString::fromUtf8 (":/pixmaps/sect-paths.png")));
-
-    QListWidgetItem *__item2 = new QListWidgetItem (listWidget);
-    __item2->
-      setText (QApplication::
-               translate ("MainWindow", "General settings", 0,
-                          QApplication::UnicodeUTF8));
-    __item2->
-      setIcon (QIcon (QString::fromUtf8 (":/pixmaps/sect-general.png")));
-
-    QListWidgetItem *__item3 = new QListWidgetItem (listWidget);
-    __item3->
-      setText (QApplication::
-               translate ("MainWindow", "Logging system", 0,
-                          QApplication::UnicodeUTF8));
-    __item3->setIcon (QIcon (QString::fromUtf8 (":/pixmaps/sect-log.png")));
-
-    QListWidgetItem *__item4 = new QListWidgetItem (listWidget);
-    __item4->
-      setText (QApplication::
-               translate ("MainWindow", "Load management", 0,
-                          QApplication::UnicodeUTF8));
-    __item4->setIcon (QIcon (QString::fromUtf8 (":/pixmaps/sect-load.png")));
-
-    QListWidgetItem *__item5 = new QListWidgetItem (listWidget);
-    __item5->
-      setText (QApplication::
-               translate ("MainWindow", "Modules", 0,
-                          QApplication::UnicodeUTF8));
-    __item5->
-      setIcon (QIcon (QString::fromUtf8 (":/pixmaps/sect-modules.png")));
-
-    QListWidgetItem *__item6 = new QListWidgetItem (listWidget);
-    __item6->
-      setText (QApplication::
-               translate ("MainWindow", "Transports", 0,
-                          QApplication::UnicodeUTF8));
-    __item6->
-      setIcon (QIcon (QString::fromUtf8 (":/pixmaps/sect-transports.png")));
-
-    QListWidgetItem *__item7 = new QListWidgetItem (listWidget);
-    __item7->
-      setText (QApplication::
-               translate ("MainWindow", "Applications", 0,
-                          QApplication::UnicodeUTF8));
-    __item7->setIcon (QIcon (QString::fromUtf8 (":/pixmaps/sect-apps.png")));
-    menuFile->
-      setTitle (QApplication::
-                translate ("MainWindow", "File", 0,
-                           QApplication::UnicodeUTF8));
-  }                             // retranslateUi
-
-};
-
-namespace Ui
-{
-  class MainWindow:public Ui_MainWindow
-  {
-  };
-}                               // namespace Ui
-
-#endif                          // UI_ENHANCED_H

Deleted: GNUnet/src/setup/qt/ui_gnunet-setup.h
===================================================================
--- GNUnet/src/setup/qt/ui_gnunet-setup.h       2007-12-18 19:01:01 UTC (rev 
5958)
+++ GNUnet/src/setup/qt/ui_gnunet-setup.h       2007-12-18 19:03:45 UTC (rev 
5959)
@@ -1,666 +0,0 @@
-/********************************************************************************
-** Form generated from reading ui file 'gnunet-setup.ui'
-**
-** Created: Mon Dec 17 18:28:24 2007
-**      by: Qt User Interface Compiler version 4.3.2
-**
-** WARNING! All changes made in this file will be lost when recompiling ui 
file!
-********************************************************************************/
-
-#ifndef UI_GNUNET_2D_SETUP_H
-#define UI_GNUNET_2D_SETUP_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QCheckBox>
-#include <QtGui/QComboBox>
-#include <QtGui/QGroupBox>
-#include <QtGui/QHBoxLayout>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QRadioButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QStackedWidget>
-#include <QtGui/QTextBrowser>
-#include <QtGui/QVBoxLayout>
-#include <QtGui/QWidget>
-
-class Ui_SetupWizard
-{
-public:
-    QVBoxLayout *vboxLayout;
-    QStackedWidget *stackedWidget;
-    QWidget *page;
-    QVBoxLayout *vboxLayout1;
-    QTextBrowser *htmlWelcome;
-    QWidget *page_2;
-    QVBoxLayout *vboxLayout2;
-    QGroupBox *groupBox;
-    QVBoxLayout *vboxLayout3;
-    QLabel *label;
-    QHBoxLayout *hboxLayout;
-    QLabel *label_2;
-    QSpacerItem *spacerItem;
-    QComboBox *cmbIF;
-    QSpacerItem *spacerItem1;
-    QLabel *label_3;
-    QHBoxLayout *hboxLayout1;
-    QLabel *label_4;
-    QSpacerItem *spacerItem2;
-    QLineEdit *editIP;
-    QSpacerItem *spacerItem3;
-    QLabel *label_5;
-    QHBoxLayout *hboxLayout2;
-    QCheckBox *cbSNAT;
-    QSpacerItem *spacerItem4;
-    QWidget *page_3;
-    QVBoxLayout *vboxLayout4;
-    QGroupBox *groupBox_2;
-    QVBoxLayout *vboxLayout5;
-    QLabel *label_6;
-    QHBoxLayout *hboxLayout3;
-    QLabel *label_7;
-    QSpacerItem *spacerItem5;
-    QLineEdit *editUp;
-    QHBoxLayout *hboxLayout4;
-    QLabel *label_8;
-    QSpacerItem *spacerItem6;
-    QLineEdit *editDown;
-    QSpacerItem *spacerItem7;
-    QRadioButton *rbFull;
-    QRadioButton *rbShared;
-    QSpacerItem *spacerItem8;
-    QLabel *label_9;
-    QHBoxLayout *hboxLayout5;
-    QLabel *label_10;
-    QSpacerItem *spacerItem9;
-    QSpinBox *spinCPU;
-    QSpacerItem *spacerItem10;
-    QWidget *page_4;
-    QVBoxLayout *vboxLayout6;
-    QGroupBox *groupBox_3;
-    QVBoxLayout *vboxLayout7;
-    QLabel *label_11;
-    QHBoxLayout *hboxLayout6;
-    QLabel *label_12;
-    QSpacerItem *spacerItem11;
-    QLineEdit *editUser;
-    QHBoxLayout *hboxLayout7;
-    QLabel *label_13;
-    QSpacerItem *spacerItem12;
-    QLineEdit *editGroup;
-    QSpacerItem *spacerItem13;
-    QWidget *page_5;
-    QVBoxLayout *vboxLayout8;
-    QGroupBox *groupBox_4;
-    QVBoxLayout *vboxLayout9;
-    QLabel *label_14;
-    QCheckBox *cbMigr;
-    QSpacerItem *spacerItem14;
-    QLabel *label_15;
-    QHBoxLayout *hboxLayout8;
-    QLabel *label_16;
-    QSpacerItem *spacerItem15;
-    QSpinBox *spinQuota;
-    QSpacerItem *spacerItem16;
-    QCheckBox *cbAutostart;
-    QSpacerItem *spacerItem17;
-    QLabel *label_17;
-    QCheckBox *cbEnhConfig;
-    QSpacerItem *spacerItem18;
-    QLabel *label_18;
-    QCheckBox *cbGNUpdate;
-    QSpacerItem *spacerItem19;
-    QHBoxLayout *hboxLayout9;
-    QSpacerItem *spacerItem20;
-    QPushButton *pbPrev;
-    QPushButton *pbNext;
-    QPushButton *pbClose;
-
-    void setupUi(QWidget *SetupWizard)
-    {
-    if (SetupWizard->objectName().isEmpty())
-        SetupWizard->setObjectName(QString::fromUtf8("SetupWizard"));
-    SetupWizard->resize(640, 480);
-    
SetupWizard->setWindowIcon(QIcon(QString::fromUtf8(":/pixmaps/gnunet-logo-small.png")));
-    vboxLayout = new QVBoxLayout(SetupWizard);
-    vboxLayout->setSpacing(6);
-    vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
-    vboxLayout->setContentsMargins(9, 9, 9, 9);
-    stackedWidget = new QStackedWidget(SetupWizard);
-    stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
-    page = new QWidget();
-    page->setObjectName(QString::fromUtf8("page"));
-    vboxLayout1 = new QVBoxLayout(page);
-    vboxLayout1->setSpacing(6);
-    vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
-    vboxLayout1->setContentsMargins(9, 9, 9, 9);
-    htmlWelcome = new QTextBrowser(page);
-    htmlWelcome->setObjectName(QString::fromUtf8("htmlWelcome"));
-
-    vboxLayout1->addWidget(htmlWelcome);
-
-    stackedWidget->addWidget(page);
-    page_2 = new QWidget();
-    page_2->setObjectName(QString::fromUtf8("page_2"));
-    vboxLayout2 = new QVBoxLayout(page_2);
-    vboxLayout2->setSpacing(6);
-    vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
-    vboxLayout2->setContentsMargins(9, 9, 9, 9);
-    groupBox = new QGroupBox(page_2);
-    groupBox->setObjectName(QString::fromUtf8("groupBox"));
-    vboxLayout3 = new QVBoxLayout(groupBox);
-    vboxLayout3->setSpacing(6);
-    vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
-    vboxLayout3->setContentsMargins(9, 9, 9, 9);
-    label = new QLabel(groupBox);
-    label->setObjectName(QString::fromUtf8("label"));
-    label->setFrameShape(QFrame::NoFrame);
-    label->setWordWrap(true);
-
-    vboxLayout3->addWidget(label);
-
-    hboxLayout = new QHBoxLayout();
-    hboxLayout->setSpacing(6);
-    hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
-    hboxLayout->setContentsMargins(0, 0, 0, 0);
-    label_2 = new QLabel(groupBox);
-    label_2->setObjectName(QString::fromUtf8("label_2"));
-    QFont font;
-    font.setFamily(QString::fromUtf8("MS Shell Dlg 2"));
-    font.setPointSize(8);
-    font.setBold(true);
-    font.setItalic(false);
-    font.setUnderline(false);
-    font.setWeight(75);
-    font.setStrikeOut(false);
-    label_2->setFont(font);
-
-    hboxLayout->addWidget(label_2);
-
-    spacerItem = new QSpacerItem(50, 20, QSizePolicy::Maximum, 
QSizePolicy::Minimum);
-
-    hboxLayout->addItem(spacerItem);
-
-    cmbIF = new QComboBox(groupBox);
-    cmbIF->setObjectName(QString::fromUtf8("cmbIF"));
-    cmbIF->setMinimumSize(QSize(420, 0));
-
-    hboxLayout->addWidget(cmbIF);
-
-
-    vboxLayout3->addLayout(hboxLayout);
-
-    spacerItem1 = new QSpacerItem(20, 20, QSizePolicy::Minimum, 
QSizePolicy::Fixed);
-
-    vboxLayout3->addItem(spacerItem1);
-
-    label_3 = new QLabel(groupBox);
-    label_3->setObjectName(QString::fromUtf8("label_3"));
-    label_3->setWordWrap(true);
-
-    vboxLayout3->addWidget(label_3);
-
-    hboxLayout1 = new QHBoxLayout();
-    hboxLayout1->setSpacing(6);
-    hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
-    hboxLayout1->setContentsMargins(0, 0, 0, 0);
-    label_4 = new QLabel(groupBox);
-    label_4->setObjectName(QString::fromUtf8("label_4"));
-    label_4->setFont(font);
-
-    hboxLayout1->addWidget(label_4);
-
-    spacerItem2 = new QSpacerItem(50, 20, QSizePolicy::Maximum, 
QSizePolicy::Minimum);
-
-    hboxLayout1->addItem(spacerItem2);
-
-    editIP = new QLineEdit(groupBox);
-    editIP->setObjectName(QString::fromUtf8("editIP"));
-    editIP->setMinimumSize(QSize(420, 0));
-
-    hboxLayout1->addWidget(editIP);
-
-
-    vboxLayout3->addLayout(hboxLayout1);
-
-    spacerItem3 = new QSpacerItem(20, 20, QSizePolicy::Minimum, 
QSizePolicy::Fixed);
-
-    vboxLayout3->addItem(spacerItem3);
-
-    label_5 = new QLabel(groupBox);
-    label_5->setObjectName(QString::fromUtf8("label_5"));
-    label_5->setWordWrap(true);
-
-    vboxLayout3->addWidget(label_5);
-
-    hboxLayout2 = new QHBoxLayout();
-    hboxLayout2->setSpacing(6);
-    hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
-    hboxLayout2->setContentsMargins(6, 6, 6, 6);
-    cbSNAT = new QCheckBox(groupBox);
-    cbSNAT->setObjectName(QString::fromUtf8("cbSNAT"));
-    cbSNAT->setFont(font);
-
-    hboxLayout2->addWidget(cbSNAT);
-
-
-    vboxLayout3->addLayout(hboxLayout2);
-
-    spacerItem4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, 
QSizePolicy::Expanding);
-
-    vboxLayout3->addItem(spacerItem4);
-
-
-    vboxLayout2->addWidget(groupBox);
-
-    stackedWidget->addWidget(page_2);
-    page_3 = new QWidget();
-    page_3->setObjectName(QString::fromUtf8("page_3"));
-    vboxLayout4 = new QVBoxLayout(page_3);
-    vboxLayout4->setSpacing(6);
-    vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
-    vboxLayout4->setContentsMargins(9, 9, 9, 9);
-    groupBox_2 = new QGroupBox(page_3);
-    groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
-    vboxLayout5 = new QVBoxLayout(groupBox_2);
-    vboxLayout5->setSpacing(6);
-    vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
-    vboxLayout5->setContentsMargins(9, 9, 9, 9);
-    label_6 = new QLabel(groupBox_2);
-    label_6->setObjectName(QString::fromUtf8("label_6"));
-    label_6->setWordWrap(true);
-
-    vboxLayout5->addWidget(label_6);
-
-    hboxLayout3 = new QHBoxLayout();
-    hboxLayout3->setSpacing(6);
-    hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
-    hboxLayout3->setContentsMargins(0, 0, 0, 0);
-    label_7 = new QLabel(groupBox_2);
-    label_7->setObjectName(QString::fromUtf8("label_7"));
-    label_7->setFont(font);
-
-    hboxLayout3->addWidget(label_7);
-
-    spacerItem5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, 
QSizePolicy::Minimum);
-
-    hboxLayout3->addItem(spacerItem5);
-
-    editUp = new QLineEdit(groupBox_2);
-    editUp->setObjectName(QString::fromUtf8("editUp"));
-    editUp->setMinimumSize(QSize(420, 0));
-
-    hboxLayout3->addWidget(editUp);
-
-
-    vboxLayout5->addLayout(hboxLayout3);
-
-    hboxLayout4 = new QHBoxLayout();
-    hboxLayout4->setSpacing(6);
-    hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
-    hboxLayout4->setContentsMargins(0, 0, 0, 0);
-    label_8 = new QLabel(groupBox_2);
-    label_8->setObjectName(QString::fromUtf8("label_8"));
-    label_8->setFont(font);
-
-    hboxLayout4->addWidget(label_8);
-
-    spacerItem6 = new QSpacerItem(50, 20, QSizePolicy::Maximum, 
QSizePolicy::Minimum);
-
-    hboxLayout4->addItem(spacerItem6);
-
-    editDown = new QLineEdit(groupBox_2);
-    editDown->setObjectName(QString::fromUtf8("editDown"));
-    editDown->setMinimumSize(QSize(420, 0));
-
-    hboxLayout4->addWidget(editDown);
-
-
-    vboxLayout5->addLayout(hboxLayout4);
-
-    spacerItem7 = new QSpacerItem(20, 20, QSizePolicy::Minimum, 
QSizePolicy::Fixed);
-
-    vboxLayout5->addItem(spacerItem7);
-
-    rbFull = new QRadioButton(groupBox_2);
-    rbFull->setObjectName(QString::fromUtf8("rbFull"));
-    rbFull->setFont(font);
-
-    vboxLayout5->addWidget(rbFull);
-
-    rbShared = new QRadioButton(groupBox_2);
-    rbShared->setObjectName(QString::fromUtf8("rbShared"));
-    rbShared->setFont(font);
-
-    vboxLayout5->addWidget(rbShared);
-
-    spacerItem8 = new QSpacerItem(20, 20, QSizePolicy::Minimum, 
QSizePolicy::Fixed);
-
-    vboxLayout5->addItem(spacerItem8);
-
-    label_9 = new QLabel(groupBox_2);
-    label_9->setObjectName(QString::fromUtf8("label_9"));
-    label_9->setWordWrap(true);
-
-    vboxLayout5->addWidget(label_9);
-
-    hboxLayout5 = new QHBoxLayout();
-    hboxLayout5->setSpacing(6);
-    hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
-    hboxLayout5->setContentsMargins(0, 0, 0, 0);
-    label_10 = new QLabel(groupBox_2);
-    label_10->setObjectName(QString::fromUtf8("label_10"));
-    label_10->setFont(font);
-
-    hboxLayout5->addWidget(label_10);
-
-    spacerItem9 = new QSpacerItem(50, 20, QSizePolicy::Maximum, 
QSizePolicy::Minimum);
-
-    hboxLayout5->addItem(spacerItem9);
-
-    spinCPU = new QSpinBox(groupBox_2);
-    spinCPU->setObjectName(QString::fromUtf8("spinCPU"));
-    spinCPU->setMinimumSize(QSize(420, 0));
-    spinCPU->setMaximum(100);
-
-    hboxLayout5->addWidget(spinCPU);
-
-
-    vboxLayout5->addLayout(hboxLayout5);
-
-    spacerItem10 = new QSpacerItem(20, 40, QSizePolicy::Minimum, 
QSizePolicy::Expanding);
-
-    vboxLayout5->addItem(spacerItem10);
-
-
-    vboxLayout4->addWidget(groupBox_2);
-
-    stackedWidget->addWidget(page_3);
-    page_4 = new QWidget();
-    page_4->setObjectName(QString::fromUtf8("page_4"));
-    vboxLayout6 = new QVBoxLayout(page_4);
-    vboxLayout6->setSpacing(6);
-    vboxLayout6->setObjectName(QString::fromUtf8("vboxLayout6"));
-    vboxLayout6->setContentsMargins(9, 9, 9, 9);
-    groupBox_3 = new QGroupBox(page_4);
-    groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
-    vboxLayout7 = new QVBoxLayout(groupBox_3);
-    vboxLayout7->setSpacing(6);
-    vboxLayout7->setObjectName(QString::fromUtf8("vboxLayout7"));
-    vboxLayout7->setContentsMargins(9, 9, 9, 9);
-    label_11 = new QLabel(groupBox_3);
-    label_11->setObjectName(QString::fromUtf8("label_11"));
-    label_11->setWordWrap(true);
-
-    vboxLayout7->addWidget(label_11);
-
-    hboxLayout6 = new QHBoxLayout();
-    hboxLayout6->setSpacing(6);
-    hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
-    hboxLayout6->setContentsMargins(0, 0, 0, 0);
-    label_12 = new QLabel(groupBox_3);
-    label_12->setObjectName(QString::fromUtf8("label_12"));
-    label_12->setFont(font);
-
-    hboxLayout6->addWidget(label_12);
-
-    spacerItem11 = new QSpacerItem(50, 20, QSizePolicy::Expanding, 
QSizePolicy::Minimum);
-
-    hboxLayout6->addItem(spacerItem11);
-
-    editUser = new QLineEdit(groupBox_3);
-    editUser->setObjectName(QString::fromUtf8("editUser"));
-    editUser->setMinimumSize(QSize(440, 0));
-
-    hboxLayout6->addWidget(editUser);
-
-
-    vboxLayout7->addLayout(hboxLayout6);
-
-    hboxLayout7 = new QHBoxLayout();
-    hboxLayout7->setSpacing(6);
-    hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
-    hboxLayout7->setContentsMargins(0, 0, 0, 0);
-    label_13 = new QLabel(groupBox_3);
-    label_13->setObjectName(QString::fromUtf8("label_13"));
-    label_13->setFont(font);
-
-    hboxLayout7->addWidget(label_13);
-
-    spacerItem12 = new QSpacerItem(50, 20, QSizePolicy::Expanding, 
QSizePolicy::Minimum);
-
-    hboxLayout7->addItem(spacerItem12);
-
-    editGroup = new QLineEdit(groupBox_3);
-    editGroup->setObjectName(QString::fromUtf8("editGroup"));
-    editGroup->setMinimumSize(QSize(440, 0));
-
-    hboxLayout7->addWidget(editGroup);
-
-
-    vboxLayout7->addLayout(hboxLayout7);
-
-    spacerItem13 = new QSpacerItem(20, 40, QSizePolicy::Minimum, 
QSizePolicy::Expanding);
-
-    vboxLayout7->addItem(spacerItem13);
-
-
-    vboxLayout6->addWidget(groupBox_3);
-
-    stackedWidget->addWidget(page_4);
-    page_5 = new QWidget();
-    page_5->setObjectName(QString::fromUtf8("page_5"));
-    vboxLayout8 = new QVBoxLayout(page_5);
-    vboxLayout8->setSpacing(6);
-    vboxLayout8->setObjectName(QString::fromUtf8("vboxLayout8"));
-    vboxLayout8->setContentsMargins(9, 9, 9, 9);
-    groupBox_4 = new QGroupBox(page_5);
-    groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
-    vboxLayout9 = new QVBoxLayout(groupBox_4);
-    vboxLayout9->setSpacing(6);
-    vboxLayout9->setObjectName(QString::fromUtf8("vboxLayout9"));
-    vboxLayout9->setContentsMargins(9, 9, 9, 9);
-    label_14 = new QLabel(groupBox_4);
-    label_14->setObjectName(QString::fromUtf8("label_14"));
-    label_14->setWordWrap(true);
-
-    vboxLayout9->addWidget(label_14);
-
-    cbMigr = new QCheckBox(groupBox_4);
-    cbMigr->setObjectName(QString::fromUtf8("cbMigr"));
-    cbMigr->setFont(font);
-
-    vboxLayout9->addWidget(cbMigr);
-
-    spacerItem14 = new QSpacerItem(20, 20, QSizePolicy::Minimum, 
QSizePolicy::Fixed);
-
-    vboxLayout9->addItem(spacerItem14);
-
-    label_15 = new QLabel(groupBox_4);
-    label_15->setObjectName(QString::fromUtf8("label_15"));
-    label_15->setWordWrap(true);
-
-    vboxLayout9->addWidget(label_15);
-
-    hboxLayout8 = new QHBoxLayout();
-    hboxLayout8->setSpacing(6);
-    hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
-    hboxLayout8->setContentsMargins(0, 0, 0, 0);
-    label_16 = new QLabel(groupBox_4);
-    label_16->setObjectName(QString::fromUtf8("label_16"));
-    label_16->setFont(font);
-
-    hboxLayout8->addWidget(label_16);
-
-    spacerItem15 = new QSpacerItem(50, 20, QSizePolicy::Expanding, 
QSizePolicy::Minimum);
-
-    hboxLayout8->addItem(spacerItem15);
-
-    spinQuota = new QSpinBox(groupBox_4);
-    spinQuota->setObjectName(QString::fromUtf8("spinQuota"));
-    spinQuota->setMinimumSize(QSize(370, 0));
-    spinQuota->setMaximum(1000000);
-
-    hboxLayout8->addWidget(spinQuota);
-
-
-    vboxLayout9->addLayout(hboxLayout8);
-
-    spacerItem16 = new QSpacerItem(20, 20, QSizePolicy::Minimum, 
QSizePolicy::Fixed);
-
-    vboxLayout9->addItem(spacerItem16);
-
-    cbAutostart = new QCheckBox(groupBox_4);
-    cbAutostart->setObjectName(QString::fromUtf8("cbAutostart"));
-    QFont font1;
-    font1.setBold(true);
-    font1.setWeight(75);
-    cbAutostart->setFont(font1);
-
-    vboxLayout9->addWidget(cbAutostart);
-
-    spacerItem17 = new QSpacerItem(20, 40, QSizePolicy::Minimum, 
QSizePolicy::Expanding);
-
-    vboxLayout9->addItem(spacerItem17);
-
-    label_17 = new QLabel(groupBox_4);
-    label_17->setObjectName(QString::fromUtf8("label_17"));
-    label_17->setWordWrap(true);
-
-    vboxLayout9->addWidget(label_17);
-
-    cbEnhConfig = new QCheckBox(groupBox_4);
-    cbEnhConfig->setObjectName(QString::fromUtf8("cbEnhConfig"));
-    cbEnhConfig->setEnabled(false);
-    cbEnhConfig->setFont(font);
-
-    vboxLayout9->addWidget(cbEnhConfig);
-
-    spacerItem18 = new QSpacerItem(20, 20, QSizePolicy::Minimum, 
QSizePolicy::Fixed);
-
-    vboxLayout9->addItem(spacerItem18);
-
-    label_18 = new QLabel(groupBox_4);
-    label_18->setObjectName(QString::fromUtf8("label_18"));
-    label_18->setWordWrap(true);
-
-    vboxLayout9->addWidget(label_18);
-
-    cbGNUpdate = new QCheckBox(groupBox_4);
-    cbGNUpdate->setObjectName(QString::fromUtf8("cbGNUpdate"));
-    cbGNUpdate->setFont(font);
-    cbGNUpdate->setChecked(true);
-
-    vboxLayout9->addWidget(cbGNUpdate);
-
-    spacerItem19 = new QSpacerItem(20, 40, QSizePolicy::Minimum, 
QSizePolicy::Expanding);
-
-    vboxLayout9->addItem(spacerItem19);
-
-
-    vboxLayout8->addWidget(groupBox_4);
-
-    stackedWidget->addWidget(page_5);
-
-    vboxLayout->addWidget(stackedWidget);
-
-    hboxLayout9 = new QHBoxLayout();
-    hboxLayout9->setSpacing(6);
-    hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
-    hboxLayout9->setContentsMargins(0, 0, 0, 0);
-    spacerItem20 = new QSpacerItem(40, 20, QSizePolicy::Expanding, 
QSizePolicy::Minimum);
-
-    hboxLayout9->addItem(spacerItem20);
-
-    pbPrev = new QPushButton(SetupWizard);
-    pbPrev->setObjectName(QString::fromUtf8("pbPrev"));
-    pbPrev->setMinimumSize(QSize(75, 0));
-    pbPrev->setIcon(QIcon(QString::fromUtf8(":/pixmaps/go-previous.png")));
-    pbPrev->setIconSize(QSize(22, 22));
-
-    hboxLayout9->addWidget(pbPrev);
-
-    pbNext = new QPushButton(SetupWizard);
-    pbNext->setObjectName(QString::fromUtf8("pbNext"));
-    pbNext->setMinimumSize(QSize(75, 0));
-    pbNext->setIcon(QIcon(QString::fromUtf8(":/pixmaps/go-next.png")));
-    pbNext->setIconSize(QSize(22, 22));
-
-    hboxLayout9->addWidget(pbNext);
-
-    pbClose = new QPushButton(SetupWizard);
-    pbClose->setObjectName(QString::fromUtf8("pbClose"));
-    pbClose->setMinimumSize(QSize(75, 0));
-    pbClose->setIcon(QIcon(QString::fromUtf8(":/pixmaps/close.png")));
-    pbClose->setIconSize(QSize(22, 22));
-
-    hboxLayout9->addWidget(pbClose);
-
-
-    vboxLayout->addLayout(hboxLayout9);
-
-
-    retranslateUi(SetupWizard);
-
-    stackedWidget->setCurrentIndex(0);
-
-
-    QMetaObject::connectSlotsByName(SetupWizard);
-    } // setupUi
-
-    void retranslateUi(QWidget *SetupWizard)
-    {
-    SetupWizard->setWindowTitle(QApplication::translate("SetupWizard", "GNUnet 
setup", 0, QApplication::UnicodeUTF8));
-    groupBox->setTitle(QApplication::translate("SetupWizard", "Network 
connection - enter information about your network connection here", 0, 
QApplication::UnicodeUTF8));
-    label->setText(QApplication::translate("SetupWizard", "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.", 0, 
QApplication::UnicodeUTF8));
-    label_2->setText(QApplication::translate("SetupWizard", "Network 
interface:", 0, QApplication::UnicodeUTF8));
-    label_3->setText(QApplication::translate("SetupWizard", "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"
-"If in doubt, leave the field empty. GNUnet will then try to determine your 
IP-Address.", 0, QApplication::UnicodeUTF8));
-    label_4->setText(QApplication::translate("SetupWizard", 
"IP-Address/Hostname:", 0, QApplication::UnicodeUTF8));
-    label_5->setText(QApplication::translate("SetupWizard", "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\").", 0, QApplication::UnicodeUTF8));
-    cbSNAT->setText(QApplication::translate("SetupWizard", "Computer cannot 
receive inbound connections", 0, QApplication::UnicodeUTF8));
-    groupBox_2->setTitle(QApplication::translate("SetupWizard", "Load 
limitation - limit GNUnet's ressource usage here", 0, 
QApplication::UnicodeUTF8));
-    label_6->setText(QApplication::translate("SetupWizard", "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.", 0, QApplication::UnicodeUTF8));
-    label_7->setText(QApplication::translate("SetupWizard", "Upstream 
(Bytes/s):", 0, QApplication::UnicodeUTF8));
-    label_8->setText(QApplication::translate("SetupWizard", "Downstream 
(Bytes/s):", 0, QApplication::UnicodeUTF8));
-    rbFull->setText(QApplication::translate("SetupWizard", "Use denoted 
bandwidth for GNUnet", 0, QApplication::UnicodeUTF8));
-    rbShared->setText(QApplication::translate("SetupWizard", "Share denoted 
bandwidth with other applications", 0, QApplication::UnicodeUTF8));
-    label_9->setText(QApplication::translate("SetupWizard", "Enter the 
percentage of processor time GNUnet is allowed to use here.", 0, 
QApplication::UnicodeUTF8));
-    label_10->setText(QApplication::translate("SetupWizard", "Maximum CPU 
usage (%):", 0, QApplication::UnicodeUTF8));
-    groupBox_3->setTitle(QApplication::translate("SetupWizard", "Security 
settings - specify the user and the group owning the GNUnet service here", 0, 
QApplication::UnicodeUTF8));
-    label_11->setText(QApplication::translate("SetupWizard", "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"
-"\n"
-"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"
-"\n"
-"Leave the fields empty to run GNUnet with system privileges.", 0, 
QApplication::UnicodeUTF8));
-    label_12->setText(QApplication::translate("SetupWizard", "User account:", 
0, QApplication::UnicodeUTF8));
-    label_13->setText(QApplication::translate("SetupWizard", "Group:", 0, 
QApplication::UnicodeUTF8));
-    groupBox_4->setTitle(QApplication::translate("SetupWizard", "Other 
settings", 0, QApplication::UnicodeUTF8));
-    label_14->setText(QApplication::translate("SetupWizard", "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"
-"It also helps to spread popular content over different peers to enhance 
availability.", 0, QApplication::UnicodeUTF8));
-    cbMigr->setText(QApplication::translate("SetupWizard", "Store migrated 
content", 0, QApplication::UnicodeUTF8));
-    label_15->setText(QApplication::translate("SetupWizard", "The GNUnet 
datastore contains all data that GNUnet generates (index data, inserted and 
migrated content). Its maximum size can be specified below.", 0, 
QApplication::UnicodeUTF8));
-    label_16->setText(QApplication::translate("SetupWizard", "Maximum 
datastore size (MB):", 0, QApplication::UnicodeUTF8));
-    cbAutostart->setText(QApplication::translate("SetupWizard", "Start GNUnet 
background process on computer startup", 0, QApplication::UnicodeUTF8));
-    label_17->setText(QApplication::translate("SetupWizard", "If you are an 
experienced user, you may want to tweak your GNUnet installation using the 
enhanced configurator.", 0, QApplication::UnicodeUTF8));
-    cbEnhConfig->setText(QApplication::translate("SetupWizard", "Open the 
enhanced configurator", 0, QApplication::UnicodeUTF8));
-    label_18->setText(QApplication::translate("SetupWizard", "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.", 0, QApplication::UnicodeUTF8));
-    cbGNUpdate->setText(QApplication::translate("SetupWizard", "Run 
gnunet-update", 0, QApplication::UnicodeUTF8));
-    pbPrev->setText(QApplication::translate("SetupWizard", "Previous", 0, 
QApplication::UnicodeUTF8));
-    pbNext->setText(QApplication::translate("SetupWizard", "Next", 0, 
QApplication::UnicodeUTF8));
-    pbClose->setText(QApplication::translate("SetupWizard", "Close", 0, 
QApplication::UnicodeUTF8));
-    Q_UNUSED(SetupWizard);
-    } // retranslateUi
-
-};
-
-namespace Ui {
-    class SetupWizard: public Ui_SetupWizard {};
-} // namespace Ui
-
-#endif // UI_GNUNET_2D_SETUP_H





reply via email to

[Prev in Thread] Current Thread [Next in Thread]