Sophie

Sophie

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

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

/********************************************************************************
** Form generated from reading UI file 'UIMonitor.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_UIMONITOR_H
#define UI_UIMONITOR_H

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

QT_BEGIN_NAMESPACE

class Ui_UIMonitor
{
public:
    QLabel *lDLJauge;
    QLabel *lUPJauge;
    QLabel *lDLRate;
    QLabel *lUPRate;
    fgLabel *fgClose;

    void setupUi(fgDialog *UIMonitor)
    {
        if (UIMonitor->objectName().isEmpty())
            UIMonitor->setObjectName(QString::fromUtf8("UIMonitor"));
        UIMonitor->resize(181, 116);
        UIMonitor->setBackgroundPixmap(QPixmap(QString::fromUtf8(":/monitor/Pictures/monitor/monitor.png")));
        lDLJauge = new QLabel(UIMonitor);
        lDLJauge->setObjectName(QString::fromUtf8("lDLJauge"));
        lDLJauge->setGeometry(QRect(24, 46, 0, 18));
        lDLJauge->setPixmap(QPixmap(QString::fromUtf8(":/monitor/Pictures/monitor/down.png")));
        lDLJauge->setScaledContents(true);
        lUPJauge = new QLabel(UIMonitor);
        lUPJauge->setObjectName(QString::fromUtf8("lUPJauge"));
        lUPJauge->setGeometry(QRect(24, 82, 0, 18));
        lUPJauge->setPixmap(QPixmap(QString::fromUtf8(":/monitor/Pictures/monitor/up.png")));
        lUPJauge->setScaledContents(true);
        lDLRate = new QLabel(UIMonitor);
        lDLRate->setObjectName(QString::fromUtf8("lDLRate"));
        lDLRate->setGeometry(QRect(23, 29, 145, 16));
        lDLRate->setTextFormat(Qt::LogText);
        lDLRate->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
        lUPRate = new QLabel(UIMonitor);
        lUPRate->setObjectName(QString::fromUtf8("lUPRate"));
        lUPRate->setGeometry(QRect(23, 65, 145, 16));
        lUPRate->setTextFormat(Qt::LogText);
        lUPRate->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
        fgClose = new fgLabel(UIMonitor);
        fgClose->setObjectName(QString::fromUtf8("fgClose"));
        fgClose->setGeometry(QRect(163, 4, 14, 14));
        fgClose->setCursor(QCursor(static_cast<Qt::CursorShape>(13)));
        fgClose->setButtonNormalPixmap(QPixmap(QString::fromUtf8(":/boutons/Pictures/boutons/btn-fermer01.png")));
        fgClose->setButtonPushedPixmap(QPixmap(QString::fromUtf8(":/boutons/Pictures/boutons/btn-fermer02.png")));

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

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

    void retranslateUi(fgDialog *UIMonitor)
    {
        UIMonitor->setWindowTitle(QApplication::translate("UIMonitor", "Moniteur de d\303\251bit", 0, QApplication::UnicodeUTF8));
        lDLRate->setText(QApplication::translate("UIMonitor", "0.00 Ko/s", 0, QApplication::UnicodeUTF8));
        lUPRate->setText(QApplication::translate("UIMonitor", "0.00 Ko/s", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class UIMonitor: public Ui_UIMonitor {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_UIMONITOR_H