Sophie

Sophie

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

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

/********************************************************************************
** Form generated from reading UI file 'assuma_configwidget.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_CONFIGWIDGET_H
#define UI_ASSUMA_CONFIGWIDGET_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QComboBox>
#include <QtGui/QGridLayout>
#include <QtGui/QGroupBox>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QScrollArea>
#include <QtGui/QSpacerItem>
#include <QtGui/QTabWidget>
#include <QtGui/QToolButton>
#include <QtGui/QTreeWidget>
#include <QtGui/QWidget>

QT_BEGIN_NAMESPACE

class Ui_AssumaConfigWidget
{
public:
    QWidget *general_tab;
    QGridLayout *gridLayout_21;
    QHBoxLayout *horizontalLayout_10;
    QLabel *label_28;
    QLabel *pixLabelGeneral;
    QLabel *label_30;
    QScrollArea *scrollArea;
    QWidget *scrollAreaWidgetContents;
    QGridLayout *gridLayout_20;
    QGroupBox *groupBox_4;
    QGridLayout *gridLayout_18;
    QLabel *label_34;
    QLineEdit *emailLineEdit;
    QLabel *label_43;
    QLineEdit *dataDirLineEdit;
    QToolButton *dataDirToolButton;
    QLabel *label_13;
    QComboBox *themeComboBox;
    QGroupBox *groupBox_5;
    QGridLayout *gridLayout_16;
    QLabel *label_35;
    QLineEdit *smtpServerEdit;
    QLabel *label_36;
    QLabel *label_37;
    QLineEdit *smtpServerLoginEdit;
    QLabel *label_38;
    QLineEdit *smtpServerPasswordEdit;
    QGroupBox *proxyGroupBox;
    QGridLayout *gridLayout_19;
    QLabel *label_39;
    QLabel *label_40;
    QLineEdit *proxyServerLineEdit;
    QLabel *label_41;
    QLineEdit *proxyLoginLineEdit;
    QLabel *label_42;
    QLineEdit *proxyPasswordLineEdit;
    QSpacerItem *verticalSpacer_3;
    QWidget *plugins_tab;
    QGridLayout *gridLayout_31;
    QHBoxLayout *horizontalLayout_12;
    QLabel *label_48;
    QLabel *pixLabelAddons;
    QScrollArea *scrollArea_7;
    QWidget *scrollAreaWidgetContents_7;
    QGridLayout *gridLayout_32;
    QLabel *label_50;
    QGroupBox *addonDeletionGroupBox;
    QGridLayout *gridLayout_30;
    QLabel *label_51;
    QPushButton *confirmAddonDeletionButton;
    QSpacerItem *horizontalSpacer_8;
    QPushButton *cancelAddonDeletionButton;
    QGroupBox *addonActionsGroupBox;
    QGridLayout *gridLayout_29;
    QPushButton *deleteAddonPushButton;
    QPushButton *getNewAddonsPushButton;
    QTreeWidget *addonListTreeWidget;
    QWidget *locales_tab;
    QGridLayout *gridLayout_28;
    QHBoxLayout *horizontalLayout_11;
    QLabel *label_44;
    QLabel *pixLabelLocales;
    QScrollArea *scrollArea_6;
    QWidget *scrollAreaWidgetContents_6;
    QGridLayout *gridLayout_27;
    QGroupBox *groupBox_2;
    QGridLayout *gridLayout;
    QLabel *label_31;
    QComboBox *languageComboBox;
    QLabel *label_32;
    QComboBox *encodingComboBox;
    QLabel *label_57;
    QHBoxLayout *horizontalLayout;
    QComboBox *currencyComboBox;
    QLineEdit *addCurrencyLineEdit;
    QToolButton *addCurrencyToolButton;
    QToolButton *removeCurrencyToolButton;
    QGroupBox *groupBox_6;
    QGridLayout *gridLayout_26;
    QLabel *label_46;
    QLabel *label_47;
    QComboBox *citiesComboBox;
    QSpacerItem *verticalSpacer_5;
    QWidget *updates_tab;
    QGridLayout *gridLayout_25;
    QScrollArea *scrollArea_4;
    QWidget *scrollAreaWidgetContents_4;
    QGridLayout *gridLayout_14;
    QHBoxLayout *horizontalLayout_5;
    QLabel *label_4;
    QLabel *pixLabelUpdates;
    QLabel *label_8;
    QGroupBox *groupBox;
    QGridLayout *gridLayout_8;
    QLabel *label_10;
    QLineEdit *updateServerLineEdit;
    QCheckBox *checkUpdatesOnStartCheckBox;
    QSpacerItem *verticalSpacer;

    void setupUi(QTabWidget *AssumaConfigWidget)
    {
        if (AssumaConfigWidget->objectName().isEmpty())
            AssumaConfigWidget->setObjectName(QString::fromUtf8("AssumaConfigWidget"));
        AssumaConfigWidget->resize(800, 702);
        QIcon icon;
        icon.addFile(QString::fromUtf8(":/images/images/configure.png"), QSize(), QIcon::Normal, QIcon::Off);
        AssumaConfigWidget->setWindowIcon(icon);
        AssumaConfigWidget->setTabPosition(QTabWidget::North);
        general_tab = new QWidget();
        general_tab->setObjectName(QString::fromUtf8("general_tab"));
        gridLayout_21 = new QGridLayout(general_tab);
        gridLayout_21->setObjectName(QString::fromUtf8("gridLayout_21"));
        horizontalLayout_10 = new QHBoxLayout();
        horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10"));
        label_28 = new QLabel(general_tab);
        label_28->setObjectName(QString::fromUtf8("label_28"));

        horizontalLayout_10->addWidget(label_28);

        pixLabelGeneral = new QLabel(general_tab);
        pixLabelGeneral->setObjectName(QString::fromUtf8("pixLabelGeneral"));
        pixLabelGeneral->setMaximumSize(QSize(35, 40));
        pixLabelGeneral->setText(QString::fromUtf8(""));
        pixLabelGeneral->setPixmap(QPixmap(QString::fromUtf8(":/images/images/global.png")));

        horizontalLayout_10->addWidget(pixLabelGeneral);


        gridLayout_21->addLayout(horizontalLayout_10, 0, 0, 1, 1);

        label_30 = new QLabel(general_tab);
        label_30->setObjectName(QString::fromUtf8("label_30"));
        label_30->setWordWrap(true);

        gridLayout_21->addWidget(label_30, 1, 0, 1, 1);

        scrollArea = new QScrollArea(general_tab);
        scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
        scrollArea->setWidgetResizable(true);
        scrollAreaWidgetContents = new QWidget();
        scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
        scrollAreaWidgetContents->setGeometry(QRect(0, 0, 778, 594));
        gridLayout_20 = new QGridLayout(scrollAreaWidgetContents);
        gridLayout_20->setObjectName(QString::fromUtf8("gridLayout_20"));
        groupBox_4 = new QGroupBox(scrollAreaWidgetContents);
        groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
        gridLayout_18 = new QGridLayout(groupBox_4);
        gridLayout_18->setObjectName(QString::fromUtf8("gridLayout_18"));
        label_34 = new QLabel(groupBox_4);
        label_34->setObjectName(QString::fromUtf8("label_34"));

        gridLayout_18->addWidget(label_34, 0, 0, 1, 1);

        emailLineEdit = new QLineEdit(groupBox_4);
        emailLineEdit->setObjectName(QString::fromUtf8("emailLineEdit"));
        emailLineEdit->setText(QString::fromUtf8(""));

        gridLayout_18->addWidget(emailLineEdit, 0, 1, 1, 2);

        label_43 = new QLabel(groupBox_4);
        label_43->setObjectName(QString::fromUtf8("label_43"));

        gridLayout_18->addWidget(label_43, 1, 0, 1, 1);

        dataDirLineEdit = new QLineEdit(groupBox_4);
        dataDirLineEdit->setObjectName(QString::fromUtf8("dataDirLineEdit"));
        dataDirLineEdit->setText(QString::fromUtf8(""));

        gridLayout_18->addWidget(dataDirLineEdit, 1, 1, 1, 1);

        dataDirToolButton = new QToolButton(groupBox_4);
        dataDirToolButton->setObjectName(QString::fromUtf8("dataDirToolButton"));
        QIcon icon1;
        icon1.addFile(QString::fromUtf8(":/images/images/folder.png"), QSize(), QIcon::Normal, QIcon::Off);
        dataDirToolButton->setIcon(icon1);

        gridLayout_18->addWidget(dataDirToolButton, 1, 2, 1, 1);

        label_13 = new QLabel(groupBox_4);
        label_13->setObjectName(QString::fromUtf8("label_13"));

        gridLayout_18->addWidget(label_13, 2, 0, 1, 1);

        themeComboBox = new QComboBox(groupBox_4);
        themeComboBox->setObjectName(QString::fromUtf8("themeComboBox"));

        gridLayout_18->addWidget(themeComboBox, 2, 1, 1, 1);


        gridLayout_20->addWidget(groupBox_4, 0, 0, 1, 1);

        groupBox_5 = new QGroupBox(scrollAreaWidgetContents);
        groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
        groupBox_5->setCheckable(false);
        gridLayout_16 = new QGridLayout(groupBox_5);
        gridLayout_16->setObjectName(QString::fromUtf8("gridLayout_16"));
        label_35 = new QLabel(groupBox_5);
        label_35->setObjectName(QString::fromUtf8("label_35"));

        gridLayout_16->addWidget(label_35, 0, 0, 1, 1);

        smtpServerEdit = new QLineEdit(groupBox_5);
        smtpServerEdit->setObjectName(QString::fromUtf8("smtpServerEdit"));
        smtpServerEdit->setText(QString::fromUtf8(""));

        gridLayout_16->addWidget(smtpServerEdit, 0, 1, 1, 1);

        label_36 = new QLabel(groupBox_5);
        label_36->setObjectName(QString::fromUtf8("label_36"));

        gridLayout_16->addWidget(label_36, 1, 0, 1, 2);

        label_37 = new QLabel(groupBox_5);
        label_37->setObjectName(QString::fromUtf8("label_37"));

        gridLayout_16->addWidget(label_37, 2, 0, 1, 1);

        smtpServerLoginEdit = new QLineEdit(groupBox_5);
        smtpServerLoginEdit->setObjectName(QString::fromUtf8("smtpServerLoginEdit"));
        smtpServerLoginEdit->setText(QString::fromUtf8(""));

        gridLayout_16->addWidget(smtpServerLoginEdit, 2, 1, 1, 1);

        label_38 = new QLabel(groupBox_5);
        label_38->setObjectName(QString::fromUtf8("label_38"));

        gridLayout_16->addWidget(label_38, 3, 0, 1, 1);

        smtpServerPasswordEdit = new QLineEdit(groupBox_5);
        smtpServerPasswordEdit->setObjectName(QString::fromUtf8("smtpServerPasswordEdit"));
        smtpServerPasswordEdit->setText(QString::fromUtf8(""));
        smtpServerPasswordEdit->setEchoMode(QLineEdit::Password);

        gridLayout_16->addWidget(smtpServerPasswordEdit, 3, 1, 1, 1);


        gridLayout_20->addWidget(groupBox_5, 1, 0, 1, 1);

        proxyGroupBox = new QGroupBox(scrollAreaWidgetContents);
        proxyGroupBox->setObjectName(QString::fromUtf8("proxyGroupBox"));
        proxyGroupBox->setCheckable(true);
        proxyGroupBox->setChecked(false);
        gridLayout_19 = new QGridLayout(proxyGroupBox);
        gridLayout_19->setObjectName(QString::fromUtf8("gridLayout_19"));
        label_39 = new QLabel(proxyGroupBox);
        label_39->setObjectName(QString::fromUtf8("label_39"));

        gridLayout_19->addWidget(label_39, 0, 0, 1, 2);

        label_40 = new QLabel(proxyGroupBox);
        label_40->setObjectName(QString::fromUtf8("label_40"));

        gridLayout_19->addWidget(label_40, 1, 0, 1, 1);

        proxyServerLineEdit = new QLineEdit(proxyGroupBox);
        proxyServerLineEdit->setObjectName(QString::fromUtf8("proxyServerLineEdit"));
        proxyServerLineEdit->setText(QString::fromUtf8(""));

        gridLayout_19->addWidget(proxyServerLineEdit, 1, 1, 1, 1);

        label_41 = new QLabel(proxyGroupBox);
        label_41->setObjectName(QString::fromUtf8("label_41"));

        gridLayout_19->addWidget(label_41, 2, 0, 1, 1);

        proxyLoginLineEdit = new QLineEdit(proxyGroupBox);
        proxyLoginLineEdit->setObjectName(QString::fromUtf8("proxyLoginLineEdit"));
        proxyLoginLineEdit->setText(QString::fromUtf8(""));

        gridLayout_19->addWidget(proxyLoginLineEdit, 2, 1, 1, 1);

        label_42 = new QLabel(proxyGroupBox);
        label_42->setObjectName(QString::fromUtf8("label_42"));

        gridLayout_19->addWidget(label_42, 3, 0, 1, 1);

        proxyPasswordLineEdit = new QLineEdit(proxyGroupBox);
        proxyPasswordLineEdit->setObjectName(QString::fromUtf8("proxyPasswordLineEdit"));
        proxyPasswordLineEdit->setText(QString::fromUtf8(""));
        proxyPasswordLineEdit->setEchoMode(QLineEdit::Password);

        gridLayout_19->addWidget(proxyPasswordLineEdit, 3, 1, 1, 1);


        gridLayout_20->addWidget(proxyGroupBox, 2, 0, 1, 1);

        verticalSpacer_3 = new QSpacerItem(718, 234, QSizePolicy::Minimum, QSizePolicy::Expanding);

        gridLayout_20->addItem(verticalSpacer_3, 3, 0, 1, 1);

        scrollArea->setWidget(scrollAreaWidgetContents);

        gridLayout_21->addWidget(scrollArea, 2, 0, 1, 1);

        QIcon icon2;
        icon2.addFile(QString::fromUtf8(":/images/images/global.png"), QSize(), QIcon::Normal, QIcon::Off);
        AssumaConfigWidget->addTab(general_tab, icon2, QString());
        plugins_tab = new QWidget();
        plugins_tab->setObjectName(QString::fromUtf8("plugins_tab"));
        gridLayout_31 = new QGridLayout(plugins_tab);
        gridLayout_31->setObjectName(QString::fromUtf8("gridLayout_31"));
        horizontalLayout_12 = new QHBoxLayout();
        horizontalLayout_12->setObjectName(QString::fromUtf8("horizontalLayout_12"));
        label_48 = new QLabel(plugins_tab);
        label_48->setObjectName(QString::fromUtf8("label_48"));

        horizontalLayout_12->addWidget(label_48);

        pixLabelAddons = new QLabel(plugins_tab);
        pixLabelAddons->setObjectName(QString::fromUtf8("pixLabelAddons"));
        pixLabelAddons->setMaximumSize(QSize(35, 40));
        pixLabelAddons->setText(QString::fromUtf8(""));
        pixLabelAddons->setPixmap(QPixmap(QString::fromUtf8(":/images/images/plugins_large.png")));
        pixLabelAddons->setScaledContents(true);

        horizontalLayout_12->addWidget(pixLabelAddons);


        gridLayout_31->addLayout(horizontalLayout_12, 0, 0, 1, 1);

        scrollArea_7 = new QScrollArea(plugins_tab);
        scrollArea_7->setObjectName(QString::fromUtf8("scrollArea_7"));
        scrollArea_7->setWidgetResizable(true);
        scrollAreaWidgetContents_7 = new QWidget();
        scrollAreaWidgetContents_7->setObjectName(QString::fromUtf8("scrollAreaWidgetContents_7"));
        scrollAreaWidgetContents_7->setGeometry(QRect(0, 0, 778, 627));
        gridLayout_32 = new QGridLayout(scrollAreaWidgetContents_7);
        gridLayout_32->setObjectName(QString::fromUtf8("gridLayout_32"));
        label_50 = new QLabel(scrollAreaWidgetContents_7);
        label_50->setObjectName(QString::fromUtf8("label_50"));
        label_50->setScaledContents(false);
        label_50->setWordWrap(true);

        gridLayout_32->addWidget(label_50, 0, 0, 1, 1);

        addonDeletionGroupBox = new QGroupBox(scrollAreaWidgetContents_7);
        addonDeletionGroupBox->setObjectName(QString::fromUtf8("addonDeletionGroupBox"));
        gridLayout_30 = new QGridLayout(addonDeletionGroupBox);
        gridLayout_30->setObjectName(QString::fromUtf8("gridLayout_30"));
        label_51 = new QLabel(addonDeletionGroupBox);
        label_51->setObjectName(QString::fromUtf8("label_51"));

        gridLayout_30->addWidget(label_51, 0, 0, 1, 3);

        confirmAddonDeletionButton = new QPushButton(addonDeletionGroupBox);
        confirmAddonDeletionButton->setObjectName(QString::fromUtf8("confirmAddonDeletionButton"));
        QIcon icon3;
        icon3.addFile(QString::fromUtf8(":/images/images/eraser.png"), QSize(), QIcon::Normal, QIcon::Off);
        confirmAddonDeletionButton->setIcon(icon3);
        confirmAddonDeletionButton->setIconSize(QSize(22, 22));

        gridLayout_30->addWidget(confirmAddonDeletionButton, 1, 0, 1, 1);

        horizontalSpacer_8 = new QSpacerItem(536, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        gridLayout_30->addItem(horizontalSpacer_8, 1, 1, 1, 1);

        cancelAddonDeletionButton = new QPushButton(addonDeletionGroupBox);
        cancelAddonDeletionButton->setObjectName(QString::fromUtf8("cancelAddonDeletionButton"));
        QIcon icon4;
        icon4.addFile(QString::fromUtf8(":/images/images/close.png"), QSize(), QIcon::Normal, QIcon::Off);
        cancelAddonDeletionButton->setIcon(icon4);
        cancelAddonDeletionButton->setIconSize(QSize(22, 22));

        gridLayout_30->addWidget(cancelAddonDeletionButton, 1, 2, 1, 1);


        gridLayout_32->addWidget(addonDeletionGroupBox, 3, 0, 1, 1);

        addonActionsGroupBox = new QGroupBox(scrollAreaWidgetContents_7);
        addonActionsGroupBox->setObjectName(QString::fromUtf8("addonActionsGroupBox"));
        gridLayout_29 = new QGridLayout(addonActionsGroupBox);
        gridLayout_29->setObjectName(QString::fromUtf8("gridLayout_29"));
        deleteAddonPushButton = new QPushButton(addonActionsGroupBox);
        deleteAddonPushButton->setObjectName(QString::fromUtf8("deleteAddonPushButton"));
        deleteAddonPushButton->setIcon(icon3);
        deleteAddonPushButton->setIconSize(QSize(22, 22));

        gridLayout_29->addWidget(deleteAddonPushButton, 0, 0, 1, 1);

        getNewAddonsPushButton = new QPushButton(addonActionsGroupBox);
        getNewAddonsPushButton->setObjectName(QString::fromUtf8("getNewAddonsPushButton"));
        getNewAddonsPushButton->setEnabled(false);
        QIcon icon5;
        icon5.addFile(QString::fromUtf8(":/images/images/update_plugin.png"), QSize(), QIcon::Normal, QIcon::Off);
        getNewAddonsPushButton->setIcon(icon5);
        getNewAddonsPushButton->setIconSize(QSize(22, 22));

        gridLayout_29->addWidget(getNewAddonsPushButton, 0, 1, 1, 1);


        gridLayout_32->addWidget(addonActionsGroupBox, 4, 0, 1, 1);

        addonListTreeWidget = new QTreeWidget(scrollAreaWidgetContents_7);
        addonListTreeWidget->setObjectName(QString::fromUtf8("addonListTreeWidget"));

        gridLayout_32->addWidget(addonListTreeWidget, 1, 0, 1, 1);

        scrollArea_7->setWidget(scrollAreaWidgetContents_7);

        gridLayout_31->addWidget(scrollArea_7, 1, 0, 1, 1);

        QIcon icon6;
        icon6.addFile(QString::fromUtf8(":/images/images/plugins.png"), QSize(), QIcon::Normal, QIcon::Off);
        AssumaConfigWidget->addTab(plugins_tab, icon6, QString());
        locales_tab = new QWidget();
        locales_tab->setObjectName(QString::fromUtf8("locales_tab"));
        gridLayout_28 = new QGridLayout(locales_tab);
        gridLayout_28->setObjectName(QString::fromUtf8("gridLayout_28"));
        horizontalLayout_11 = new QHBoxLayout();
        horizontalLayout_11->setObjectName(QString::fromUtf8("horizontalLayout_11"));
        label_44 = new QLabel(locales_tab);
        label_44->setObjectName(QString::fromUtf8("label_44"));

        horizontalLayout_11->addWidget(label_44);

        pixLabelLocales = new QLabel(locales_tab);
        pixLabelLocales->setObjectName(QString::fromUtf8("pixLabelLocales"));
        pixLabelLocales->setMaximumSize(QSize(35, 40));
        pixLabelLocales->setText(QString::fromUtf8(""));
        pixLabelLocales->setPixmap(QPixmap(QString::fromUtf8(":/images/images/locale.png")));
        pixLabelLocales->setScaledContents(true);

        horizontalLayout_11->addWidget(pixLabelLocales);


        gridLayout_28->addLayout(horizontalLayout_11, 0, 0, 1, 1);

        scrollArea_6 = new QScrollArea(locales_tab);
        scrollArea_6->setObjectName(QString::fromUtf8("scrollArea_6"));
        scrollArea_6->setWidgetResizable(true);
        scrollAreaWidgetContents_6 = new QWidget();
        scrollAreaWidgetContents_6->setObjectName(QString::fromUtf8("scrollAreaWidgetContents_6"));
        scrollAreaWidgetContents_6->setGeometry(QRect(0, 0, 778, 627));
        gridLayout_27 = new QGridLayout(scrollAreaWidgetContents_6);
        gridLayout_27->setObjectName(QString::fromUtf8("gridLayout_27"));
        groupBox_2 = new QGroupBox(scrollAreaWidgetContents_6);
        groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
        gridLayout = new QGridLayout(groupBox_2);
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        label_31 = new QLabel(groupBox_2);
        label_31->setObjectName(QString::fromUtf8("label_31"));

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

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

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

        label_32 = new QLabel(groupBox_2);
        label_32->setObjectName(QString::fromUtf8("label_32"));

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

        encodingComboBox = new QComboBox(groupBox_2);
        encodingComboBox->setObjectName(QString::fromUtf8("encodingComboBox"));
        encodingComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);

        gridLayout->addWidget(encodingComboBox, 1, 1, 1, 1);

        label_57 = new QLabel(groupBox_2);
        label_57->setObjectName(QString::fromUtf8("label_57"));

        gridLayout->addWidget(label_57, 2, 0, 1, 1);

        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        currencyComboBox = new QComboBox(groupBox_2);
        currencyComboBox->insertItems(0, QStringList()
         << QString::fromUtf8("Baht (\340\270\277)")
         << QString::fromUtf8("Dollar ($)")
         << QString::fromUtf8("Dong (\342\202\253)")
         << QString::fromUtf8("Euro (\342\202\254)")
         << QString::fromUtf8("Hryvnia (\342\202\264)")
         << QString::fromUtf8("Pound (\302\243)")
         << QString::fromUtf8("Real (R$)")
         << QString::fromUtf8("Won (\342\202\251)")
         << QString::fromUtf8("Yen (\302\245)")
         << QString::fromUtf8("Yuan (\345\205\203)")
        );
        currencyComboBox->setObjectName(QString::fromUtf8("currencyComboBox"));
        currencyComboBox->setEditable(false);
        currencyComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);

        horizontalLayout->addWidget(currencyComboBox);

        addCurrencyLineEdit = new QLineEdit(groupBox_2);
        addCurrencyLineEdit->setObjectName(QString::fromUtf8("addCurrencyLineEdit"));

        horizontalLayout->addWidget(addCurrencyLineEdit);

        addCurrencyToolButton = new QToolButton(groupBox_2);
        addCurrencyToolButton->setObjectName(QString::fromUtf8("addCurrencyToolButton"));

        horizontalLayout->addWidget(addCurrencyToolButton);

        removeCurrencyToolButton = new QToolButton(groupBox_2);
        removeCurrencyToolButton->setObjectName(QString::fromUtf8("removeCurrencyToolButton"));

        horizontalLayout->addWidget(removeCurrencyToolButton);


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


        gridLayout_27->addWidget(groupBox_2, 0, 0, 1, 1);

        groupBox_6 = new QGroupBox(scrollAreaWidgetContents_6);
        groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
        gridLayout_26 = new QGridLayout(groupBox_6);
        gridLayout_26->setObjectName(QString::fromUtf8("gridLayout_26"));
        label_46 = new QLabel(groupBox_6);
        label_46->setObjectName(QString::fromUtf8("label_46"));

        gridLayout_26->addWidget(label_46, 0, 0, 1, 2);

        label_47 = new QLabel(groupBox_6);
        label_47->setObjectName(QString::fromUtf8("label_47"));

        gridLayout_26->addWidget(label_47, 1, 0, 1, 1);

        citiesComboBox = new QComboBox(groupBox_6);
        citiesComboBox->setObjectName(QString::fromUtf8("citiesComboBox"));

        gridLayout_26->addWidget(citiesComboBox, 1, 1, 1, 1);


        gridLayout_27->addWidget(groupBox_6, 1, 0, 1, 1);

        verticalSpacer_5 = new QSpacerItem(20, 415, QSizePolicy::Minimum, QSizePolicy::Expanding);

        gridLayout_27->addItem(verticalSpacer_5, 2, 0, 1, 1);

        scrollArea_6->setWidget(scrollAreaWidgetContents_6);

        gridLayout_28->addWidget(scrollArea_6, 1, 0, 1, 1);

        QIcon icon7;
        icon7.addFile(QString::fromUtf8(":/images/images/locale.png"), QSize(), QIcon::Normal, QIcon::Off);
        AssumaConfigWidget->addTab(locales_tab, icon7, QString());
        updates_tab = new QWidget();
        updates_tab->setObjectName(QString::fromUtf8("updates_tab"));
        gridLayout_25 = new QGridLayout(updates_tab);
        gridLayout_25->setObjectName(QString::fromUtf8("gridLayout_25"));
        scrollArea_4 = new QScrollArea(updates_tab);
        scrollArea_4->setObjectName(QString::fromUtf8("scrollArea_4"));
        scrollArea_4->setWidgetResizable(true);
        scrollAreaWidgetContents_4 = new QWidget();
        scrollAreaWidgetContents_4->setObjectName(QString::fromUtf8("scrollAreaWidgetContents_4"));
        scrollAreaWidgetContents_4->setGeometry(QRect(0, 0, 778, 657));
        gridLayout_14 = new QGridLayout(scrollAreaWidgetContents_4);
        gridLayout_14->setObjectName(QString::fromUtf8("gridLayout_14"));
        horizontalLayout_5 = new QHBoxLayout();
        horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
        label_4 = new QLabel(scrollAreaWidgetContents_4);
        label_4->setObjectName(QString::fromUtf8("label_4"));

        horizontalLayout_5->addWidget(label_4);

        pixLabelUpdates = new QLabel(scrollAreaWidgetContents_4);
        pixLabelUpdates->setObjectName(QString::fromUtf8("pixLabelUpdates"));
        pixLabelUpdates->setMaximumSize(QSize(35, 40));
        pixLabelUpdates->setText(QString::fromUtf8(""));
        pixLabelUpdates->setPixmap(QPixmap(QString::fromUtf8(":/images/images/update.png")));

        horizontalLayout_5->addWidget(pixLabelUpdates);


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

        label_8 = new QLabel(scrollAreaWidgetContents_4);
        label_8->setObjectName(QString::fromUtf8("label_8"));

        gridLayout_14->addWidget(label_8, 1, 0, 1, 1);

        groupBox = new QGroupBox(scrollAreaWidgetContents_4);
        groupBox->setObjectName(QString::fromUtf8("groupBox"));
        gridLayout_8 = new QGridLayout(groupBox);
        gridLayout_8->setObjectName(QString::fromUtf8("gridLayout_8"));
        label_10 = new QLabel(groupBox);
        label_10->setObjectName(QString::fromUtf8("label_10"));

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

        updateServerLineEdit = new QLineEdit(groupBox);
        updateServerLineEdit->setObjectName(QString::fromUtf8("updateServerLineEdit"));
        updateServerLineEdit->setText(QString::fromUtf8(""));

        gridLayout_8->addWidget(updateServerLineEdit, 0, 1, 1, 1);

        checkUpdatesOnStartCheckBox = new QCheckBox(groupBox);
        checkUpdatesOnStartCheckBox->setObjectName(QString::fromUtf8("checkUpdatesOnStartCheckBox"));

        gridLayout_8->addWidget(checkUpdatesOnStartCheckBox, 1, 0, 1, 2);


        gridLayout_14->addWidget(groupBox, 2, 0, 1, 1);

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

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

        scrollArea_4->setWidget(scrollAreaWidgetContents_4);

        gridLayout_25->addWidget(scrollArea_4, 0, 0, 1, 1);

        QIcon icon8;
        icon8.addFile(QString::fromUtf8(":/images/images/update.png"), QSize(), QIcon::Normal, QIcon::Off);
        AssumaConfigWidget->addTab(updates_tab, icon8, QString());

        retranslateUi(AssumaConfigWidget);

        AssumaConfigWidget->setCurrentIndex(0);
        currencyComboBox->setCurrentIndex(0);


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

    void retranslateUi(QTabWidget *AssumaConfigWidget)
    {
        AssumaConfigWidget->setWindowTitle(QApplication::translate("AssumaConfigWidget", "Configuration widget", 0, QApplication::UnicodeUTF8));
        label_28->setText(QApplication::translate("AssumaConfigWidget", "<!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:9pt; font-weight:400; font-style:normal;\">\n"
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:16pt; font-weight:600; color:#0055ff;\">General</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        label_30->setText(QApplication::translate("AssumaConfigWidget", "In this section you can change many general settings like the language of the application, the data directory, and so on and so forth.", 0, QApplication::UnicodeUTF8));
        groupBox_4->setTitle(QApplication::translate("AssumaConfigWidget", "General informations", 0, QApplication::UnicodeUTF8));
        label_34->setText(QApplication::translate("AssumaConfigWidget", "Your e-mail adress", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        emailLineEdit->setToolTip(QApplication::translate("AssumaConfigWidget", "This email address will be used as the \"sender\" one in the email you may send from Association Subscribers Manager.\n"
"This is a good idea to create an email specially for this purpose.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_43->setText(QApplication::translate("AssumaConfigWidget", "Data directory", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        dataDirLineEdit->setToolTip(QApplication::translate("AssumaConfigWidget", "The data directory is the place where Association Subscribers Manager can find all the files for it to run correctly. \n"
"Those files includes list of postal codes per countries, custom fields definitions, federations informations, etc.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        dataDirToolButton->setText(QString());
        label_13->setText(QApplication::translate("AssumaConfigWidget", "Theme", 0, QApplication::UnicodeUTF8));
        groupBox_5->setTitle(QApplication::translate("AssumaConfigWidget", "Internet settings", 0, QApplication::UnicodeUTF8));
        label_35->setText(QApplication::translate("AssumaConfigWidget", "Mail sending server (SMTP)", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        smtpServerEdit->setToolTip(QApplication::translate("AssumaConfigWidget", "This mail server is usually provided by your ISP. It can also be third party mail provider like GMail (smtp.gmail.com).", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_36->setText(QApplication::translate("AssumaConfigWidget", "Your SMTP server may require an authentification, if so, please fill your credentials here (else just let the fields blank) :", 0, QApplication::UnicodeUTF8));
        label_37->setText(QApplication::translate("AssumaConfigWidget", "Login", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        smtpServerLoginEdit->setToolTip(QApplication::translate("AssumaConfigWidget", "If the SMTP server needs an authentication, this is the place for your login (ex: mymail@gmail.com)", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_38->setText(QApplication::translate("AssumaConfigWidget", "Password", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        smtpServerPasswordEdit->setToolTip(QApplication::translate("AssumaConfigWidget", "If the SMTP server needs an authentication, this is the place for your password.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        proxyGroupBox->setTitle(QApplication::translate("AssumaConfigWidget", "Proxy settings", 0, QApplication::UnicodeUTF8));
        label_39->setText(QApplication::translate("AssumaConfigWidget", "If your local network is connected to the internet through a proxy server you have to configured it here.", 0, QApplication::UnicodeUTF8));
        label_40->setText(QApplication::translate("AssumaConfigWidget", "Proxy server", 0, QApplication::UnicodeUTF8));
        label_41->setText(QApplication::translate("AssumaConfigWidget", "Proxy login", 0, QApplication::UnicodeUTF8));
        label_42->setText(QApplication::translate("AssumaConfigWidget", "Proxy password", 0, QApplication::UnicodeUTF8));
        AssumaConfigWidget->setTabText(AssumaConfigWidget->indexOf(general_tab), QApplication::translate("AssumaConfigWidget", "General", 0, QApplication::UnicodeUTF8));
        label_48->setText(QApplication::translate("AssumaConfigWidget", "<!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:9pt; font-weight:400; font-style:normal;\">\n"
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;\"><span style=\" font-family:'Sans Serif'; font-size:16pt; font-weight:600; color:#0055ff;\">Addons</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        label_50->setText(QApplication::translate("AssumaConfigWidget", "This is the complete list of all addons installed and detected on your computer. Addons are installed in the data directory. If you installed a addon and don't see it in the list, please check if your data directory is correctly set (see in the \"General\" tab).", 0, QApplication::UnicodeUTF8));
        addonDeletionGroupBox->setTitle(QApplication::translate("AssumaConfigWidget", "Delete selected addon", 0, QApplication::UnicodeUTF8));
        label_51->setText(QApplication::translate("AssumaConfigWidget", "Do you really want to remove this addon from your system ? This operation cannot be undone.", 0, QApplication::UnicodeUTF8));
        confirmAddonDeletionButton->setText(QApplication::translate("AssumaConfigWidget", "Delete addon", 0, QApplication::UnicodeUTF8));
        cancelAddonDeletionButton->setText(QApplication::translate("AssumaConfigWidget", "Cancel", 0, QApplication::UnicodeUTF8));
        addonActionsGroupBox->setTitle(QApplication::translate("AssumaConfigWidget", "Actions", 0, QApplication::UnicodeUTF8));
        deleteAddonPushButton->setText(QApplication::translate("AssumaConfigWidget", "Delete selected addon", 0, QApplication::UnicodeUTF8));
        getNewAddonsPushButton->setText(QApplication::translate("AssumaConfigWidget", "Get new addons !", 0, QApplication::UnicodeUTF8));
        QTreeWidgetItem *___qtreewidgetitem = addonListTreeWidget->headerItem();
        ___qtreewidgetitem->setText(5, QApplication::translate("AssumaConfigWidget", "License", 0, QApplication::UnicodeUTF8));
        ___qtreewidgetitem->setText(4, QApplication::translate("AssumaConfigWidget", "Author", 0, QApplication::UnicodeUTF8));
        ___qtreewidgetitem->setText(3, QApplication::translate("AssumaConfigWidget", "Description", 0, QApplication::UnicodeUTF8));
        ___qtreewidgetitem->setText(2, QApplication::translate("AssumaConfigWidget", "Version", 0, QApplication::UnicodeUTF8));
        ___qtreewidgetitem->setText(1, QApplication::translate("AssumaConfigWidget", "Name", 0, QApplication::UnicodeUTF8));
        ___qtreewidgetitem->setText(0, QApplication::translate("AssumaConfigWidget", "Activated", 0, QApplication::UnicodeUTF8));
        AssumaConfigWidget->setTabText(AssumaConfigWidget->indexOf(plugins_tab), QApplication::translate("AssumaConfigWidget", "Addons", 0, QApplication::UnicodeUTF8));
        label_44->setText(QApplication::translate("AssumaConfigWidget", "<!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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:16pt; font-weight:600; color:#0055ff;\">Locales</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        groupBox_2->setTitle(QApplication::translate("AssumaConfigWidget", "Languages", 0, QApplication::UnicodeUTF8));
        label_31->setText(QApplication::translate("AssumaConfigWidget", "Please select the application language", 0, QApplication::UnicodeUTF8));
        label_32->setText(QApplication::translate("AssumaConfigWidget", "Please select the default encoding for files", 0, QApplication::UnicodeUTF8));
        label_57->setText(QApplication::translate("AssumaConfigWidget", "Please select (or enter) your currency", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        addCurrencyLineEdit->setToolTip(QApplication::translate("AssumaConfigWidget", "If the currency of your country is not in the list you can add it in this text field.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        addCurrencyToolButton->setToolTip(QApplication::translate("AssumaConfigWidget", "Click to add a new currency.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        addCurrencyToolButton->setText(QString());
#ifndef QT_NO_TOOLTIP
        removeCurrencyToolButton->setToolTip(QApplication::translate("AssumaConfigWidget", "Click to remove the currently selected currency.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        removeCurrencyToolButton->setText(QString());
        groupBox_6->setTitle(QApplication::translate("AssumaConfigWidget", "Cities", 0, QApplication::UnicodeUTF8));
        label_46->setText(QApplication::translate("AssumaConfigWidget", "<!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:'MS Shell Dlg 2'; font-size:8.25pt; 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:8pt;\">Here you can select a set of cities (with their postal codes) to help you fill those fields.</span></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-size:8pt;\">Cities/postal codes couples can be added simply by adding them from the \"Edit subscriber\" window.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        label_47->setText(QApplication::translate("AssumaConfigWidget", "Please select a group of cities from a country", 0, QApplication::UnicodeUTF8));
        AssumaConfigWidget->setTabText(AssumaConfigWidget->indexOf(locales_tab), QApplication::translate("AssumaConfigWidget", "Locales", 0, QApplication::UnicodeUTF8));
        label_4->setText(QApplication::translate("AssumaConfigWidget", "<!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:9pt; font-weight:400; font-style:normal;\">\n"
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:16pt; font-weight:600; color:#0055ff;\">Updates</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        label_8->setText(QApplication::translate("AssumaConfigWidget", "In this view you can configure updates options.\n"
"Please, look at the help if you have any question.", 0, QApplication::UnicodeUTF8));
        groupBox->setTitle(QApplication::translate("AssumaConfigWidget", "Server and automation", 0, QApplication::UnicodeUTF8));
        label_10->setText(QApplication::translate("AssumaConfigWidget", "Update server address:", 0, QApplication::UnicodeUTF8));
        checkUpdatesOnStartCheckBox->setText(QApplication::translate("AssumaConfigWidget", "Check for updates when application starts.", 0, QApplication::UnicodeUTF8));
        AssumaConfigWidget->setTabText(AssumaConfigWidget->indexOf(updates_tab), QApplication::translate("AssumaConfigWidget", "Updates", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class AssumaConfigWidget: public Ui_AssumaConfigWidget {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_ASSUMA_CONFIGWIDGET_H