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> 
   33     QWidget *deletePointLayoutWidget;
 
   37     QVBoxLayout *vboxLayout;
 
   38     QHBoxLayout *hboxLayout;
 
   40     QLineEdit *pointIdValue;
 
   41     QCheckBox *deleteAllCheckBox;
 
   42     QHBoxLayout *hboxLayout1;
 
   44     QSpacerItem *spacerItem;
 
   46     QListWidget *fileList;
 
   47     QHBoxLayout *hboxLayout2;
 
   48     QSpacerItem *spacerItem1;
 
   49     QPushButton *okButton;
 
   50     QPushButton *cancelButton;
 
   54         if (QnetDeletePointDialog->objectName().isEmpty())
 
   55             QnetDeletePointDialog->setObjectName(QStringLiteral(
"QnetDeletePointDialog"));
 
   56         QnetDeletePointDialog->resize(278, 374);
 
   57         QnetDeletePointDialog->setModal(
true);
 
   58         deletePointLayoutWidget = 
new QWidget(QnetDeletePointDialog);
 
   59         deletePointLayoutWidget->setObjectName(QStringLiteral(
"deletePointLayoutWidget"));
 
   60         deletePointLayoutWidget->setGeometry(QRect(20, 250, 351, 33));
 
   61         widget = 
new QWidget(QnetDeletePointDialog);
 
   62         widget->setObjectName(QStringLiteral(
"widget"));
 
   63         widget->setGeometry(QRect(10, 10, 258, 284));
 
   64         widget1 = 
new QWidget(QnetDeletePointDialog);
 
   65         widget1->setObjectName(QStringLiteral(
"widget1"));
 
   66         widget1->setGeometry(QRect(10, 20, 258, 321));
 
   67         widget2 = 
new QWidget(QnetDeletePointDialog);
 
   68         widget2->setObjectName(QStringLiteral(
"widget2"));
 
   69         widget2->setGeometry(QRect(10, 10, 258, 348));
 
   70         vboxLayout = 
new QVBoxLayout(widget2);
 
   72         vboxLayout->setSpacing(6);
 
   74         vboxLayout->setContentsMargins(0, 0, 0, 0);
 
   75         vboxLayout->setObjectName(QStringLiteral(
"vboxLayout"));
 
   76         vboxLayout->setContentsMargins(0, 0, 0, 0);
 
   77         hboxLayout = 
new QHBoxLayout();
 
   79         hboxLayout->setSpacing(6);
 
   82         hboxLayout->setContentsMargins(0, 0, 0, 0);
 
   84         hboxLayout->setObjectName(QStringLiteral(
"hboxLayout"));
 
   85         pointIdLabel = 
new QLabel(widget2);
 
   86         pointIdLabel->setObjectName(QStringLiteral(
"pointIdLabel"));
 
   88         hboxLayout->addWidget(pointIdLabel);
 
   90         pointIdValue = 
new QLineEdit(widget2);
 
   91         pointIdValue->setObjectName(QStringLiteral(
"pointIdValue"));
 
   92         pointIdValue->setReadOnly(
true);
 
   94         hboxLayout->addWidget(pointIdValue);
 
   97         vboxLayout->addLayout(hboxLayout);
 
   99         deleteAllCheckBox = 
new QCheckBox(widget2);
 
  100         deleteAllCheckBox->setObjectName(QStringLiteral(
"deleteAllCheckBox"));
 
  102         vboxLayout->addWidget(deleteAllCheckBox);
 
  104         hboxLayout1 = 
new QHBoxLayout();
 
  106         hboxLayout1->setSpacing(6);
 
  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);
 
  114         hboxLayout1->addWidget(orLabel);
 
  116         spacerItem = 
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
 
  118         hboxLayout1->addItem(spacerItem);
 
  121         vboxLayout->addLayout(hboxLayout1);
 
  123         imageLabel = 
new QLabel(widget2);
 
  124         imageLabel->setObjectName(QStringLiteral(
"imageLabel"));
 
  126         vboxLayout->addWidget(imageLabel);
 
  128         fileList = 
new QListWidget(widget2);
 
  129         fileList->setObjectName(QStringLiteral(
"fileList"));
 
  130         fileList->setSelectionMode(QAbstractItemView::ExtendedSelection);
 
  132         vboxLayout->addWidget(fileList);
 
  134         hboxLayout2 = 
new QHBoxLayout();
 
  136         hboxLayout2->setSpacing(6);
 
  138         hboxLayout2->setContentsMargins(0, 0, 0, 0);
 
  139         hboxLayout2->setObjectName(QStringLiteral(
"hboxLayout2"));
 
  140         spacerItem1 = 
new QSpacerItem(41, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
 
  142         hboxLayout2->addItem(spacerItem1);
 
  144         okButton = 
new QPushButton(widget2);
 
  145         okButton->setObjectName(QStringLiteral(
"okButton"));
 
  147         hboxLayout2->addWidget(okButton);
 
  149         cancelButton = 
new QPushButton(widget2);
 
  150         cancelButton->setObjectName(QStringLiteral(
"cancelButton"));
 
  152         hboxLayout2->addWidget(cancelButton);
 
  155         vboxLayout->addLayout(hboxLayout2);
 
  157         QWidget::setTabOrder(pointIdValue, fileList);
 
  158         QWidget::setTabOrder(fileList, deleteAllCheckBox);
 
  159         QWidget::setTabOrder(deleteAllCheckBox, okButton);
 
  160         QWidget::setTabOrder(okButton, cancelButton);
 
  162         retranslateUi(QnetDeletePointDialog);
 
  163         QObject::connect(okButton, SIGNAL(clicked()), QnetDeletePointDialog, SLOT(accept()));
 
  164         QObject::connect(cancelButton, SIGNAL(clicked()), QnetDeletePointDialog, SLOT(reject()));
 
  166         QMetaObject::connectSlotsByName(QnetDeletePointDialog);
 
  169     void retranslateUi(
QDialog *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