ui_matrixDisplayDlg.h 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'matrixDisplayDlg.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_MATRIXDISPLAYDLG_H
  9. #define UI_MATRIXDISPLAYDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QGridLayout>
  13. #include <QtWidgets/QLabel>
  14. #include <QtWidgets/QLineEdit>
  15. #include <QtWidgets/QPushButton>
  16. #include <QtWidgets/QSpacerItem>
  17. #include <QtWidgets/QTabWidget>
  18. #include <QtWidgets/QTextEdit>
  19. #include <QtWidgets/QVBoxLayout>
  20. #include <QtWidgets/QWidget>
  21. QT_BEGIN_NAMESPACE
  22. class Ui_MatrixDisplayDlg
  23. {
  24. public:
  25. QVBoxLayout *verticalLayout_2;
  26. QTabWidget *Export;
  27. QWidget *tab;
  28. QVBoxLayout *verticalLayout;
  29. QTextEdit *maxTextEdit;
  30. QWidget *tab_2;
  31. QGridLayout *gridLayout;
  32. QLabel *label;
  33. QLineEdit *axisLabel;
  34. QLabel *label_2;
  35. QLineEdit *angleLabel;
  36. QLabel *label_3;
  37. QLineEdit *centerLabel;
  38. QWidget *tab_3;
  39. QVBoxLayout *verticalLayout_3;
  40. QPushButton *exportToAsciiPushButton;
  41. QPushButton *exportToClipboardPushButton;
  42. QSpacerItem *verticalSpacer;
  43. void setupUi(QWidget *MatrixDisplayDlg)
  44. {
  45. if (MatrixDisplayDlg->objectName().isEmpty())
  46. MatrixDisplayDlg->setObjectName(QString::fromUtf8("MatrixDisplayDlg"));
  47. MatrixDisplayDlg->resize(250, 140);
  48. MatrixDisplayDlg->setMinimumSize(QSize(0, 140));
  49. MatrixDisplayDlg->setFocusPolicy(Qt::StrongFocus);
  50. verticalLayout_2 = new QVBoxLayout(MatrixDisplayDlg);
  51. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  52. verticalLayout_2->setContentsMargins(0, 0, 0, 0);
  53. Export = new QTabWidget(MatrixDisplayDlg);
  54. Export->setObjectName(QString::fromUtf8("Export"));
  55. tab = new QWidget();
  56. tab->setObjectName(QString::fromUtf8("tab"));
  57. verticalLayout = new QVBoxLayout(tab);
  58. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  59. verticalLayout->setContentsMargins(12, -1, 12, 12);
  60. maxTextEdit = new QTextEdit(tab);
  61. maxTextEdit->setObjectName(QString::fromUtf8("maxTextEdit"));
  62. QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
  63. sizePolicy.setHorizontalStretch(0);
  64. sizePolicy.setVerticalStretch(0);
  65. sizePolicy.setHeightForWidth(maxTextEdit->sizePolicy().hasHeightForWidth());
  66. maxTextEdit->setSizePolicy(sizePolicy);
  67. maxTextEdit->setReadOnly(true);
  68. maxTextEdit->setHtml(QString::fromUtf8("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
  69. "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
  70. "p, li { white-space: pre-wrap; }\n"
  71. "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
  72. "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">1 0 0 0</span></p>\n"
  73. "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">0 1 0 0</span></p>\n"
  74. "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">0 0 1 0</span></p>\n"
  75. "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">"
  76. "0 0 0 1</span></p>\n"
  77. "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"><br /></p></body></html>"));
  78. verticalLayout->addWidget(maxTextEdit);
  79. Export->addTab(tab, QString());
  80. tab_2 = new QWidget();
  81. tab_2->setObjectName(QString::fromUtf8("tab_2"));
  82. gridLayout = new QGridLayout(tab_2);
  83. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  84. gridLayout->setContentsMargins(12, -1, 12, 12);
  85. label = new QLabel(tab_2);
  86. label->setObjectName(QString::fromUtf8("label"));
  87. label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  88. gridLayout->addWidget(label, 0, 0, 1, 1);
  89. axisLabel = new QLineEdit(tab_2);
  90. axisLabel->setObjectName(QString::fromUtf8("axisLabel"));
  91. axisLabel->setText(QString::fromUtf8("0 ; 0 ; 1"));
  92. axisLabel->setReadOnly(true);
  93. gridLayout->addWidget(axisLabel, 0, 1, 1, 1);
  94. label_2 = new QLabel(tab_2);
  95. label_2->setObjectName(QString::fromUtf8("label_2"));
  96. label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  97. gridLayout->addWidget(label_2, 1, 0, 1, 1);
  98. angleLabel = new QLineEdit(tab_2);
  99. angleLabel->setObjectName(QString::fromUtf8("angleLabel"));
  100. angleLabel->setText(QString::fromUtf8("15.65 \302\260"));
  101. angleLabel->setReadOnly(true);
  102. gridLayout->addWidget(angleLabel, 1, 1, 1, 1);
  103. label_3 = new QLabel(tab_2);
  104. label_3->setObjectName(QString::fromUtf8("label_3"));
  105. label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  106. gridLayout->addWidget(label_3, 2, 0, 1, 1);
  107. centerLabel = new QLineEdit(tab_2);
  108. centerLabel->setObjectName(QString::fromUtf8("centerLabel"));
  109. centerLabel->setText(QString::fromUtf8("0 ; 0; 0"));
  110. centerLabel->setReadOnly(true);
  111. gridLayout->addWidget(centerLabel, 2, 1, 1, 1);
  112. Export->addTab(tab_2, QString());
  113. tab_3 = new QWidget();
  114. tab_3->setObjectName(QString::fromUtf8("tab_3"));
  115. verticalLayout_3 = new QVBoxLayout(tab_3);
  116. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  117. verticalLayout_3->setContentsMargins(-1, -1, -1, 12);
  118. exportToAsciiPushButton = new QPushButton(tab_3);
  119. exportToAsciiPushButton->setObjectName(QString::fromUtf8("exportToAsciiPushButton"));
  120. exportToAsciiPushButton->setText(QString::fromUtf8("ASCII"));
  121. verticalLayout_3->addWidget(exportToAsciiPushButton);
  122. exportToClipboardPushButton = new QPushButton(tab_3);
  123. exportToClipboardPushButton->setObjectName(QString::fromUtf8("exportToClipboardPushButton"));
  124. verticalLayout_3->addWidget(exportToClipboardPushButton);
  125. verticalSpacer = new QSpacerItem(20, 24, QSizePolicy::Minimum, QSizePolicy::Expanding);
  126. verticalLayout_3->addItem(verticalSpacer);
  127. Export->addTab(tab_3, QString());
  128. verticalLayout_2->addWidget(Export);
  129. retranslateUi(MatrixDisplayDlg);
  130. Export->setCurrentIndex(0);
  131. QMetaObject::connectSlotsByName(MatrixDisplayDlg);
  132. } // setupUi
  133. void retranslateUi(QWidget *MatrixDisplayDlg)
  134. {
  135. MatrixDisplayDlg->setWindowTitle(QCoreApplication::translate("MatrixDisplayDlg", "Matrix", nullptr));
  136. Export->setTabText(Export->indexOf(tab), QCoreApplication::translate("MatrixDisplayDlg", "Matrix", nullptr));
  137. label->setText(QCoreApplication::translate("MatrixDisplayDlg", "Axis", nullptr));
  138. label_2->setText(QCoreApplication::translate("MatrixDisplayDlg", "Angle", nullptr));
  139. label_3->setText(QCoreApplication::translate("MatrixDisplayDlg", "Center", nullptr));
  140. Export->setTabText(Export->indexOf(tab_2), QCoreApplication::translate("MatrixDisplayDlg", "Axis/Angle", nullptr));
  141. exportToClipboardPushButton->setText(QCoreApplication::translate("MatrixDisplayDlg", "Clipboard", nullptr));
  142. Export->setTabText(Export->indexOf(tab_3), QCoreApplication::translate("MatrixDisplayDlg", "Export", nullptr));
  143. } // retranslateUi
  144. };
  145. namespace Ui {
  146. class MatrixDisplayDlg: public Ui_MatrixDisplayDlg {};
  147. } // namespace Ui
  148. QT_END_NAMESPACE
  149. #endif // UI_MATRIXDISPLAYDLG_H