Sophie

Sophie

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

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

/********************************************************************************
** Form generated from reading UI file 'assuma_helpbrowser.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_HELPBROWSER_H
#define UI_ASSUMA_HELPBROWSER_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QFrame>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QProgressBar>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtWebKit/QWebView>

QT_BEGIN_NAMESPACE

class Ui_AssumaHelpBrowser
{
public:
    QGridLayout *gridLayout_2;
    QHBoxLayout *horizontalLayout;
    QPushButton *backButton;
    QPushButton *forwardButton;
    QPushButton *closeButton;
    QSpacerItem *horizontalSpacer;
    QFrame *frame;
    QGridLayout *gridLayout;
    QWebView *webView;
    QHBoxLayout *horizontalLayout_2;
    QSpacerItem *horizontalSpacer_2;
    QProgressBar *progressBar;

    void setupUi(QDialog *AssumaHelpBrowser)
    {
        if (AssumaHelpBrowser->objectName().isEmpty())
            AssumaHelpBrowser->setObjectName(QString::fromUtf8("AssumaHelpBrowser"));
        AssumaHelpBrowser->resize(850, 600);
        QIcon icon;
        icon.addFile(QString::fromUtf8(":/images/images/as-help-browser.png"), QSize(), QIcon::Normal, QIcon::Off);
        AssumaHelpBrowser->setWindowIcon(icon);
        gridLayout_2 = new QGridLayout(AssumaHelpBrowser);
        gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        backButton = new QPushButton(AssumaHelpBrowser);
        backButton->setObjectName(QString::fromUtf8("backButton"));
        QIcon icon1;
        icon1.addFile(QString::fromUtf8(":/images/images/back.png"), QSize(), QIcon::Normal, QIcon::Off);
        backButton->setIcon(icon1);
        backButton->setIconSize(QSize(22, 22));

        horizontalLayout->addWidget(backButton);

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

        horizontalLayout->addWidget(forwardButton);

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

        horizontalLayout->addWidget(closeButton);

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

        horizontalLayout->addItem(horizontalSpacer);


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

        frame = new QFrame(AssumaHelpBrowser);
        frame->setObjectName(QString::fromUtf8("frame"));
        frame->setFrameShape(QFrame::StyledPanel);
        frame->setFrameShadow(QFrame::Raised);
        gridLayout = new QGridLayout(frame);
        gridLayout->setContentsMargins(1, 1, 1, 1);
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        webView = new QWebView(frame);
        webView->setObjectName(QString::fromUtf8("webView"));
        webView->setUrl(QUrl("about:blank"));

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


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

        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
        horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_2->addItem(horizontalSpacer_2);

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

        horizontalLayout_2->addWidget(progressBar);


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


        retranslateUi(AssumaHelpBrowser);
        QObject::connect(backButton, SIGNAL(clicked()), webView, SLOT(back()));
        QObject::connect(forwardButton, SIGNAL(clicked()), webView, SLOT(forward()));
        QObject::connect(closeButton, SIGNAL(clicked()), AssumaHelpBrowser, SLOT(accept()));

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

    void retranslateUi(QDialog *AssumaHelpBrowser)
    {
        AssumaHelpBrowser->setWindowTitle(QApplication::translate("AssumaHelpBrowser", "Association Subscribers Manager - Help Browser", 0, QApplication::UnicodeUTF8));
        backButton->setText(QApplication::translate("AssumaHelpBrowser", "Back", 0, QApplication::UnicodeUTF8));
        forwardButton->setText(QApplication::translate("AssumaHelpBrowser", "Forward", 0, QApplication::UnicodeUTF8));
        closeButton->setText(QApplication::translate("AssumaHelpBrowser", "Close", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class AssumaHelpBrowser: public Ui_AssumaHelpBrowser {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_ASSUMA_HELPBROWSER_H