ui_pointPropertiesDlg.h 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'pointPropertiesDlg.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_POINTPROPERTIESDLG_H
  9. #define UI_POINTPROPERTIESDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtGui/QIcon>
  12. #include <QtWidgets/QApplication>
  13. #include <QtWidgets/QDialog>
  14. #include <QtWidgets/QHBoxLayout>
  15. #include <QtWidgets/QToolButton>
  16. QT_BEGIN_NAMESPACE
  17. class Ui_PointPropertiesDlg
  18. {
  19. public:
  20. QHBoxLayout *hboxLayout;
  21. QToolButton *pointPropertiesButton;
  22. QToolButton *pointPointDistanceButton;
  23. QToolButton *pointsAngleButton;
  24. QToolButton *rectZoneToolButton;
  25. QToolButton *saveLabelButton;
  26. QToolButton *razButton;
  27. QToolButton *closeButton;
  28. void setupUi(QDialog *PointPropertiesDlg)
  29. {
  30. if (PointPropertiesDlg->objectName().isEmpty())
  31. PointPropertiesDlg->setObjectName(QString::fromUtf8("PointPropertiesDlg"));
  32. PointPropertiesDlg->resize(234, 30);
  33. hboxLayout = new QHBoxLayout(PointPropertiesDlg);
  34. hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
  35. hboxLayout->setContentsMargins(2, 2, 2, 2);
  36. pointPropertiesButton = new QToolButton(PointPropertiesDlg);
  37. pointPropertiesButton->setObjectName(QString::fromUtf8("pointPropertiesButton"));
  38. pointPropertiesButton->setText(QString::fromUtf8("..."));
  39. QIcon icon;
  40. icon.addFile(QString::fromUtf8(":/CC/images/smallPointProperties.png"), QSize(), QIcon::Normal, QIcon::Off);
  41. pointPropertiesButton->setIcon(icon);
  42. hboxLayout->addWidget(pointPropertiesButton);
  43. pointPointDistanceButton = new QToolButton(PointPropertiesDlg);
  44. pointPointDistanceButton->setObjectName(QString::fromUtf8("pointPointDistanceButton"));
  45. pointPointDistanceButton->setText(QString::fromUtf8("..."));
  46. QIcon icon1;
  47. icon1.addFile(QString::fromUtf8(":/CC/images/smallPointDistance.png"), QSize(), QIcon::Normal, QIcon::Off);
  48. pointPointDistanceButton->setIcon(icon1);
  49. hboxLayout->addWidget(pointPointDistanceButton);
  50. pointsAngleButton = new QToolButton(PointPropertiesDlg);
  51. pointsAngleButton->setObjectName(QString::fromUtf8("pointsAngleButton"));
  52. pointsAngleButton->setText(QString::fromUtf8("..."));
  53. QIcon icon2;
  54. icon2.addFile(QString::fromUtf8(":/CC/images/smallPointsAngle.png"), QSize(), QIcon::Normal, QIcon::Off);
  55. pointsAngleButton->setIcon(icon2);
  56. hboxLayout->addWidget(pointsAngleButton);
  57. rectZoneToolButton = new QToolButton(PointPropertiesDlg);
  58. rectZoneToolButton->setObjectName(QString::fromUtf8("rectZoneToolButton"));
  59. QIcon icon3;
  60. icon3.addFile(QString::fromUtf8(":/CC/images/smallRectangleSelect.png"), QSize(), QIcon::Normal, QIcon::Off);
  61. rectZoneToolButton->setIcon(icon3);
  62. hboxLayout->addWidget(rectZoneToolButton);
  63. saveLabelButton = new QToolButton(PointPropertiesDlg);
  64. saveLabelButton->setObjectName(QString::fromUtf8("saveLabelButton"));
  65. saveLabelButton->setText(QString::fromUtf8("..."));
  66. QIcon icon4;
  67. icon4.addFile(QString::fromUtf8(":/CC/images/ccSave.png"), QSize(), QIcon::Normal, QIcon::Off);
  68. saveLabelButton->setIcon(icon4);
  69. hboxLayout->addWidget(saveLabelButton);
  70. razButton = new QToolButton(PointPropertiesDlg);
  71. razButton->setObjectName(QString::fromUtf8("razButton"));
  72. razButton->setText(QString::fromUtf8("..."));
  73. QIcon icon5;
  74. icon5.addFile(QString::fromUtf8(":/CC/images/smallReset.png"), QSize(), QIcon::Normal, QIcon::Off);
  75. razButton->setIcon(icon5);
  76. hboxLayout->addWidget(razButton);
  77. closeButton = new QToolButton(PointPropertiesDlg);
  78. closeButton->setObjectName(QString::fromUtf8("closeButton"));
  79. closeButton->setText(QString::fromUtf8("..."));
  80. QIcon icon6;
  81. icon6.addFile(QString::fromUtf8(":/CC/images/smallCancel.png"), QSize(), QIcon::Normal, QIcon::Off);
  82. closeButton->setIcon(icon6);
  83. hboxLayout->addWidget(closeButton);
  84. retranslateUi(PointPropertiesDlg);
  85. QMetaObject::connectSlotsByName(PointPropertiesDlg);
  86. } // setupUi
  87. void retranslateUi(QDialog *PointPropertiesDlg)
  88. {
  89. PointPropertiesDlg->setWindowTitle(QCoreApplication::translate("PointPropertiesDlg", "Points Properties", nullptr));
  90. #if QT_CONFIG(tooltip)
  91. pointPropertiesButton->setToolTip(QCoreApplication::translate("PointPropertiesDlg", "Select one point and display its information", "Display selected point properties"));
  92. #endif // QT_CONFIG(tooltip)
  93. #if QT_CONFIG(statustip)
  94. pointPropertiesButton->setStatusTip(QCoreApplication::translate("PointPropertiesDlg", "Select one point and display its information", "Display selected point properties"));
  95. #endif // QT_CONFIG(statustip)
  96. #if QT_CONFIG(tooltip)
  97. pointPointDistanceButton->setToolTip(QCoreApplication::translate("PointPropertiesDlg", "Select 2 points and display segment information (length, etc.)", "Compute point to point distance"));
  98. #endif // QT_CONFIG(tooltip)
  99. #if QT_CONFIG(statustip)
  100. pointPointDistanceButton->setStatusTip(QCoreApplication::translate("PointPropertiesDlg", "Select 2 points and display segment information (length, etc.)", "Compute point to point distance"));
  101. #endif // QT_CONFIG(statustip)
  102. #if QT_CONFIG(whatsthis)
  103. pointPointDistanceButton->setWhatsThis(QString());
  104. #endif // QT_CONFIG(whatsthis)
  105. #if QT_CONFIG(tooltip)
  106. pointsAngleButton->setToolTip(QCoreApplication::translate("PointPropertiesDlg", "Select 3 points and display corresponding triangle information", nullptr));
  107. #endif // QT_CONFIG(tooltip)
  108. #if QT_CONFIG(statustip)
  109. pointsAngleButton->setStatusTip(QCoreApplication::translate("PointPropertiesDlg", "Select 3 points and display corresponding triangle information", nullptr));
  110. #endif // QT_CONFIG(statustip)
  111. #if QT_CONFIG(tooltip)
  112. rectZoneToolButton->setToolTip(QCoreApplication::translate("PointPropertiesDlg", "Define a rectangular 2D label", nullptr));
  113. #endif // QT_CONFIG(tooltip)
  114. #if QT_CONFIG(statustip)
  115. rectZoneToolButton->setStatusTip(QCoreApplication::translate("PointPropertiesDlg", "Define a rectangular 2D label", nullptr));
  116. #endif // QT_CONFIG(statustip)
  117. rectZoneToolButton->setText(QCoreApplication::translate("PointPropertiesDlg", "2D zone", nullptr));
  118. #if QT_CONFIG(tooltip)
  119. saveLabelButton->setToolTip(QCoreApplication::translate("PointPropertiesDlg", "Save current label (added to cloud children)", nullptr));
  120. #endif // QT_CONFIG(tooltip)
  121. #if QT_CONFIG(statustip)
  122. saveLabelButton->setStatusTip(QCoreApplication::translate("PointPropertiesDlg", "Save current label (added to cloud children)", nullptr));
  123. #endif // QT_CONFIG(statustip)
  124. } // retranslateUi
  125. };
  126. namespace Ui {
  127. class PointPropertiesDlg: public Ui_PointPropertiesDlg {};
  128. } // namespace Ui
  129. QT_END_NAMESPACE
  130. #endif // UI_POINTPROPERTIESDLG_H