9 #ifndef UI_QNETDELETEPOINTDIALOG_H
10 #define UI_QNETDELETEPOINTDIALOG_H
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>
54 if (QnetDeletePointDialog->objectName().isEmpty())
55 QnetDeletePointDialog->setObjectName(QStringLiteral(
"QnetDeletePointDialog"));
56 QnetDeletePointDialog->resize(278, 374);
57 QnetDeletePointDialog->setModal(
true);
62 widget->setObjectName(QStringLiteral(
"widget"));
63 widget->setGeometry(QRect(10, 10, 258, 284));
65 widget1->setObjectName(QStringLiteral(
"widget1"));
66 widget1->setGeometry(QRect(10, 20, 258, 321));
68 widget2->setObjectName(QStringLiteral(
"widget2"));
69 widget2->setGeometry(QRect(10, 10, 258, 348));
75 vboxLayout->setObjectName(QStringLiteral(
"vboxLayout"));
84 hboxLayout->setObjectName(QStringLiteral(
"hboxLayout"));
86 pointIdLabel->setObjectName(QStringLiteral(
"pointIdLabel"));
91 pointIdValue->setObjectName(QStringLiteral(
"pointIdValue"));
109 hboxLayout1->setObjectName(QStringLiteral(
"hboxLayout1"));
111 orLabel->setObjectName(QStringLiteral(
"orLabel"));
112 orLabel->setAlignment(Qt::AlignHCenter);
116 spacerItem =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
124 imageLabel->setObjectName(QStringLiteral(
"imageLabel"));
129 fileList->setObjectName(QStringLiteral(
"fileList"));
130 fileList->setSelectionMode(QAbstractItemView::ExtendedSelection);
139 hboxLayout2->setObjectName(QStringLiteral(
"hboxLayout2"));
140 spacerItem1 =
new QSpacerItem(41, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
145 okButton->setObjectName(QStringLiteral(
"okButton"));
150 cancelButton->setObjectName(QStringLiteral(
"cancelButton"));
163 QObject::connect(
okButton, SIGNAL(clicked()), QnetDeletePointDialog, SLOT(accept()));
164 QObject::connect(
cancelButton, SIGNAL(clicked()), QnetDeletePointDialog, SLOT(reject()));
166 QMetaObject::connectSlotsByName(QnetDeletePointDialog);
171 QnetDeletePointDialog->setWindowTitle(QApplication::translate(
"QnetDeletePointDialog",
"Delete ControlPoint", 0));
172 pointIdLabel->setText(QApplication::translate(
"QnetDeletePointDialog",
"ControlPoint ID:", 0));
173 deleteAllCheckBox->setText(QApplication::translate(
"QnetDeletePointDialog",
"Delete ControlPoint", 0));
174 orLabel->setText(QApplication::translate(
"QnetDeletePointDialog",
"Or", 0));
175 imageLabel->setText(QApplication::translate(
"QnetDeletePointDialog",
"Select images to remove from ControlPoint", 0));
176 okButton->setText(QApplication::translate(
"QnetDeletePointDialog",
"OK", 0));
177 cancelButton->setText(QApplication::translate(
"QnetDeletePointDialog",
"Cancel", 0));
188 #endif // UI_QNETDELETEPOINTDIALOG_H
Definition: ui_QnetDeletePointDialog.h:30
QWidget * widget
Definition: ui_QnetDeletePointDialog.h:34
QSpacerItem * spacerItem
Definition: ui_QnetDeletePointDialog.h:44
Definition: QnetDeletePointDialog.h:13
QWidget * widget2
Definition: ui_QnetDeletePointDialog.h:36
QLabel * orLabel
Definition: ui_QnetDeletePointDialog.h:43
QPushButton * okButton
Definition: ui_QnetDeletePointDialog.h:49
QCheckBox * deleteAllCheckBox
Definition: ui_QnetDeletePointDialog.h:41
QWidget * widget1
Definition: ui_QnetDeletePointDialog.h:35
QPushButton * cancelButton
Definition: ui_QnetDeletePointDialog.h:50
QLabel * pointIdLabel
Definition: ui_QnetDeletePointDialog.h:39
Definition: ui_QnetDeletePointDialog.h:183
QHBoxLayout * hboxLayout
Definition: ui_QnetDeletePointDialog.h:38
void setupUi(QDialog *QnetDeletePointDialog)
Definition: ui_QnetDeletePointDialog.h:52
QHBoxLayout * hboxLayout2
Definition: ui_QnetDeletePointDialog.h:47
void retranslateUi(QDialog *QnetDeletePointDialog)
Definition: ui_QnetDeletePointDialog.h:169
QWidget * deletePointLayoutWidget
Definition: ui_QnetDeletePointDialog.h:33
QLabel * imageLabel
Definition: ui_QnetDeletePointDialog.h:45
QHBoxLayout * hboxLayout1
Definition: ui_QnetDeletePointDialog.h:42
QListWidget * fileList
Definition: ui_QnetDeletePointDialog.h:46
QVBoxLayout * vboxLayout
Definition: ui_QnetDeletePointDialog.h:37
QSpacerItem * spacerItem1
Definition: ui_QnetDeletePointDialog.h:48
QLineEdit * pointIdValue
Definition: ui_QnetDeletePointDialog.h:40