pihmLIBS/helpDialog/ui_helpdialog.h

Go to the documentation of this file.
00001 #ifndef UI_HELPDIALOG_H
00002 #define UI_HELPDIALOG_H
00003 
00004 #include <QtCore/QVariant>
00005 #include <QtGui/QAction>
00006 #include <QtGui/QApplication>
00007 #include <QtGui/QButtonGroup>
00008 #include <QtGui/QDialog>
00009 #include <QtGui/QGridLayout>
00010 #include <QtGui/QPushButton>
00011 #include <QtGui/QWidget>
00012 #include <Qt3Support/Q3MimeSourceFactory>
00013 #include "Qt3Support/Q3TextBrowser"
00014 
00015 class Ui_helpDialog
00016 {
00017 public:
00018     QWidget *layout1;
00019     QGridLayout *gridLayout;
00020     Q3TextBrowser *helpTextBrowser;
00021     QPushButton *helpDialogCloseButton;
00022 
00023     void setupUi(QDialog *helpDialog)
00024     {
00025     helpDialog->setObjectName(QString::fromUtf8("helpDialog"));
00026     helpDialog->resize(QSize(600, 480).expandedTo(helpDialog->minimumSizeHint()));
00027     layout1 = new QWidget(helpDialog);
00028     layout1->setObjectName(QString::fromUtf8("layout1"));
00029     layout1->setGeometry(QRect(10, 10, 580, 450));
00030     gridLayout = new QGridLayout(layout1);
00031     gridLayout->setSpacing(6);
00032     gridLayout->setMargin(0);
00033     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00034     helpTextBrowser = new Q3TextBrowser(layout1);
00035     helpTextBrowser->setObjectName(QString::fromUtf8("helpTextBrowser"));
00036 
00037     gridLayout->addWidget(helpTextBrowser, 0, 0, 1, 1);
00038 
00039     helpDialogCloseButton = new QPushButton(layout1);
00040     helpDialogCloseButton->setObjectName(QString::fromUtf8("helpDialogCloseButton"));
00041 
00042     gridLayout->addWidget(helpDialogCloseButton, 1, 0, 1, 1);
00043 
00044     retranslateUi(helpDialog);
00045 
00046     QMetaObject::connectSlotsByName(helpDialog);
00047     } // setupUi
00048 
00049     void retranslateUi(QDialog *helpDialog)
00050     {
00051     helpDialog->setWindowTitle(QApplication::translate("helpDialog", "Help", 0, QApplication::UnicodeUTF8));
00052     helpDialogCloseButton->setText(QApplication::translate("helpDialog", "Close", 0, QApplication::UnicodeUTF8));
00053     Q_UNUSED(helpDialog);
00054     } // retranslateUi
00055 
00056 };
00057 
00058 namespace Ui {
00059     class helpDialog: public Ui_helpDialog {};
00060 } // namespace Ui
00061 
00062 #endif // UI_HELPDIALOG_H

Generated on Sun Aug 5 17:33:59 2007 for PIHMgis by  doxygen 1.5.2