ui_pqAxesToolbar.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqAxesToolbar.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PQAXESTOOLBAR_H
10 #define UI_PQAXESTOOLBAR_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QToolBar>
16 
17 QT_BEGIN_NAMESPACE
18 
20 {
21 public:
24  QAction *actionPickCenter;
26 
27  void setupUi(QToolBar *axesToolbar)
28  {
29  if (axesToolbar->objectName().isEmpty())
30  axesToolbar->setObjectName(QString::fromUtf8("axesToolbar"));
31  axesToolbar->setEnabled(true);
32  axesToolbar->setOrientation(Qt::Horizontal);
33  actionShowOrientationAxes = new QAction(axesToolbar);
34  actionShowOrientationAxes->setObjectName(QString::fromUtf8("actionShowOrientationAxes"));
35  actionShowOrientationAxes->setCheckable(true);
36  actionShowOrientationAxes->setEnabled(false);
37  const QIcon icon = QIcon(QString::fromUtf8(":/pqWidgets/Icons/pqShowOrientationAxes.svg"));
38  actionShowOrientationAxes->setIcon(icon);
39  actionShowCenterAxes = new QAction(axesToolbar);
40  actionShowCenterAxes->setObjectName(QString::fromUtf8("actionShowCenterAxes"));
41  actionShowCenterAxes->setCheckable(true);
42  actionShowCenterAxes->setEnabled(false);
43  const QIcon icon1 = QIcon(QString::fromUtf8(":/pqWidgets/Icons/pqShowCenterAxes.svg"));
44  actionShowCenterAxes->setIcon(icon1);
45  actionPickCenter = new QAction(axesToolbar);
46  actionPickCenter->setObjectName(QString::fromUtf8("actionPickCenter"));
47  actionPickCenter->setCheckable(true);
48  actionPickCenter->setEnabled(false);
49  const QIcon icon2 = QIcon(QString::fromUtf8(":/pqWidgets/Icons/pqPickCenter.svg"));
50  actionPickCenter->setIcon(icon2);
51  actionResetCenter = new QAction(axesToolbar);
52  actionResetCenter->setObjectName(QString::fromUtf8("actionResetCenter"));
53  actionResetCenter->setEnabled(false);
54  const QIcon icon3 = QIcon(QString::fromUtf8(":/pqWidgets/Icons/pqResetCenter.svg"));
55  actionResetCenter->setIcon(icon3);
56 
57  axesToolbar->addAction(actionShowOrientationAxes);
58  axesToolbar->addAction(actionShowCenterAxes);
59  axesToolbar->addAction(actionResetCenter);
60  axesToolbar->addAction(actionPickCenter);
61 
62  retranslateUi(axesToolbar);
63 
64  QMetaObject::connectSlotsByName(axesToolbar);
65  } // setupUi
66 
67  void retranslateUi(QToolBar *axesToolbar)
68  {
69  axesToolbar->setWindowTitle(QCoreApplication::translate("pqAxesToolbar", "Center Axes Controls", nullptr));
70  actionShowOrientationAxes->setText(QCoreApplication::translate("pqAxesToolbar", "Show Orientation Axes", nullptr));
71 #if QT_CONFIG(statustip)
72  actionShowOrientationAxes->setStatusTip(QCoreApplication::translate("pqAxesToolbar", "Show/Hide orientation axes", nullptr));
73 #endif // QT_CONFIG(statustip)
74  actionShowCenterAxes->setText(QCoreApplication::translate("pqAxesToolbar", "Show Center", nullptr));
75 #if QT_CONFIG(statustip)
76  actionShowCenterAxes->setStatusTip(QCoreApplication::translate("pqAxesToolbar", "Show/Hide center of rotation", nullptr));
77 #endif // QT_CONFIG(statustip)
78  actionPickCenter->setText(QCoreApplication::translate("pqAxesToolbar", "Pick Center", nullptr));
79  actionPickCenter->setIconText(QCoreApplication::translate("pqAxesToolbar", "Pick Center", nullptr));
80 #if QT_CONFIG(tooltip)
81  actionPickCenter->setToolTip(QCoreApplication::translate("pqAxesToolbar", "Pick Center", nullptr));
82 #endif // QT_CONFIG(tooltip)
83 #if QT_CONFIG(statustip)
84  actionPickCenter->setStatusTip(QCoreApplication::translate("pqAxesToolbar", "Mouse press to pick center of rotation", nullptr));
85 #endif // QT_CONFIG(statustip)
86  actionResetCenter->setText(QCoreApplication::translate("pqAxesToolbar", "Reset Center", nullptr));
87 #if QT_CONFIG(statustip)
88  actionResetCenter->setStatusTip(QCoreApplication::translate("pqAxesToolbar", "Reset center of rotation", nullptr));
89 #endif // QT_CONFIG(statustip)
90  } // retranslateUi
91 
92 };
93 
94 namespace Ui {
95  class pqAxesToolbar: public Ui_pqAxesToolbar {};
96 } // namespace Ui
97 
98 QT_END_NAMESPACE
99 
100 #endif // UI_PQAXESTOOLBAR_H
QAction * actionPickCenter
QAction * actionResetCenter
QAction * actionShowCenterAxes
void setupUi(QToolBar *axesToolbar)
void retranslateUi(QToolBar *axesToolbar)
QAction * actionShowOrientationAxes