ui_exportCoordToSFDlg.h 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'exportCoordToSFDlg.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.15.10
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_EXPORTCOORDTOSFDLG_H
  9. #define UI_EXPORTCOORDTOSFDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QDialog>
  14. #include <QtWidgets/QDialogButtonBox>
  15. #include <QtWidgets/QFrame>
  16. #include <QtWidgets/QHBoxLayout>
  17. #include <QtWidgets/QLabel>
  18. #include <QtWidgets/QVBoxLayout>
  19. QT_BEGIN_NAMESPACE
  20. class Ui_ExportCoordToSFDlg
  21. {
  22. public:
  23. QVBoxLayout *verticalLayout;
  24. QFrame *frame;
  25. QHBoxLayout *horizontalLayout;
  26. QLabel *label;
  27. QCheckBox *xCheckBox;
  28. QCheckBox *yCheckBox;
  29. QCheckBox *zCheckBox;
  30. QLabel *warningLabel;
  31. QDialogButtonBox *buttonBox;
  32. void setupUi(QDialog *ExportCoordToSFDlg)
  33. {
  34. if (ExportCoordToSFDlg->objectName().isEmpty())
  35. ExportCoordToSFDlg->setObjectName(QString::fromUtf8("ExportCoordToSFDlg"));
  36. ExportCoordToSFDlg->resize(450, 130);
  37. verticalLayout = new QVBoxLayout(ExportCoordToSFDlg);
  38. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  39. frame = new QFrame(ExportCoordToSFDlg);
  40. frame->setObjectName(QString::fromUtf8("frame"));
  41. QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Maximum);
  42. sizePolicy.setHorizontalStretch(0);
  43. sizePolicy.setVerticalStretch(0);
  44. sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
  45. frame->setSizePolicy(sizePolicy);
  46. horizontalLayout = new QHBoxLayout(frame);
  47. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  48. label = new QLabel(frame);
  49. label->setObjectName(QString::fromUtf8("label"));
  50. horizontalLayout->addWidget(label);
  51. xCheckBox = new QCheckBox(frame);
  52. xCheckBox->setObjectName(QString::fromUtf8("xCheckBox"));
  53. xCheckBox->setText(QString::fromUtf8("X"));
  54. horizontalLayout->addWidget(xCheckBox);
  55. yCheckBox = new QCheckBox(frame);
  56. yCheckBox->setObjectName(QString::fromUtf8("yCheckBox"));
  57. yCheckBox->setText(QString::fromUtf8("Y"));
  58. horizontalLayout->addWidget(yCheckBox);
  59. zCheckBox = new QCheckBox(frame);
  60. zCheckBox->setObjectName(QString::fromUtf8("zCheckBox"));
  61. zCheckBox->setText(QString::fromUtf8("Z"));
  62. zCheckBox->setChecked(true);
  63. horizontalLayout->addWidget(zCheckBox);
  64. verticalLayout->addWidget(frame);
  65. warningLabel = new QLabel(ExportCoordToSFDlg);
  66. warningLabel->setObjectName(QString::fromUtf8("warningLabel"));
  67. QFont font;
  68. font.setItalic(true);
  69. warningLabel->setFont(font);
  70. warningLabel->setStyleSheet(QString::fromUtf8("color: red;"));
  71. warningLabel->setAlignment(Qt::AlignCenter);
  72. verticalLayout->addWidget(warningLabel);
  73. buttonBox = new QDialogButtonBox(ExportCoordToSFDlg);
  74. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  75. buttonBox->setOrientation(Qt::Horizontal);
  76. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  77. verticalLayout->addWidget(buttonBox);
  78. retranslateUi(ExportCoordToSFDlg);
  79. QObject::connect(buttonBox, SIGNAL(accepted()), ExportCoordToSFDlg, SLOT(accept()));
  80. QObject::connect(buttonBox, SIGNAL(rejected()), ExportCoordToSFDlg, SLOT(reject()));
  81. QMetaObject::connectSlotsByName(ExportCoordToSFDlg);
  82. } // setupUi
  83. void retranslateUi(QDialog *ExportCoordToSFDlg)
  84. {
  85. ExportCoordToSFDlg->setWindowTitle(QCoreApplication::translate("ExportCoordToSFDlg", "Export coordinates to SF", nullptr));
  86. label->setText(QCoreApplication::translate("ExportCoordToSFDlg", "Export", nullptr));
  87. warningLabel->setText(QCoreApplication::translate("ExportCoordToSFDlg", "Warning, already existing SF(s) with same name will be overwritten", nullptr));
  88. } // retranslateUi
  89. };
  90. namespace Ui {
  91. class ExportCoordToSFDlg: public Ui_ExportCoordToSFDlg {};
  92. } // namespace Ui
  93. QT_END_NAMESPACE
  94. #endif // UI_EXPORTCOORDTOSFDLG_H