Isis 3.0 Programmer Reference
Back | Home
ui_ProfileDialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'ProfileDialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.6.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PROFILEDIALOG_H
10 #define UI_PROFILEDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QPushButton>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QWidget *widget;
29  QVBoxLayout *verticalLayout;
30  QPushButton *createStartButton;
31  QPushButton *createEndButton;
32  QHBoxLayout *horizontalLayout;
33  QPushButton *helpButton;
34  QPushButton *profileButton;
35  QPushButton *cancelButton;
36 
37  void setupUi(QDialog *ProfileDialog)
38  {
39  if (ProfileDialog->objectName().isEmpty())
40  ProfileDialog->setObjectName(QStringLiteral("ProfileDialog"));
41  ProfileDialog->resize(271, 168);
42  widget = new QWidget(ProfileDialog);
43  widget->setObjectName(QStringLiteral("widget"));
44  widget->setGeometry(QRect(10, 32, 249, 103));
45  verticalLayout = new QVBoxLayout(widget);
46  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
47  verticalLayout->setContentsMargins(0, 0, 0, 0);
48  createStartButton = new QPushButton(widget);
49  createStartButton->setObjectName(QStringLiteral("createStartButton"));
50 
51  verticalLayout->addWidget(createStartButton);
52 
53  createEndButton = new QPushButton(widget);
54  createEndButton->setObjectName(QStringLiteral("createEndButton"));
55 
56  verticalLayout->addWidget(createEndButton);
57 
58  horizontalLayout = new QHBoxLayout();
59  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
60  helpButton = new QPushButton(widget);
61  helpButton->setObjectName(QStringLiteral("helpButton"));
62 
63  horizontalLayout->addWidget(helpButton);
64 
65  profileButton = new QPushButton(widget);
66  profileButton->setObjectName(QStringLiteral("profileButton"));
67  profileButton->setEnabled(false);
68 
69  horizontalLayout->addWidget(profileButton);
70 
71  cancelButton = new QPushButton(widget);
72  cancelButton->setObjectName(QStringLiteral("cancelButton"));
73 
74  horizontalLayout->addWidget(cancelButton);
75 
76 
77  verticalLayout->addLayout(horizontalLayout);
78 
79 
80  retranslateUi(ProfileDialog);
81  QObject::connect(profileButton, SIGNAL(clicked()), ProfileDialog, SLOT(accept()));
82  QObject::connect(cancelButton, SIGNAL(clicked()), ProfileDialog, SLOT(reject()));
83 
84  QMetaObject::connectSlotsByName(ProfileDialog);
85  } // setupUi
86 
87  void retranslateUi(QDialog *ProfileDialog)
88  {
89  ProfileDialog->setWindowTitle(QApplication::translate("ProfileDialog", "Select Profile Endpoints", 0));
90  createStartButton->setText(QApplication::translate("ProfileDialog", "Create Start Point", 0));
91  createEndButton->setText(QApplication::translate("ProfileDialog", "Create End Point", 0));
92  helpButton->setText(QApplication::translate("ProfileDialog", "Help", 0));
93  profileButton->setText(QApplication::translate("ProfileDialog", "Profile", 0));
94  cancelButton->setText(QApplication::translate("ProfileDialog", "Cancel", 0));
95  } // retranslateUi
96 
97 };
98 
99 namespace Ui {
100  class ProfileDialog: public Ui_ProfileDialog {};
101 } // namespace Ui
102 
103 QT_END_NAMESPACE
104 
105 #endif // UI_PROFILEDIALOG_H

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/13/2023 15:15:35