ui_renderPicUI.h

Go to the documentation of this file.
00001 #ifndef UI_RENDERPICUI_H
00002 #define UI_RENDERPICUI_H
00003 
00004 #include "ClickableLabel.h"
00005 #include <QtCore/QVariant>
00006 #include <QtGui/QAction>
00007 #include <QtGui/QApplication>
00008 #include <QtGui/QButtonGroup>
00009 #include <QtGui/QMainWindow>
00010 #include <QtGui/QWidget>
00011 
00012 class Ui_renderPicUI
00013 {
00014 public:
00015     QWidget *centralWidget;
00016     ClickableLabel *pic;
00017 
00018     void setupUi(QMainWindow *renderPicUI)
00019     {
00020     renderPicUI->setObjectName(QString::fromUtf8("renderPicUI"));
00021     renderPicUI->resize(QSize(256, 256).expandedTo(renderPicUI->minimumSizeHint()));
00022     centralWidget = new QWidget(renderPicUI);
00023     centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
00024     pic = new ClickableLabel(centralWidget);
00025     pic->setObjectName(QString::fromUtf8("pic"));
00026     pic->setGeometry(QRect(0, 0, 128, 128));
00027     pic->setPixmap(QPixmap());
00028     renderPicUI->setCentralWidget(centralWidget);
00029     retranslateUi(renderPicUI);
00030 
00031     QMetaObject::connectSlotsByName(renderPicUI);
00032     } // setupUi
00033 
00034     void retranslateUi(QMainWindow *renderPicUI)
00035     {
00036     renderPicUI->setWindowTitle(QApplication::translate("renderPicUI", "MainWindow", 0, QApplication::UnicodeUTF8));
00037     pic->setText(QApplication::translate("renderPicUI", "", 0, QApplication::UnicodeUTF8));
00038     Q_UNUSED(renderPicUI);
00039     } // retranslateUi
00040 
00041 };
00042 
00043 namespace Ui {
00044     class renderPicUI: public Ui_renderPicUI {};
00045 } // namespace Ui
00046 
00047 #endif // UI_RENDERPICUI_H

Generated on Mon Jan 23 19:44:28 2006 for Visualization by  doxygen 1.4.6