Sophie

Sophie

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

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

/********************************************************************************
** Form generated from reading UI file 'UINotify.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_UINOTIFY_H
#define UI_UINOTIFY_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_UINotify
{
public:
    QTextBrowser *tbInformations;
    fgLabel *fgClose;

    void setupUi(fgDialog *UINotify)
    {
        if (UINotify->objectName().isEmpty())
            UINotify->setObjectName(QString::fromUtf8("UINotify"));
        UINotify->resize(181, 116);
        tbInformations = new QTextBrowser(UINotify);
        tbInformations->setObjectName(QString::fromUtf8("tbInformations"));
        tbInformations->setGeometry(QRect(6, 29, 169, 81));
        tbInformations->setFrameShape(QFrame::NoFrame);
        tbInformations->setFrameShadow(QFrame::Plain);
        tbInformations->setLineWidth(0);
        fgClose = new fgLabel(UINotify);
        fgClose->setObjectName(QString::fromUtf8("fgClose"));
        fgClose->setGeometry(QRect(163, 4, 14, 14));
        fgClose->setCursor(QCursor(Qt::PointingHandCursor));

        retranslateUi(UINotify);
        QObject::connect(fgClose, SIGNAL(clicked()), UINotify, SLOT(close()));

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

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

};

namespace Ui {
    class UINotify: public Ui_UINotify {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_UINOTIFY_H