ui_pqXYChartViewBoundsPropertyWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqXYChartViewBoundsPropertyWidget.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_PQXYCHARTVIEWBOUNDSPROPERTYWIDGET_H
10 #define UI_PQXYCHARTVIEWBOUNDSPROPERTYWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QIcon>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QWidget>
18 #include "pqDoubleLineEdit.h"
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QGridLayout *gridLayout;
27  QLabel *BoundsLabel;
29  QLabel *XLabel;
32  QLabel *YLabel;
35 
36  void setupUi(QWidget *XYChartViewBoundsPropertyWidget)
37  {
38  if (XYChartViewBoundsPropertyWidget->objectName().isEmpty())
39  XYChartViewBoundsPropertyWidget->setObjectName(QString::fromUtf8("XYChartViewBoundsPropertyWidget"));
40  gridLayout = new QGridLayout(XYChartViewBoundsPropertyWidget);
41  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
42  BoundsLabel = new QLabel(XYChartViewBoundsPropertyWidget);
43  BoundsLabel->setObjectName(QString::fromUtf8("BoundsLabel"));
44 
45  gridLayout->addWidget(BoundsLabel, 0, 0, 1, 3);
46 
47  Reset = new pqHighlightableToolButton(XYChartViewBoundsPropertyWidget);
48  Reset->setObjectName(QString::fromUtf8("Reset"));
49  QIcon icon;
50  icon.addFile(QString::fromUtf8(":/pqWidgets/Icons/pqReset.svg"), QSize(), QIcon::Normal, QIcon::Off);
51  Reset->setIcon(icon);
52 
53  gridLayout->addWidget(Reset, 0, 3, 1, 1);
54 
55  XLabel = new QLabel(XYChartViewBoundsPropertyWidget);
56  XLabel->setObjectName(QString::fromUtf8("XLabel"));
57 
58  gridLayout->addWidget(XLabel, 1, 0, 1, 1);
59 
60  BottomAxisMin = new pqDoubleLineEdit(XYChartViewBoundsPropertyWidget);
61  BottomAxisMin->setObjectName(QString::fromUtf8("BottomAxisMin"));
62 
63  gridLayout->addWidget(BottomAxisMin, 1, 1, 1, 1);
64 
65  BottomAxisMax = new pqDoubleLineEdit(XYChartViewBoundsPropertyWidget);
66  BottomAxisMax->setObjectName(QString::fromUtf8("BottomAxisMax"));
67 
68  gridLayout->addWidget(BottomAxisMax, 1, 2, 1, 1);
69 
70  YLabel = new QLabel(XYChartViewBoundsPropertyWidget);
71  YLabel->setObjectName(QString::fromUtf8("YLabel"));
72 
73  gridLayout->addWidget(YLabel, 2, 0, 1, 1);
74 
75  LeftAxisMin = new pqDoubleLineEdit(XYChartViewBoundsPropertyWidget);
76  LeftAxisMin->setObjectName(QString::fromUtf8("LeftAxisMin"));
77 
78  gridLayout->addWidget(LeftAxisMin, 2, 1, 1, 1);
79 
80  LeftAxisMax = new pqDoubleLineEdit(XYChartViewBoundsPropertyWidget);
81  LeftAxisMax->setObjectName(QString::fromUtf8("LeftAxisMax"));
82 
83  gridLayout->addWidget(LeftAxisMax, 2, 2, 1, 1);
84 
85 
86  retranslateUi(XYChartViewBoundsPropertyWidget);
87 
88  QMetaObject::connectSlotsByName(XYChartViewBoundsPropertyWidget);
89  } // setupUi
90 
91  void retranslateUi(QWidget *XYChartViewBoundsPropertyWidget)
92  {
93  BoundsLabel->setText(QCoreApplication::translate("XYChartViewBoundsPropertyWidget", "Bounds", nullptr));
94 #if QT_CONFIG(tooltip)
95  Reset->setToolTip(QCoreApplication::translate("XYChartViewBoundsPropertyWidget", "Reset using active chart values", nullptr));
96 #endif // QT_CONFIG(tooltip)
97  XLabel->setText(QCoreApplication::translate("XYChartViewBoundsPropertyWidget", "X", nullptr));
98  YLabel->setText(QCoreApplication::translate("XYChartViewBoundsPropertyWidget", "Y", nullptr));
99  (void)XYChartViewBoundsPropertyWidget;
100  } // retranslateUi
101 
102 };
103 
104 namespace Ui {
106 } // namespace Ui
107 
108 QT_END_NAMESPACE
109 
110 #endif // UI_PQXYCHARTVIEWBOUNDSPROPERTYWIDGET_H
void retranslateUi(QWidget *XYChartViewBoundsPropertyWidget)
QToolButton with ability to highlight the button.
pqLineEdit subclass that supports a low precision view when inactive
void setupUi(QWidget *XYChartViewBoundsPropertyWidget)