|
Isis 3.0 Developer's Reference (API) |
Home |
00001 /******************************************************************************** 00002 ** Form generated from reading UI file 'ProfileDialog.ui' 00003 ** 00004 ** Created: Thu Mar 14 14:17:18 2013 00005 ** by: Qt User Interface Compiler version 4.8.0 00006 ** 00007 ** WARNING! All changes made in this file will be lost when recompiling UI file! 00008 ********************************************************************************/ 00009 00010 #ifndef UI_PROFILEDIALOG_H 00011 #define UI_PROFILEDIALOG_H 00012 00013 #include <QtCore/QVariant> 00014 #include <QtGui/QAction> 00015 #include <QtGui/QApplication> 00016 #include <QtGui/QButtonGroup> 00017 #include <QtGui/QDialog> 00018 #include <QtGui/QHBoxLayout> 00019 #include <QtGui/QHeaderView> 00020 #include <QtGui/QPushButton> 00021 #include <QtGui/QVBoxLayout> 00022 #include <QtGui/QWidget> 00023 00024 QT_BEGIN_NAMESPACE 00025 00026 class Ui_ProfileDialog 00027 { 00028 public: 00029 QWidget *widget; 00030 QVBoxLayout *verticalLayout; 00031 QPushButton *createStartButton; 00032 QPushButton *createEndButton; 00033 QHBoxLayout *horizontalLayout; 00034 QPushButton *helpButton; 00035 QPushButton *profileButton; 00036 QPushButton *cancelButton; 00037 00038 void setupUi(QDialog *ProfileDialog) 00039 { 00040 if (ProfileDialog->objectName().isEmpty()) 00041 ProfileDialog->setObjectName(QString::fromUtf8("ProfileDialog")); 00042 ProfileDialog->resize(271, 168); 00043 widget = new QWidget(ProfileDialog); 00044 widget->setObjectName(QString::fromUtf8("widget")); 00045 widget->setGeometry(QRect(10, 32, 249, 103)); 00046 verticalLayout = new QVBoxLayout(widget); 00047 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); 00048 verticalLayout->setContentsMargins(0, 0, 0, 0); 00049 createStartButton = new QPushButton(widget); 00050 createStartButton->setObjectName(QString::fromUtf8("createStartButton")); 00051 00052 verticalLayout->addWidget(createStartButton); 00053 00054 createEndButton = new QPushButton(widget); 00055 createEndButton->setObjectName(QString::fromUtf8("createEndButton")); 00056 00057 verticalLayout->addWidget(createEndButton); 00058 00059 horizontalLayout = new QHBoxLayout(); 00060 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); 00061 helpButton = new QPushButton(widget); 00062 helpButton->setObjectName(QString::fromUtf8("helpButton")); 00063 00064 horizontalLayout->addWidget(helpButton); 00065 00066 profileButton = new QPushButton(widget); 00067 profileButton->setObjectName(QString::fromUtf8("profileButton")); 00068 profileButton->setEnabled(false); 00069 00070 horizontalLayout->addWidget(profileButton); 00071 00072 cancelButton = new QPushButton(widget); 00073 cancelButton->setObjectName(QString::fromUtf8("cancelButton")); 00074 00075 horizontalLayout->addWidget(cancelButton); 00076 00077 00078 verticalLayout->addLayout(horizontalLayout); 00079 00080 00081 retranslateUi(ProfileDialog); 00082 QObject::connect(profileButton, SIGNAL(clicked()), ProfileDialog, SLOT(accept())); 00083 QObject::connect(cancelButton, SIGNAL(clicked()), ProfileDialog, SLOT(reject())); 00084 00085 QMetaObject::connectSlotsByName(ProfileDialog); 00086 } // setupUi 00087 00088 void retranslateUi(QDialog *ProfileDialog) 00089 { 00090 ProfileDialog->setWindowTitle(QApplication::translate("ProfileDialog", "Select Profile Endpoints", 0, QApplication::UnicodeUTF8)); 00091 createStartButton->setText(QApplication::translate("ProfileDialog", "Create Start Point", 0, QApplication::UnicodeUTF8)); 00092 createEndButton->setText(QApplication::translate("ProfileDialog", "Create End Point", 0, QApplication::UnicodeUTF8)); 00093 helpButton->setText(QApplication::translate("ProfileDialog", "Help", 0, QApplication::UnicodeUTF8)); 00094 profileButton->setText(QApplication::translate("ProfileDialog", "Profile", 0, QApplication::UnicodeUTF8)); 00095 cancelButton->setText(QApplication::translate("ProfileDialog", "Cancel", 0, QApplication::UnicodeUTF8)); 00096 } // retranslateUi 00097 00098 }; 00099 00100 namespace Ui { 00101 class ProfileDialog: public Ui_ProfileDialog {}; 00102 } // namespace Ui 00103 00104 QT_END_NAMESPACE 00105 00106 #endif // UI_PROFILEDIALOG_H