roviz  0.7
Code Documentation of roviz
ui_project_changed_extern_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'project_changed_extern_dialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.9.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PROJECT_CHANGED_EXTERN_DIALOG_H
10 #define UI_PROJECT_CHANGED_EXTERN_DIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QVBoxLayout>
22 
23 QT_BEGIN_NAMESPACE
24 
25 class Ui_ProjectChangedExternDialog
26 {
27 public:
28  QVBoxLayout *verticalLayout;
29  QLabel *dialogLabel;
30  QHBoxLayout *horizontalLayout;
31  QPushButton *pushButtonYes;
32  QPushButton *pushButtonYesToAll;
33  QPushButton *pushButtonNo;
34  QPushButton *pushButtonNoToAll;
35  QPushButton *pushButtonDetails;
36  QPushButton *pushButtonClose;
37 
38  void setupUi(QDialog *ProjectChangedExternDialog)
39  {
40  if (ProjectChangedExternDialog->objectName().isEmpty())
41  ProjectChangedExternDialog->setObjectName(QStringLiteral("ProjectChangedExternDialog"));
42  ProjectChangedExternDialog->resize(530, 62);
43  verticalLayout = new QVBoxLayout(ProjectChangedExternDialog);
44  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
45  dialogLabel = new QLabel(ProjectChangedExternDialog);
46  dialogLabel->setObjectName(QStringLiteral("dialogLabel"));
47  dialogLabel->setLineWidth(2);
48 
49  verticalLayout->addWidget(dialogLabel);
50 
51  horizontalLayout = new QHBoxLayout();
52  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
53  pushButtonYes = new QPushButton(ProjectChangedExternDialog);
54  pushButtonYes->setObjectName(QStringLiteral("pushButtonYes"));
55 
56  horizontalLayout->addWidget(pushButtonYes);
57 
58  pushButtonYesToAll = new QPushButton(ProjectChangedExternDialog);
59  pushButtonYesToAll->setObjectName(QStringLiteral("pushButtonYesToAll"));
60  pushButtonYesToAll->setEnabled(false);
61 
62  horizontalLayout->addWidget(pushButtonYesToAll);
63 
64  pushButtonNo = new QPushButton(ProjectChangedExternDialog);
65  pushButtonNo->setObjectName(QStringLiteral("pushButtonNo"));
66 
67  horizontalLayout->addWidget(pushButtonNo);
68 
69  pushButtonNoToAll = new QPushButton(ProjectChangedExternDialog);
70  pushButtonNoToAll->setObjectName(QStringLiteral("pushButtonNoToAll"));
71  pushButtonNoToAll->setEnabled(false);
72 
73  horizontalLayout->addWidget(pushButtonNoToAll);
74 
75  pushButtonDetails = new QPushButton(ProjectChangedExternDialog);
76  pushButtonDetails->setObjectName(QStringLiteral("pushButtonDetails"));
77  pushButtonDetails->setCheckable(true);
78 
79  horizontalLayout->addWidget(pushButtonDetails);
80 
81  pushButtonClose = new QPushButton(ProjectChangedExternDialog);
82  pushButtonClose->setObjectName(QStringLiteral("pushButtonClose"));
83 
84  horizontalLayout->addWidget(pushButtonClose);
85 
86 
87  verticalLayout->addLayout(horizontalLayout);
88 
89 
90  retranslateUi(ProjectChangedExternDialog);
91  QObject::connect(pushButtonClose, SIGNAL(clicked()), ProjectChangedExternDialog, SLOT(reject()));
92  QObject::connect(pushButtonNo, SIGNAL(clicked()), ProjectChangedExternDialog, SLOT(accept()));
93  QObject::connect(pushButtonNoToAll, SIGNAL(clicked()), ProjectChangedExternDialog, SLOT(accept()));
94  QObject::connect(pushButtonYes, SIGNAL(clicked()), ProjectChangedExternDialog, SLOT(accept()));
95  QObject::connect(pushButtonYesToAll, SIGNAL(clicked()), ProjectChangedExternDialog, SLOT(accept()));
96  QObject::connect(pushButtonDetails, SIGNAL(toggled(bool)), ProjectChangedExternDialog, SLOT(onShowDetails(bool)));
97 
98  QMetaObject::connectSlotsByName(ProjectChangedExternDialog);
99  } // setupUi
100 
101  void retranslateUi(QDialog *ProjectChangedExternDialog)
102  {
103  ProjectChangedExternDialog->setWindowTitle(QApplication::translate("ProjectChangedExternDialog", "Dialog", Q_NULLPTR));
104  dialogLabel->setText(QString());
105 #ifndef QT_NO_TOOLTIP
106  pushButtonYes->setToolTip(QString());
107 #endif // QT_NO_TOOLTIP
108  pushButtonYes->setText(QApplication::translate("ProjectChangedExternDialog", "Yes", Q_NULLPTR));
109 #ifndef QT_NO_TOOLTIP
110  pushButtonYesToAll->setToolTip(QString());
111 #endif // QT_NO_TOOLTIP
112  pushButtonYesToAll->setText(QApplication::translate("ProjectChangedExternDialog", "Yes to all", Q_NULLPTR));
113 #ifndef QT_NO_TOOLTIP
114  pushButtonNo->setToolTip(QString());
115 #endif // QT_NO_TOOLTIP
116  pushButtonNo->setText(QApplication::translate("ProjectChangedExternDialog", "No", Q_NULLPTR));
117 #ifndef QT_NO_TOOLTIP
118  pushButtonNoToAll->setToolTip(QString());
119 #endif // QT_NO_TOOLTIP
120  pushButtonNoToAll->setText(QApplication::translate("ProjectChangedExternDialog", "No to all", Q_NULLPTR));
121  pushButtonDetails->setText(QApplication::translate("ProjectChangedExternDialog", "Details...", Q_NULLPTR));
122 #ifndef QT_NO_TOOLTIP
123  pushButtonClose->setToolTip(QString());
124 #endif // QT_NO_TOOLTIP
125  pushButtonClose->setText(QApplication::translate("ProjectChangedExternDialog", "Close", Q_NULLPTR));
126  } // retranslateUi
127 
128 };
129 
130 namespace Ui {
131  class ProjectChangedExternDialog: public Ui_ProjectChangedExternDialog {};
132 } // namespace Ui
133 
134 QT_END_NAMESPACE
135 
136 #endif // UI_PROJECT_CHANGED_EXTERN_DIALOG_H
Definition: item_origin_visualizer.h:10
Definition: project_changed_extern_dialog.h:21