Sophie

Sophie

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

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

/********************************************************************************
** Form generated from reading UI file 'assuma_maildialog.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_MAILDIALOG_H
#define UI_ASSUMA_MAILDIALOG_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QListWidget>
#include <QtGui/QProgressBar>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QTextEdit>
#include <QtGui/QTreeWidget>
#include <QtGui/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_AssumaMailDialog
{
public:
    QGridLayout *gridLayout;
    QHBoxLayout *horizontalLayout;
    QLabel *label_2;
    QLineEdit *le_from;
    QHBoxLayout *horizontalLayout_2;
    QListWidget *toListWidget;
    QVBoxLayout *verticalLayout;
    QPushButton *addAdressButton;
    QPushButton *delAdressButton;
    QHBoxLayout *hboxLayout;
    QLabel *textLabel1;
    QLineEdit *le_subject;
    QGridLayout *_2;
    QLabel *textLabel7;
    QTextEdit *bodyEdit;
    QHBoxLayout *_3;
    QPushButton *delAttachementButton;
    QPushButton *attachementButton;
    QPushButton *sendButton;
    QPushButton *closeButton;
    QHBoxLayout *_4;
    QSpacerItem *spacer2;
    QLabel *label;
    QProgressBar *progressBar;
    QLabel *textLabel6;
    QTreeWidget *attachements;

    void setupUi(QDialog *AssumaMailDialog)
    {
        if (AssumaMailDialog->objectName().isEmpty())
            AssumaMailDialog->setObjectName(QString::fromUtf8("AssumaMailDialog"));
        AssumaMailDialog->resize(539, 516);
        QIcon icon;
        icon.addFile(QString::fromUtf8(":/images/images/mail_generic.png"), QSize(), QIcon::Normal, QIcon::Off);
        AssumaMailDialog->setWindowIcon(icon);
        gridLayout = new QGridLayout(AssumaMailDialog);
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        label_2 = new QLabel(AssumaMailDialog);
        label_2->setObjectName(QString::fromUtf8("label_2"));

        horizontalLayout->addWidget(label_2);

        le_from = new QLineEdit(AssumaMailDialog);
        le_from->setObjectName(QString::fromUtf8("le_from"));
        le_from->setEnabled(false);

        horizontalLayout->addWidget(le_from);


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

        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
        toListWidget = new QListWidget(AssumaMailDialog);
        toListWidget->setObjectName(QString::fromUtf8("toListWidget"));
        toListWidget->setMaximumSize(QSize(16777215, 75));

        horizontalLayout_2->addWidget(toListWidget);

        verticalLayout = new QVBoxLayout();
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        addAdressButton = new QPushButton(AssumaMailDialog);
        addAdressButton->setObjectName(QString::fromUtf8("addAdressButton"));
        QIcon icon1;
        icon1.addFile(QString::fromUtf8(":/images/images/add.png"), QSize(), QIcon::Normal, QIcon::Off);
        addAdressButton->setIcon(icon1);
        addAdressButton->setIconSize(QSize(22, 22));

        verticalLayout->addWidget(addAdressButton);

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

        verticalLayout->addWidget(delAdressButton);


        horizontalLayout_2->addLayout(verticalLayout);


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

        hboxLayout = new QHBoxLayout();
        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
        textLabel1 = new QLabel(AssumaMailDialog);
        textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
        textLabel1->setWordWrap(false);

        hboxLayout->addWidget(textLabel1);

        le_subject = new QLineEdit(AssumaMailDialog);
        le_subject->setObjectName(QString::fromUtf8("le_subject"));

        hboxLayout->addWidget(le_subject);


        gridLayout->addLayout(hboxLayout, 3, 0, 1, 1);

        _2 = new QGridLayout();
        _2->setObjectName(QString::fromUtf8("_2"));
        textLabel7 = new QLabel(AssumaMailDialog);
        textLabel7->setObjectName(QString::fromUtf8("textLabel7"));
        textLabel7->setWordWrap(false);

        _2->addWidget(textLabel7, 0, 0, 1, 1);

        bodyEdit = new QTextEdit(AssumaMailDialog);
        bodyEdit->setObjectName(QString::fromUtf8("bodyEdit"));

        _2->addWidget(bodyEdit, 1, 0, 1, 1);


        gridLayout->addLayout(_2, 4, 0, 1, 1);

        _3 = new QHBoxLayout();
        _3->setObjectName(QString::fromUtf8("_3"));
        delAttachementButton = new QPushButton(AssumaMailDialog);
        delAttachementButton->setObjectName(QString::fromUtf8("delAttachementButton"));
        delAttachementButton->setMinimumSize(QSize(0, 32));
        delAttachementButton->setIcon(icon2);
        delAttachementButton->setIconSize(QSize(24, 24));

        _3->addWidget(delAttachementButton);

        attachementButton = new QPushButton(AssumaMailDialog);
        attachementButton->setObjectName(QString::fromUtf8("attachementButton"));
        attachementButton->setMinimumSize(QSize(0, 32));
        attachementButton->setIcon(icon1);
        attachementButton->setIconSize(QSize(24, 24));

        _3->addWidget(attachementButton);

        sendButton = new QPushButton(AssumaMailDialog);
        sendButton->setObjectName(QString::fromUtf8("sendButton"));
        sendButton->setMinimumSize(QSize(0, 32));
        QIcon icon3;
        icon3.addFile(QString::fromUtf8(":/images/images/mail_send.png"), QSize(), QIcon::Normal, QIcon::Off);
        sendButton->setIcon(icon3);
        sendButton->setIconSize(QSize(24, 24));

        _3->addWidget(sendButton);

        closeButton = new QPushButton(AssumaMailDialog);
        closeButton->setObjectName(QString::fromUtf8("closeButton"));
        closeButton->setMinimumSize(QSize(0, 32));
        QIcon icon4;
        icon4.addFile(QString::fromUtf8(":/images/images/close.png"), QSize(), QIcon::Normal, QIcon::Off);
        closeButton->setIcon(icon4);
        closeButton->setIconSize(QSize(24, 24));

        _3->addWidget(closeButton);


        gridLayout->addLayout(_3, 6, 0, 1, 1);

        _4 = new QHBoxLayout();
        _4->setObjectName(QString::fromUtf8("_4"));
        spacer2 = new QSpacerItem(221, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);

        _4->addItem(spacer2);

        label = new QLabel(AssumaMailDialog);
        label->setObjectName(QString::fromUtf8("label"));
        label->setWordWrap(false);

        _4->addWidget(label);

        progressBar = new QProgressBar(AssumaMailDialog);
        progressBar->setObjectName(QString::fromUtf8("progressBar"));
        progressBar->setMaximumSize(QSize(100, 16777215));
        progressBar->setValue(0);

        _4->addWidget(progressBar);


        gridLayout->addLayout(_4, 7, 0, 1, 1);

        textLabel6 = new QLabel(AssumaMailDialog);
        textLabel6->setObjectName(QString::fromUtf8("textLabel6"));
        textLabel6->setWordWrap(false);

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

        attachements = new QTreeWidget(AssumaMailDialog);
        attachements->setObjectName(QString::fromUtf8("attachements"));
        attachements->setMaximumSize(QSize(16777215, 100));
        attachements->setAlternatingRowColors(true);
        attachements->setAnimated(true);
        attachements->setAllColumnsShowFocus(true);

        gridLayout->addWidget(attachements, 5, 0, 1, 1);


        retranslateUi(AssumaMailDialog);
        QObject::connect(closeButton, SIGNAL(clicked()), AssumaMailDialog, SLOT(close()));

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

    void retranslateUi(QDialog *AssumaMailDialog)
    {
        AssumaMailDialog->setWindowTitle(QApplication::translate("AssumaMailDialog", "Send an e-mail", 0, QApplication::UnicodeUTF8));
        label_2->setText(QApplication::translate("AssumaMailDialog", "From: ", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        toListWidget->setToolTip(QApplication::translate("AssumaMailDialog", "This is the list of all the people who will receive the e-mail.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        addAdressButton->setToolTip(QApplication::translate("AssumaMailDialog", "Click here to add an e-mail address.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        addAdressButton->setText(QApplication::translate("AssumaMailDialog", "Add", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        delAdressButton->setToolTip(QApplication::translate("AssumaMailDialog", "Click here to suppress the currently selected address.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        delAdressButton->setText(QApplication::translate("AssumaMailDialog", "Delete", 0, QApplication::UnicodeUTF8));
        delAdressButton->setShortcut(QApplication::translate("AssumaMailDialog", "Ctrl+Del", 0, QApplication::UnicodeUTF8));
        textLabel1->setText(QApplication::translate("AssumaMailDialog", "Subject:", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        le_subject->setToolTip(QApplication::translate("AssumaMailDialog", "Write the subject of your e-mail here (usually a short sentence wich tell the main purpose of your message).", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        textLabel7->setText(QApplication::translate("AssumaMailDialog", "Body:", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        bodyEdit->setToolTip(QApplication::translate("AssumaMailDialog", "Write your message here.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        delAttachementButton->setToolTip(QApplication::translate("AssumaMailDialog", "Click here to delete the currently selected attachement.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        delAttachementButton->setText(QApplication::translate("AssumaMailDialog", "Delete selected attachement", 0, QApplication::UnicodeUTF8));
        delAttachementButton->setShortcut(QApplication::translate("AssumaMailDialog", "Shift+Del", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        attachementButton->setToolTip(QApplication::translate("AssumaMailDialog", "Click here to add an attachement to your e-mail.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        attachementButton->setText(QApplication::translate("AssumaMailDialog", "Add attachement", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        sendButton->setToolTip(QApplication::translate("AssumaMailDialog", "Click here to send your e-mail to all people in the list.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        sendButton->setText(QApplication::translate("AssumaMailDialog", "Send", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        closeButton->setToolTip(QApplication::translate("AssumaMailDialog", "Click here to close this window. <b>WARNING</b> you will loose your work if you don't sent it before closing the window.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        closeButton->setText(QApplication::translate("AssumaMailDialog", "Close", 0, QApplication::UnicodeUTF8));
        label->setText(QApplication::translate("AssumaMailDialog", "No current operation", 0, QApplication::UnicodeUTF8));
        textLabel6->setText(QApplication::translate("AssumaMailDialog", "List of peoples who will receive this e-mail:", 0, QApplication::UnicodeUTF8));
        QTreeWidgetItem *___qtreewidgetitem = attachements->headerItem();
        ___qtreewidgetitem->setText(2, QApplication::translate("AssumaMailDialog", "File", 0, QApplication::UnicodeUTF8));
        ___qtreewidgetitem->setText(1, QApplication::translate("AssumaMailDialog", "Size", 0, QApplication::UnicodeUTF8));
        ___qtreewidgetitem->setText(0, QApplication::translate("AssumaMailDialog", "Name", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class AssumaMailDialog: public Ui_AssumaMailDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_ASSUMA_MAILDIALOG_H