Sophie

Sophie

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

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

/********************************************************************************
** Form generated from reading UI file 'UIAlert.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_UIALERT_H
#define UI_UIALERT_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_UIAlert
{
public:
    fgLabel *fgOK;
    QLabel *lMessage;

    void setupUi(fgDialog *UIAlert)
    {
        if (UIAlert->objectName().isEmpty())
            UIAlert->setObjectName(QString::fromUtf8("UIAlert"));
        UIAlert->resize(302, 151);
        UIAlert->setStyleSheet(QString::fromUtf8(""));
        UIAlert->setProperty("backgroundPixmap", QVariant(QPixmap(QString::fromUtf8(":/alerte/Pictures/alerte/alerte.png"))));
        fgOK = new fgLabel(UIAlert);
        fgOK->setObjectName(QString::fromUtf8("fgOK"));
        fgOK->setGeometry(QRect(112, 120, 77, 27));
        fgOK->setCursor(QCursor(Qt::PointingHandCursor));
        fgOK->setProperty("buttonNormalPixmap", QVariant(QPixmap(QString::fromUtf8(":/alerte/Pictures/alerte/ok01.png"))));
        fgOK->setProperty("buttonPushedPixmap", QVariant(QPixmap(QString::fromUtf8(":/alerte/Pictures/alerte/ok02.png"))));
        lMessage = new QLabel(UIAlert);
        lMessage->setObjectName(QString::fromUtf8("lMessage"));
        lMessage->setGeometry(QRect(10, 35, 283, 81));
        lMessage->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
        lMessage->setWordWrap(true);

        retranslateUi(UIAlert);
        QObject::connect(fgOK, SIGNAL(clicked()), UIAlert, SLOT(accept()));

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

    void retranslateUi(fgDialog *UIAlert)
    {
        UIAlert->setWindowTitle(QApplication::translate("UIAlert", "Alerte", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class UIAlert: public Ui_UIAlert {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_UIALERT_H