Sophie

Sophie

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

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

/********************************************************************************
** Form generated from reading UI file 'UIRate.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_UIRATE_H
#define UI_UIRATE_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_UIRate
{
public:
    fgLabel *fgProgressBar;
    QLabel *lComment;
    QLabel *lResult;
    fgLabel *fgRate;
    QLabel *lWarning;
    fgLabel *fgClose;

    void setupUi(fgDialog *UIRate)
    {
        if (UIRate->objectName().isEmpty())
            UIRate->setObjectName(QString::fromUtf8("UIRate"));
        UIRate->resize(419, 265);
        UIRate->setBackgroundPixmap(QPixmap(QString::fromUtf8(":/testdebit/Pictures/testdebit/rate.png")));
        fgProgressBar = new fgLabel(UIRate);
        fgProgressBar->setObjectName(QString::fromUtf8("fgProgressBar"));
        fgProgressBar->setGeometry(QRect(42, 109, 336, 18));
        fgProgressBar->setScaledContents(true);
        fgProgressBar->setAutoResize(false);
        fgProgressBar->setButtonNormalPixmap(QPixmap(QString::fromUtf8(":/testdebit/Pictures/testdebit/progressbar.png")));
        lComment = new QLabel(UIRate);
        lComment->setObjectName(QString::fromUtf8("lComment"));
        lComment->setGeometry(QRect(9, 237, 401, 20));
        lComment->setAlignment(Qt::AlignCenter);
        lResult = new QLabel(UIRate);
        lResult->setObjectName(QString::fromUtf8("lResult"));
        lResult->setGeometry(QRect(12, 180, 401, 51));
        lResult->setWordWrap(true);
        fgRate = new fgLabel(UIRate);
        fgRate->setObjectName(QString::fromUtf8("fgRate"));
        fgRate->setGeometry(QRect(151, 151, 114, 27));
        fgRate->setCursor(QCursor(Qt::PointingHandCursor));
        fgRate->setButtonNormalPixmap(QPixmap(QString::fromUtf8(":/testdebit/Pictures/testdebit/btn-tester01.png")));
        fgRate->setButtonPushedPixmap(QPixmap(QString::fromUtf8(":/testdebit/Pictures/testdebit/btn-tester02.png")));
        lWarning = new QLabel(UIRate);
        lWarning->setObjectName(QString::fromUtf8("lWarning"));
        lWarning->setGeometry(QRect(12, 36, 401, 51));
        lWarning->setWordWrap(true);
        fgClose = new fgLabel(UIRate);
        fgClose->setObjectName(QString::fromUtf8("fgClose"));
        fgClose->setGeometry(QRect(400, 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")));

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

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

    void retranslateUi(fgDialog *UIRate)
    {
        UIRate->setWindowTitle(QApplication::translate("UIRate", "Test de d\303\251bit", 0, QApplication::UnicodeUTF8));
        lResult->setText(QApplication::translate("UIRate", "Vitesse moyenne de d\303\251bit descendant et remontant de votre connexion ADSL : (Test non effectu\303\251.)", 0, QApplication::UnicodeUTF8));
        lWarning->setText(QApplication::translate("UIRate", "Avant de d\303\251buter le test de d\303\251bit, veillez \303\240 fermer toutes les applications susceptibles de g\303\251n\303\251rer du trafic afin de ne pas fausser les r\303\251sultats.", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class UIRate: public Ui_UIRate {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_UIRATE_H