Isis 3.0 Programmer Reference
Back | Home
ui_MatchToolDeletePointDialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'MatchToolDeletePointDialog.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_MATCHTOOLDELETEPOINTDIALOG_H
10 #define UI_MATCHTOOLDELETEPOINTDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QListWidget>
23 #include <QtWidgets/QPushButton>
24 #include <QtWidgets/QSpacerItem>
25 #include <QtWidgets/QVBoxLayout>
26 #include <QtWidgets/QWidget>
27 
28 QT_BEGIN_NAMESPACE
29 
31 {
32 public:
33  QWidget *deletePointLayoutWidget;
34  QWidget *widget;
35  QWidget *widget1;
36  QWidget *widget2;
37  QVBoxLayout *vboxLayout;
38  QHBoxLayout *hboxLayout;
39  QLabel *pointIdLabel;
40  QLineEdit *pointIdValue;
41  QCheckBox *deleteAllCheckBox;
42  QHBoxLayout *hboxLayout1;
43  QLabel *orLabel;
44  QSpacerItem *spacerItem;
45  QLabel *imageLabel;
46  QListWidget *fileList;
47  QHBoxLayout *hboxLayout2;
48  QSpacerItem *spacerItem1;
49  QPushButton *okButton;
50  QPushButton *cancelButton;
51 
52  void setupUi(QDialog *MatchToolDeletePointDialog)
53  {
54  if (MatchToolDeletePointDialog->objectName().isEmpty())
55  MatchToolDeletePointDialog->setObjectName(QStringLiteral("MatchToolDeletePointDialog"));
56  MatchToolDeletePointDialog->resize(278, 374);
57  MatchToolDeletePointDialog->setModal(true);
58  deletePointLayoutWidget = new QWidget(MatchToolDeletePointDialog);
59  deletePointLayoutWidget->setObjectName(QStringLiteral("deletePointLayoutWidget"));
60  deletePointLayoutWidget->setGeometry(QRect(20, 250, 351, 33));
61  widget = new QWidget(MatchToolDeletePointDialog);
62  widget->setObjectName(QStringLiteral("widget"));
63  widget->setGeometry(QRect(10, 10, 258, 284));
64  widget1 = new QWidget(MatchToolDeletePointDialog);
65  widget1->setObjectName(QStringLiteral("widget1"));
66  widget1->setGeometry(QRect(10, 20, 258, 321));
67  widget2 = new QWidget(MatchToolDeletePointDialog);
68  widget2->setObjectName(QStringLiteral("widget2"));
69  widget2->setGeometry(QRect(10, 10, 258, 348));
70  vboxLayout = new QVBoxLayout(widget2);
71 #ifndef Q_OS_MAC
72  vboxLayout->setSpacing(6);
73 #endif
74  vboxLayout->setContentsMargins(0, 0, 0, 0);
75  vboxLayout->setObjectName(QStringLiteral("vboxLayout"));
76  vboxLayout->setContentsMargins(0, 0, 0, 0);
77  hboxLayout = new QHBoxLayout();
78 #ifndef Q_OS_MAC
79  hboxLayout->setSpacing(6);
80 #endif
81 #ifndef Q_OS_MAC
82  hboxLayout->setContentsMargins(0, 0, 0, 0);
83 #endif
84  hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
85  pointIdLabel = new QLabel(widget2);
86  pointIdLabel->setObjectName(QStringLiteral("pointIdLabel"));
87 
88  hboxLayout->addWidget(pointIdLabel);
89 
90  pointIdValue = new QLineEdit(widget2);
91  pointIdValue->setObjectName(QStringLiteral("pointIdValue"));
92  pointIdValue->setReadOnly(true);
93 
94  hboxLayout->addWidget(pointIdValue);
95 
96 
97  vboxLayout->addLayout(hboxLayout);
98 
99  deleteAllCheckBox = new QCheckBox(widget2);
100  deleteAllCheckBox->setObjectName(QStringLiteral("deleteAllCheckBox"));
101 
102  vboxLayout->addWidget(deleteAllCheckBox);
103 
104  hboxLayout1 = new QHBoxLayout();
105 #ifndef Q_OS_MAC
106  hboxLayout1->setSpacing(6);
107 #endif
108  hboxLayout1->setContentsMargins(0, 0, 0, 0);
109  hboxLayout1->setObjectName(QStringLiteral("hboxLayout1"));
110  orLabel = new QLabel(widget2);
111  orLabel->setObjectName(QStringLiteral("orLabel"));
112  orLabel->setAlignment(Qt::AlignHCenter);
113 
114  hboxLayout1->addWidget(orLabel);
115 
116  spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
117 
118  hboxLayout1->addItem(spacerItem);
119 
120 
121  vboxLayout->addLayout(hboxLayout1);
122 
123  imageLabel = new QLabel(widget2);
124  imageLabel->setObjectName(QStringLiteral("imageLabel"));
125 
126  vboxLayout->addWidget(imageLabel);
127 
128  fileList = new QListWidget(widget2);
129  fileList->setObjectName(QStringLiteral("fileList"));
130  fileList->setSelectionMode(QAbstractItemView::ExtendedSelection);
131 
132  vboxLayout->addWidget(fileList);
133 
134  hboxLayout2 = new QHBoxLayout();
135 #ifndef Q_OS_MAC
136  hboxLayout2->setSpacing(6);
137 #endif
138  hboxLayout2->setContentsMargins(0, 0, 0, 0);
139  hboxLayout2->setObjectName(QStringLiteral("hboxLayout2"));
140  spacerItem1 = new QSpacerItem(41, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
141 
142  hboxLayout2->addItem(spacerItem1);
143 
144  okButton = new QPushButton(widget2);
145  okButton->setObjectName(QStringLiteral("okButton"));
146 
147  hboxLayout2->addWidget(okButton);
148 
149  cancelButton = new QPushButton(widget2);
150  cancelButton->setObjectName(QStringLiteral("cancelButton"));
151 
152  hboxLayout2->addWidget(cancelButton);
153 
154 
155  vboxLayout->addLayout(hboxLayout2);
156 
157  QWidget::setTabOrder(pointIdValue, fileList);
158  QWidget::setTabOrder(fileList, deleteAllCheckBox);
159  QWidget::setTabOrder(deleteAllCheckBox, okButton);
160  QWidget::setTabOrder(okButton, cancelButton);
161 
162  retranslateUi(MatchToolDeletePointDialog);
163  QObject::connect(okButton, SIGNAL(clicked()), MatchToolDeletePointDialog, SLOT(accept()));
164  QObject::connect(cancelButton, SIGNAL(clicked()), MatchToolDeletePointDialog, SLOT(reject()));
165 
166  QMetaObject::connectSlotsByName(MatchToolDeletePointDialog);
167  } // setupUi
168 
169  void retranslateUi(QDialog *MatchToolDeletePointDialog)
170  {
171  MatchToolDeletePointDialog->setWindowTitle(QApplication::translate("MatchToolDeletePointDialog", "Delete ControlPoint", 0));
172  pointIdLabel->setText(QApplication::translate("MatchToolDeletePointDialog", "ControlPoint ID:", 0));
173  deleteAllCheckBox->setText(QApplication::translate("MatchToolDeletePointDialog", "Delete ControlPoint", 0));
174  orLabel->setText(QApplication::translate("MatchToolDeletePointDialog", "Or", 0));
175  imageLabel->setText(QApplication::translate("MatchToolDeletePointDialog", "Select images to remove from ControlPoint", 0));
176  okButton->setText(QApplication::translate("MatchToolDeletePointDialog", "OK", 0));
177  cancelButton->setText(QApplication::translate("MatchToolDeletePointDialog", "Cancel", 0));
178  } // retranslateUi
179 
180 };
181 
182 namespace Ui {
184 } // namespace Ui
185 
186 QT_END_NAMESPACE
187 
188 #endif // UI_MATCHTOOLDELETEPOINTDIALOG_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:34