Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > a682ed06b7e9c8d5c3b6ae729da2d8d5 > files > 49

freego-debug-4.5-1mdv2011.0.i586.rpm

/********************************************************************************
** Form generated from reading UI file 'UINetwork.ui'
**
** Created: Mon Dec 6 20:51:29 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_UINETWORK_H
#define UI_UINETWORK_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHeaderView>
#include <QtGui/QTextBrowser>
#include "fgDialog.h"
#include "fgLabel.h"

QT_BEGIN_NAMESPACE

class Ui_UINetwork
{
public:
    QTextBrowser *tbFree;
    QTextBrowser *tbFreebox;
    fgLabel *fgClose;
    QTextBrowser *tbNetwork;

    void setupUi(fgDialog *UINetwork)
    {
        if (UINetwork->objectName().isEmpty())
            UINetwork->setObjectName(QString::fromUtf8("UINetwork"));
        UINetwork->resize(564, 470);
        UINetwork->setBackgroundPixmap(QPixmap(QString::fromUtf8(":/network/Pictures/network/Infos-reseaux.png")));
        tbFree = new QTextBrowser(UINetwork);
        tbFree->setObjectName(QString::fromUtf8("tbFree"));
        tbFree->setGeometry(QRect(28, 218, 511, 91));
        tbFree->setFrameShape(QFrame::NoFrame);
        tbFree->setFrameShadow(QFrame::Plain);
        tbFreebox = new QTextBrowser(UINetwork);
        tbFreebox->setObjectName(QString::fromUtf8("tbFreebox"));
        tbFreebox->setGeometry(QRect(28, 353, 511, 91));
        tbFreebox->setFrameShape(QFrame::NoFrame);
        tbFreebox->setFrameShadow(QFrame::Plain);
        fgClose = new fgLabel(UINetwork);
        fgClose->setObjectName(QString::fromUtf8("fgClose"));
        fgClose->setGeometry(QRect(545, 4, 14, 14));
        fgClose->setCursor(QCursor(Qt::PointingHandCursor));
        fgClose->setButtonNormalPixmap(QPixmap(QString::fromUtf8(":/boutons/Pictures/boutons/btn-fermer01.png")));
        fgClose->setButtonPushedPixmap(QPixmap(QString::fromUtf8(":/boutons/Pictures/boutons/btn-fermer02.png")));
        tbNetwork = new QTextBrowser(UINetwork);
        tbNetwork->setObjectName(QString::fromUtf8("tbNetwork"));
        tbNetwork->setGeometry(QRect(28, 83, 511, 91));
        tbNetwork->setFrameShape(QFrame::NoFrame);
        tbNetwork->setFrameShadow(QFrame::Plain);

        retranslateUi(UINetwork);
        QObject::connect(fgClose, SIGNAL(clicked()), UINetwork, SLOT(reject()));

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

    void retranslateUi(fgDialog *UINetwork)
    {
        UINetwork->setWindowTitle(QApplication::translate("UINetwork", "Informations R\303\251seaux Free", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class UINetwork: public Ui_UINetwork {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_UINETWORK_H