Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > 0b102c0e3d0c39a3855aaf976204ce5c > files > 38

associationsubscribersmanager-debug-3.2.0-2mdv2011.0.i586.rpm

/********************************************************************************
** Form generated from reading UI file 'assuma_wizard.ui'
**
** Created: Sun Dec 5 15:49:17 2010
**      by: Qt User Interface Compiler version 4.7.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_ASSUMA_WIZARD_H
#define UI_ASSUMA_WIZARD_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QComboBox>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QProgressBar>
#include <QtGui/QScrollArea>
#include <QtGui/QSpacerItem>
#include <QtGui/QToolButton>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
#include <QtGui/QWizard>
#include <QtGui/QWizardPage>

QT_BEGIN_NAMESPACE

class Ui_AssumaWizard
{
public:
    QWizardPage *wizardPage1;
    QGridLayout *gridLayout;
    QHBoxLayout *horizontalLayout;
    QLabel *label_3;
    QLabel *label_2;
    QLabel *label;
    QHBoxLayout *horizontalLayout_10;
    QLabel *label_24;
    QComboBox *wizardLanguageComboBox;
    QWizardPage *wizardPage2;
    QGridLayout *gridLayout_6;
    QHBoxLayout *horizontalLayout_2;
    QLabel *label_4;
    QLabel *label_5;
    QLabel *label_6;
    QVBoxLayout *verticalLayout_4;
    QHBoxLayout *horizontalLayout_3;
    QLabel *label_7;
    QLineEdit *dataDirectoryLineEdit;
    QToolButton *dataDirectoryToolButton;
    QLabel *label_25;
    QCheckBox *copyDataDirCheckBox;
    QHBoxLayout *dataDirCopyLayout;
    QLabel *copyDataDirLabel;
    QLineEdit *copyDataDirectoryLineEdit;
    QToolButton *copyDataDirectoryToolButton;
    QWizardPage *wizardPage;
    QGridLayout *gridLayout_2;
    QHBoxLayout *horizontalLayout_4;
    QLabel *label_8;
    QLabel *label_9;
    QLabel *label_10;
    QProgressBar *progressBar;
    QSpacerItem *verticalSpacer;
    QLabel *errorLabel;
    QWizardPage *wizardPage_2;
    QGridLayout *gridLayout_3;
    QHBoxLayout *horizontalLayout_5;
    QLabel *label_11;
    QLabel *label_12;
    QLabel *label_16;
    QHBoxLayout *horizontalLayout_6;
    QVBoxLayout *verticalLayout_2;
    QLabel *label_13;
    QLabel *label_14;
    QLabel *label_15;
    QVBoxLayout *verticalLayout;
    QLineEdit *assoNameLineEdit;
    QLineEdit *assoEmailLineEdit;
    QComboBox *languageComboBox;
    QWizardPage *wizardPage_3;
    QGridLayout *gridLayout_4;
    QHBoxLayout *horizontalLayout_7;
    QLabel *label_17;
    QLabel *label_18;
    QLabel *label_19;
    QVBoxLayout *verticalLayout_3;
    QCheckBox *updateOnStartCheckBox;
    QHBoxLayout *horizontalLayout_8;
    QLabel *label_20;
    QLineEdit *smtpLineEdit;
    QWizardPage *wizardPage_4;
    QGridLayout *gridLayout_7;
    QHBoxLayout *horizontalLayout_9;
    QLabel *label_21;
    QLabel *label_22;
    QScrollArea *scrollArea;
    QWidget *scrollAreaWidgetContents;
    QGridLayout *gridLayout_5;
    QLabel *label_23;

    void setupUi(QWizard *AssumaWizard)
    {
        if (AssumaWizard->objectName().isEmpty())
            AssumaWizard->setObjectName(QString::fromUtf8("AssumaWizard"));
        AssumaWizard->resize(750, 520);
        QIcon icon;
        icon.addFile(QString::fromUtf8(":/images/images/as.png"), QSize(), QIcon::Normal, QIcon::Off);
        AssumaWizard->setWindowIcon(icon);
        AssumaWizard->setOptions(QWizard::HaveHelpButton);
        wizardPage1 = new QWizardPage();
        wizardPage1->setObjectName(QString::fromUtf8("wizardPage1"));
        gridLayout = new QGridLayout(wizardPage1);
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        horizontalLayout->setContentsMargins(-1, -1, -1, 20);
        label_3 = new QLabel(wizardPage1);
        label_3->setObjectName(QString::fromUtf8("label_3"));
        label_3->setMaximumSize(QSize(48, 48));
        label_3->setPixmap(QPixmap(QString::fromUtf8(":/images/as.png")));
        label_3->setScaledContents(true);

        horizontalLayout->addWidget(label_3);

        label_2 = new QLabel(wizardPage1);
        label_2->setObjectName(QString::fromUtf8("label_2"));
        label_2->setAlignment(Qt::AlignJustify|Qt::AlignVCenter);

        horizontalLayout->addWidget(label_2);


        gridLayout->addLayout(horizontalLayout, 0, 0, 1, 1);

        label = new QLabel(wizardPage1);
        label->setObjectName(QString::fromUtf8("label"));
        label->setScaledContents(true);
        label->setAlignment(Qt::AlignJustify|Qt::AlignVCenter);
        label->setWordWrap(true);
        label->setOpenExternalLinks(true);

        gridLayout->addWidget(label, 1, 0, 1, 1);

        horizontalLayout_10 = new QHBoxLayout();
        horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10"));
        horizontalLayout_10->setContentsMargins(-1, 15, -1, -1);
        label_24 = new QLabel(wizardPage1);
        label_24->setObjectName(QString::fromUtf8("label_24"));

        horizontalLayout_10->addWidget(label_24);

        wizardLanguageComboBox = new QComboBox(wizardPage1);
        QIcon icon1;
        icon1.addFile(QString::fromUtf8(":/images/flags/gb.png"), QSize(), QIcon::Normal, QIcon::Off);
        wizardLanguageComboBox->addItem(icon1, QString::fromUtf8("English"));
        QIcon icon2;
        icon2.addFile(QString::fromUtf8(":/images/flags/fr.png"), QSize(), QIcon::Normal, QIcon::Off);
        wizardLanguageComboBox->addItem(icon2, QString::fromUtf8("Fran\303\247ais"));
        wizardLanguageComboBox->setObjectName(QString::fromUtf8("wizardLanguageComboBox"));

        horizontalLayout_10->addWidget(wizardLanguageComboBox);


        gridLayout->addLayout(horizontalLayout_10, 2, 0, 1, 1);

        AssumaWizard->addPage(wizardPage1);
        wizardPage2 = new QWizardPage();
        wizardPage2->setObjectName(QString::fromUtf8("wizardPage2"));
        gridLayout_6 = new QGridLayout(wizardPage2);
        gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
        horizontalLayout_2->setContentsMargins(-1, -1, -1, 15);
        label_4 = new QLabel(wizardPage2);
        label_4->setObjectName(QString::fromUtf8("label_4"));
        label_4->setMaximumSize(QSize(48, 48));
        label_4->setPixmap(QPixmap(QString::fromUtf8(":/images/databaseimporter_corner.png")));
        label_4->setScaledContents(true);

        horizontalLayout_2->addWidget(label_4);

        label_5 = new QLabel(wizardPage2);
        label_5->setObjectName(QString::fromUtf8("label_5"));

        horizontalLayout_2->addWidget(label_5);


        gridLayout_6->addLayout(horizontalLayout_2, 0, 0, 1, 1);

        label_6 = new QLabel(wizardPage2);
        label_6->setObjectName(QString::fromUtf8("label_6"));
        label_6->setScaledContents(true);
        label_6->setAlignment(Qt::AlignJustify|Qt::AlignVCenter);
        label_6->setWordWrap(true);

        gridLayout_6->addWidget(label_6, 1, 0, 1, 1);

        verticalLayout_4 = new QVBoxLayout();
        verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
        verticalLayout_4->setContentsMargins(-1, 15, -1, -1);
        horizontalLayout_3 = new QHBoxLayout();
        horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
        label_7 = new QLabel(wizardPage2);
        label_7->setObjectName(QString::fromUtf8("label_7"));

        horizontalLayout_3->addWidget(label_7);

        dataDirectoryLineEdit = new QLineEdit(wizardPage2);
        dataDirectoryLineEdit->setObjectName(QString::fromUtf8("dataDirectoryLineEdit"));

        horizontalLayout_3->addWidget(dataDirectoryLineEdit);

        dataDirectoryToolButton = new QToolButton(wizardPage2);
        dataDirectoryToolButton->setObjectName(QString::fromUtf8("dataDirectoryToolButton"));
        QIcon icon3;
        icon3.addFile(QString::fromUtf8(":/images/fileopen.png"), QSize(), QIcon::Normal, QIcon::Off);
        dataDirectoryToolButton->setIcon(icon3);
        dataDirectoryToolButton->setIconSize(QSize(22, 22));

        horizontalLayout_3->addWidget(dataDirectoryToolButton);


        verticalLayout_4->addLayout(horizontalLayout_3);

        label_25 = new QLabel(wizardPage2);
        label_25->setObjectName(QString::fromUtf8("label_25"));
        label_25->setScaledContents(true);
        label_25->setWordWrap(true);

        verticalLayout_4->addWidget(label_25);

        copyDataDirCheckBox = new QCheckBox(wizardPage2);
        copyDataDirCheckBox->setObjectName(QString::fromUtf8("copyDataDirCheckBox"));

        verticalLayout_4->addWidget(copyDataDirCheckBox);

        dataDirCopyLayout = new QHBoxLayout();
        dataDirCopyLayout->setObjectName(QString::fromUtf8("dataDirCopyLayout"));
        copyDataDirLabel = new QLabel(wizardPage2);
        copyDataDirLabel->setObjectName(QString::fromUtf8("copyDataDirLabel"));

        dataDirCopyLayout->addWidget(copyDataDirLabel);

        copyDataDirectoryLineEdit = new QLineEdit(wizardPage2);
        copyDataDirectoryLineEdit->setObjectName(QString::fromUtf8("copyDataDirectoryLineEdit"));

        dataDirCopyLayout->addWidget(copyDataDirectoryLineEdit);

        copyDataDirectoryToolButton = new QToolButton(wizardPage2);
        copyDataDirectoryToolButton->setObjectName(QString::fromUtf8("copyDataDirectoryToolButton"));
        copyDataDirectoryToolButton->setIcon(icon3);
        copyDataDirectoryToolButton->setIconSize(QSize(22, 22));

        dataDirCopyLayout->addWidget(copyDataDirectoryToolButton);


        verticalLayout_4->addLayout(dataDirCopyLayout);


        gridLayout_6->addLayout(verticalLayout_4, 2, 0, 1, 1);

        AssumaWizard->addPage(wizardPage2);
        wizardPage = new QWizardPage();
        wizardPage->setObjectName(QString::fromUtf8("wizardPage"));
        gridLayout_2 = new QGridLayout(wizardPage);
        gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
        horizontalLayout_4 = new QHBoxLayout();
        horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
        horizontalLayout_4->setContentsMargins(-1, -1, -1, 20);
        label_8 = new QLabel(wizardPage);
        label_8->setObjectName(QString::fromUtf8("label_8"));
        label_8->setMaximumSize(QSize(48, 48));
        label_8->setPixmap(QPixmap(QString::fromUtf8(":/images/databaseimporter_corner.png")));
        label_8->setScaledContents(true);

        horizontalLayout_4->addWidget(label_8);

        label_9 = new QLabel(wizardPage);
        label_9->setObjectName(QString::fromUtf8("label_9"));

        horizontalLayout_4->addWidget(label_9);


        gridLayout_2->addLayout(horizontalLayout_4, 0, 0, 1, 1);

        label_10 = new QLabel(wizardPage);
        label_10->setObjectName(QString::fromUtf8("label_10"));
        label_10->setMaximumSize(QSize(16777215, 60));
        label_10->setStyleSheet(QString::fromUtf8("margin: 5px;"));
        label_10->setScaledContents(true);
        label_10->setWordWrap(true);

        gridLayout_2->addWidget(label_10, 1, 0, 1, 1);

        progressBar = new QProgressBar(wizardPage);
        progressBar->setObjectName(QString::fromUtf8("progressBar"));
        progressBar->setValue(0);

        gridLayout_2->addWidget(progressBar, 4, 0, 1, 1);

        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

        gridLayout_2->addItem(verticalSpacer, 3, 0, 1, 1);

        errorLabel = new QLabel(wizardPage);
        errorLabel->setObjectName(QString::fromUtf8("errorLabel"));
        errorLabel->setText(QString::fromUtf8("TextLabel"));
        errorLabel->setScaledContents(true);
        errorLabel->setWordWrap(true);

        gridLayout_2->addWidget(errorLabel, 2, 0, 1, 1);

        AssumaWizard->addPage(wizardPage);
        wizardPage_2 = new QWizardPage();
        wizardPage_2->setObjectName(QString::fromUtf8("wizardPage_2"));
        gridLayout_3 = new QGridLayout(wizardPage_2);
        gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
        horizontalLayout_5 = new QHBoxLayout();
        horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
        horizontalLayout_5->setContentsMargins(-1, -1, -1, 15);
        label_11 = new QLabel(wizardPage_2);
        label_11->setObjectName(QString::fromUtf8("label_11"));
        label_11->setMaximumSize(QSize(48, 48));
        label_11->setPixmap(QPixmap(QString::fromUtf8(":/images/user_default.png")));
        label_11->setScaledContents(true);

        horizontalLayout_5->addWidget(label_11);

        label_12 = new QLabel(wizardPage_2);
        label_12->setObjectName(QString::fromUtf8("label_12"));

        horizontalLayout_5->addWidget(label_12);


        gridLayout_3->addLayout(horizontalLayout_5, 0, 0, 1, 1);

        label_16 = new QLabel(wizardPage_2);
        label_16->setObjectName(QString::fromUtf8("label_16"));
        label_16->setScaledContents(true);
        label_16->setWordWrap(true);

        gridLayout_3->addWidget(label_16, 1, 0, 1, 1);

        horizontalLayout_6 = new QHBoxLayout();
        horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
        horizontalLayout_6->setContentsMargins(-1, 26, -1, -1);
        verticalLayout_2 = new QVBoxLayout();
        verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
        label_13 = new QLabel(wizardPage_2);
        label_13->setObjectName(QString::fromUtf8("label_13"));

        verticalLayout_2->addWidget(label_13);

        label_14 = new QLabel(wizardPage_2);
        label_14->setObjectName(QString::fromUtf8("label_14"));

        verticalLayout_2->addWidget(label_14);

        label_15 = new QLabel(wizardPage_2);
        label_15->setObjectName(QString::fromUtf8("label_15"));

        verticalLayout_2->addWidget(label_15);


        horizontalLayout_6->addLayout(verticalLayout_2);

        verticalLayout = new QVBoxLayout();
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        assoNameLineEdit = new QLineEdit(wizardPage_2);
        assoNameLineEdit->setObjectName(QString::fromUtf8("assoNameLineEdit"));

        verticalLayout->addWidget(assoNameLineEdit);

        assoEmailLineEdit = new QLineEdit(wizardPage_2);
        assoEmailLineEdit->setObjectName(QString::fromUtf8("assoEmailLineEdit"));
        assoEmailLineEdit->setText(QString::fromUtf8(""));

        verticalLayout->addWidget(assoEmailLineEdit);

        languageComboBox = new QComboBox(wizardPage_2);
        languageComboBox->setObjectName(QString::fromUtf8("languageComboBox"));

        verticalLayout->addWidget(languageComboBox);


        horizontalLayout_6->addLayout(verticalLayout);


        gridLayout_3->addLayout(horizontalLayout_6, 2, 0, 1, 1);

        AssumaWizard->addPage(wizardPage_2);
        wizardPage_3 = new QWizardPage();
        wizardPage_3->setObjectName(QString::fromUtf8("wizardPage_3"));
        gridLayout_4 = new QGridLayout(wizardPage_3);
        gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
        horizontalLayout_7 = new QHBoxLayout();
        horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
        horizontalLayout_7->setContentsMargins(-1, -1, -1, 15);
        label_17 = new QLabel(wizardPage_3);
        label_17->setObjectName(QString::fromUtf8("label_17"));
        label_17->setMaximumSize(QSize(48, 48));
        label_17->setPixmap(QPixmap(QString::fromUtf8(":/images/update_corner.png")));
        label_17->setScaledContents(true);

        horizontalLayout_7->addWidget(label_17);

        label_18 = new QLabel(wizardPage_3);
        label_18->setObjectName(QString::fromUtf8("label_18"));

        horizontalLayout_7->addWidget(label_18);


        gridLayout_4->addLayout(horizontalLayout_7, 0, 0, 1, 1);

        label_19 = new QLabel(wizardPage_3);
        label_19->setObjectName(QString::fromUtf8("label_19"));

        gridLayout_4->addWidget(label_19, 1, 0, 1, 1);

        verticalLayout_3 = new QVBoxLayout();
        verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
        verticalLayout_3->setContentsMargins(-1, 15, -1, -1);
        updateOnStartCheckBox = new QCheckBox(wizardPage_3);
        updateOnStartCheckBox->setObjectName(QString::fromUtf8("updateOnStartCheckBox"));

        verticalLayout_3->addWidget(updateOnStartCheckBox);

        horizontalLayout_8 = new QHBoxLayout();
        horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8"));
        label_20 = new QLabel(wizardPage_3);
        label_20->setObjectName(QString::fromUtf8("label_20"));

        horizontalLayout_8->addWidget(label_20);

        smtpLineEdit = new QLineEdit(wizardPage_3);
        smtpLineEdit->setObjectName(QString::fromUtf8("smtpLineEdit"));
        smtpLineEdit->setText(QString::fromUtf8("localhost"));

        horizontalLayout_8->addWidget(smtpLineEdit);


        verticalLayout_3->addLayout(horizontalLayout_8);


        gridLayout_4->addLayout(verticalLayout_3, 2, 0, 1, 1);

        AssumaWizard->addPage(wizardPage_3);
        wizardPage_4 = new QWizardPage();
        wizardPage_4->setObjectName(QString::fromUtf8("wizardPage_4"));
        gridLayout_7 = new QGridLayout(wizardPage_4);
        gridLayout_7->setObjectName(QString::fromUtf8("gridLayout_7"));
        horizontalLayout_9 = new QHBoxLayout();
        horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9"));
        horizontalLayout_9->setContentsMargins(-1, -1, -1, 15);
        label_21 = new QLabel(wizardPage_4);
        label_21->setObjectName(QString::fromUtf8("label_21"));
        label_21->setMaximumSize(QSize(48, 48));
        label_21->setPixmap(QPixmap(QString::fromUtf8(":/images/as.png")));
        label_21->setScaledContents(true);

        horizontalLayout_9->addWidget(label_21);

        label_22 = new QLabel(wizardPage_4);
        label_22->setObjectName(QString::fromUtf8("label_22"));
        label_22->setAlignment(Qt::AlignJustify|Qt::AlignVCenter);

        horizontalLayout_9->addWidget(label_22);


        gridLayout_7->addLayout(horizontalLayout_9, 0, 0, 1, 1);

        scrollArea = new QScrollArea(wizardPage_4);
        scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
        scrollArea->setWidgetResizable(true);
        scrollAreaWidgetContents = new QWidget();
        scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
        scrollAreaWidgetContents->setGeometry(QRect(0, 0, 728, 386));
        gridLayout_5 = new QGridLayout(scrollAreaWidgetContents);
        gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
        gridLayout_5->setContentsMargins(-1, 0, 0, 0);
        label_23 = new QLabel(scrollAreaWidgetContents);
        label_23->setObjectName(QString::fromUtf8("label_23"));
        label_23->setScaledContents(true);
        label_23->setWordWrap(true);
        label_23->setOpenExternalLinks(true);

        gridLayout_5->addWidget(label_23, 0, 0, 1, 1);

        scrollArea->setWidget(scrollAreaWidgetContents);

        gridLayout_7->addWidget(scrollArea, 1, 0, 1, 1);

        AssumaWizard->addPage(wizardPage_4);

        retranslateUi(AssumaWizard);
        QObject::connect(copyDataDirCheckBox, SIGNAL(toggled(bool)), copyDataDirLabel, SLOT(setVisible(bool)));
        QObject::connect(copyDataDirCheckBox, SIGNAL(toggled(bool)), copyDataDirectoryLineEdit, SLOT(setVisible(bool)));
        QObject::connect(copyDataDirCheckBox, SIGNAL(toggled(bool)), copyDataDirectoryToolButton, SLOT(setVisible(bool)));

        QMetaObject::connectSlotsByName(AssumaWizard);
    } // setupUi

    void retranslateUi(QWizard *AssumaWizard)
    {
        AssumaWizard->setWindowTitle(QApplication::translate("AssumaWizard", "First Run Wizard", 0, QApplication::UnicodeUTF8));
        label_3->setText(QString());
        label_2->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:14pt; font-weight:600; color:#216efd;\">Welcome on Association Subscribers Manager !</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        label->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">This wizard will help you to configure <span style=\" font-weight:600;\">Association Subscribers Manager</span>. </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">If you are a new user, this wizard will help you to set the main parameters to ease your use of Association Subscribers Manager.</p>\n"
"<p style=\"-qt-paragraph-type:e"
                        "mpty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">If you are not a new user (for example : you already installed a development version), this wizard will help you to migrate your \"beta\" configuration to \"stable\" settings.</p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Click on \"<span style=\" font-weight:600;\">Next</span>\" to start the configuration process.</p></body></html>", 0, QApplication::UnicodeUTF8));
        label_24->setText(QApplication::translate("AssumaWizard", "Choose the language of this wizard:", 0, QApplication::UnicodeUTF8));

        label_4->setText(QString());
        label_5->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:14pt; font-weight:600; color:#216efd;\">Data settings</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        label_6->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">First, we have to set the <span style=\" font-weight:600;\">data directory</span>. The data directory is a directory where Association Subscribers Manager will find all its important data (like federation files, translations, cities/postal codes list, etc.).</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" text-decoration: underline; color:#ff0000;\">This is a very important part of the configuration</span> (the most important in fact).</p>\n"
"<p style=\" margin-top"
                        ":0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The application you just installed, should have a directory called \"data\", this is this directory we are talking about. The wizard will try to automatically find this directory but take a moment to check if the settings are right.</p></body></html>", 0, QApplication::UnicodeUTF8));
        label_7->setText(QApplication::translate("AssumaWizard", "Data directory", 0, QApplication::UnicodeUTF8));
        dataDirectoryToolButton->setText(QApplication::translate("AssumaWizard", "...", 0, QApplication::UnicodeUTF8));
        label_25->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">you must have the right to write in this directory</span>, so if the software is installed in a directory you cannot write (this is likely to happen on GNU/Linux systems) this wizard can copy the data directory to another place where you can write.</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">If you installed Association Subscribers Manager from the installer (not from distribution packages) with your regular user account, you don't have to che"
                        "ck the following box. </p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">In the other hand, if you installed Association Subscribers Manager from a source wich requires administrator's rights, you should check the box and copy the data directory to another place (for example in your home directory).</p></body></html>", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        copyDataDirCheckBox->setToolTip(QApplication::translate("AssumaWizard", "you must have the right to write in this directory, so if the software is installed in a directory you cannot write (this is likely to happen on GNU/Linux systems) this wizard can copy the data directory to another place where you can write", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
        copyDataDirCheckBox->setStatusTip(QApplication::translate("AssumaWizard", "you must have the right to write in this directory, so if the software is installed in a directory you cannot write (this is likely to happen on GNU/Linux systems) this wizard can copy the data directory to another place where you can write", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
#ifndef QT_NO_WHATSTHIS
        copyDataDirCheckBox->setWhatsThis(QApplication::translate("AssumaWizard", "you must have the right to write in this directory, so if the software is installed in a directory you cannot write (this is likely to happen on GNU/Linux systems) this wizard can copy the data directory to another place where you can write", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_WHATSTHIS
        copyDataDirCheckBox->setText(QApplication::translate("AssumaWizard", "copy this directory to another place", 0, QApplication::UnicodeUTF8));
        copyDataDirLabel->setText(QApplication::translate("AssumaWizard", "Copy to", 0, QApplication::UnicodeUTF8));
        copyDataDirectoryToolButton->setText(QApplication::translate("AssumaWizard", "...", 0, QApplication::UnicodeUTF8));
        label_8->setText(QString());
        label_9->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:14pt; font-weight:600; color:#216efd;\">Data settings</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        label_10->setText(QApplication::translate("AssumaWizard", "Please wait while we check the content of your data directory.\n"
"This is to ensure that you have a functionnal data directory.", 0, QApplication::UnicodeUTF8));
        label_11->setText(QString());
        label_12->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:14pt; font-weight:600; color:#216efd;\">General Informations</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        label_16->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Here you can set some common informations about your association.</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" text-decoration: underline;\">It is really recommended to set a custom association name.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        label_13->setText(QApplication::translate("AssumaWizard", "Your association name", 0, QApplication::UnicodeUTF8));
        label_14->setText(QApplication::translate("AssumaWizard", "Your association's e-mail address (if there is one)", 0, QApplication::UnicodeUTF8));
        label_15->setText(QApplication::translate("AssumaWizard", "The application language", 0, QApplication::UnicodeUTF8));
        assoNameLineEdit->setText(QApplication::translate("AssumaWizard", "My Association", 0, QApplication::UnicodeUTF8));
        label_17->setText(QString());
        label_18->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:14pt; font-weight:600; color:#216efd;\">Internet settings</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        label_19->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">It is almost done !</span> On this page, you shall enter your <span style=\" text-decoration: underline;\">internet preferences</span>.</p></body></html>", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        updateOnStartCheckBox->setToolTip(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Check this option if you want to check for new version <span style=\" text-decoration: underline;\">each time</span> you start Association Subscribers Manager.</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Checking for update requires a working internet connection !</span></p></body></html>", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        updateOnStartCheckBox->setText(QApplication::translate("AssumaWizard", "Check for update on application start.", 0, QApplication::UnicodeUTF8));
        label_20->setText(QApplication::translate("AssumaWizard", "SMTP server (the server used for e-mail sending, \n"
"this should be gave to you by your ISP)", 0, QApplication::UnicodeUTF8));
        label_21->setText(QString());
        label_22->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:14pt; font-weight:600; color:#216efd;\">Association Subscribers Manager</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        label_23->setText(QApplication::translate("AssumaWizard", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Congratulation !</span></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">You have now configured Association Subscribers Manager.</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">You can modify all settings in the <span style=\" font-weight:600;\">Edit -&gt; Settings</span> menu.</p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left"
                        ":0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The next step for you should be to create activities/courses in the <span style=\" font-weight:600;\">Edit -&gt; Settings -&gt; Courses</span> menu.</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">You should also select/create a federation in the <span style=\" font-weight:600;\">Edit -&gt; Settings -&gt; Global Fees</span> menu.</p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">A federation is an entity that regroup some financial conditions (typically the licenses fees). <span style=\" text-decoration: underli"
                        "ne;\">It is absolutly not needed to exists in the real life</span>. The only \"requirement\" is that the created federation match your association's reality. For example, if you have no such thing as a \"license\" in your club, then just choose the NullFederation.</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Remember that \"federation\" is a concept from the sport's world but it is easily adaptable to any kind of clubs.</p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">You can find more informations (tutorials, howto, etc.) on :</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><a href=\"http://www.associationsubscribers"
                        "manager.org\"><span style=\" text-decoration: underline; color:#0000ff;\">http://www.associationsubscribersmanager.org</span></a></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Please enjoy the use of Association Subscribers Manager.</p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">--</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The Association Subscribers Manager development team.</p></body></html>", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class AssumaWizard: public Ui_AssumaWizard {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_ASSUMA_WIZARD_H