ui_pqAboutDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqAboutDialog.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_PQABOUTDIALOG_H
10 #define UI_PQABOUTDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialogButtonBox>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QHeaderView>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QPushButton>
20 #include <QtWidgets/QTabWidget>
21 #include <QtWidgets/QTreeWidget>
22 #include <QtWidgets/QVBoxLayout>
23 #include <QtWidgets/QWidget>
24 #include "pqAboutDialog.h"
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QGridLayout *gridLayout;
32  QDialogButtonBox *buttonBox;
33  QTabWidget *tabWidget;
34  QWidget *tabClient;
35  QVBoxLayout *vboxLayout;
36  QTreeWidget *ClientInformation;
37  QWidget *tabServer;
38  QGridLayout *gridLayout1;
39  QTreeWidget *ServerInformation;
40  QLabel *Image;
41  QHBoxLayout *horizontalLayout;
43  QLabel *VersionLabel;
45  QPushButton *copyToClipBoardButton;
46  QPushButton *saveToFileButton;
47 
49  {
50  if (pqAboutDialog->objectName().isEmpty())
51  pqAboutDialog->setObjectName(QString::fromUtf8("pqAboutDialog"));
52  pqAboutDialog->resize(528, 726);
53  QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
54  sizePolicy.setHorizontalStretch(0);
55  sizePolicy.setVerticalStretch(0);
56  sizePolicy.setHeightForWidth(pqAboutDialog->sizePolicy().hasHeightForWidth());
57  pqAboutDialog->setSizePolicy(sizePolicy);
58  pqAboutDialog->setModal(true);
59  gridLayout = new QGridLayout(pqAboutDialog);
60  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
61  buttonBox = new QDialogButtonBox(pqAboutDialog);
62  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
63  buttonBox->setStandardButtons(QDialogButtonBox::Close);
64  buttonBox->setCenterButtons(false);
65 
66  gridLayout->addWidget(buttonBox, 3, 2, 1, 1);
67 
68  tabWidget = new QTabWidget(pqAboutDialog);
69  tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
70  tabClient = new QWidget();
71  tabClient->setObjectName(QString::fromUtf8("tabClient"));
72  vboxLayout = new QVBoxLayout(tabClient);
73  vboxLayout->setSpacing(6);
74  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
75  vboxLayout->setContentsMargins(9, 9, 9, 9);
76  ClientInformation = new QTreeWidget(tabClient);
77  ClientInformation->setObjectName(QString::fromUtf8("ClientInformation"));
78  ClientInformation->setAlternatingRowColors(true);
79  ClientInformation->setRootIsDecorated(false);
80 
81  vboxLayout->addWidget(ClientInformation);
82 
83  tabWidget->addTab(tabClient, QString());
84  tabServer = new QWidget();
85  tabServer->setObjectName(QString::fromUtf8("tabServer"));
86  gridLayout1 = new QGridLayout(tabServer);
87  gridLayout1->setSpacing(6);
88  gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
89  gridLayout1->setContentsMargins(9, 9, 9, 9);
90  ServerInformation = new QTreeWidget(tabServer);
91  ServerInformation->setObjectName(QString::fromUtf8("ServerInformation"));
92  ServerInformation->setAlternatingRowColors(true);
93  ServerInformation->setRootIsDecorated(false);
94 
95  gridLayout1->addWidget(ServerInformation, 0, 0, 1, 1);
96 
97  tabWidget->addTab(tabServer, QString());
98 
99  gridLayout->addWidget(tabWidget, 2, 0, 1, 3);
100 
101  Image = new QLabel(pqAboutDialog);
102  Image->setObjectName(QString::fromUtf8("Image"));
103  Image->setPixmap(QPixmap(QString::fromUtf8(":/pqWidgets/Icons/PVSplashScreen.png")));
104  Image->setAlignment(Qt::AlignCenter);
105 
106  gridLayout->addWidget(Image, 0, 0, 1, 3);
107 
108  horizontalLayout = new QHBoxLayout();
109  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
110  ParaViewLinkLabel = new QLabel(pqAboutDialog);
111  ParaViewLinkLabel->setObjectName(QString::fromUtf8("ParaViewLinkLabel"));
112  ParaViewLinkLabel->setOpenExternalLinks(true);
113 
114  horizontalLayout->addWidget(ParaViewLinkLabel);
115 
116  VersionLabel = new QLabel(pqAboutDialog);
117  VersionLabel->setObjectName(QString::fromUtf8("VersionLabel"));
118  VersionLabel->setTextFormat(Qt::AutoText);
119  VersionLabel->setAlignment(Qt::AlignCenter);
120 
121  horizontalLayout->addWidget(VersionLabel);
122 
123  KitwareLinkLabel = new QLabel(pqAboutDialog);
124  KitwareLinkLabel->setObjectName(QString::fromUtf8("KitwareLinkLabel"));
125  KitwareLinkLabel->setTextFormat(Qt::RichText);
126  KitwareLinkLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
127  KitwareLinkLabel->setOpenExternalLinks(true);
128 
129  horizontalLayout->addWidget(KitwareLinkLabel);
130 
131  horizontalLayout->setStretch(1, 1);
132 
133  gridLayout->addLayout(horizontalLayout, 1, 0, 1, 3);
134 
135  copyToClipBoardButton = new QPushButton(pqAboutDialog);
136  copyToClipBoardButton->setObjectName(QString::fromUtf8("copyToClipBoardButton"));
137 
138  gridLayout->addWidget(copyToClipBoardButton, 3, 0, 1, 1);
139 
140  saveToFileButton = new QPushButton(pqAboutDialog);
141  saveToFileButton->setObjectName(QString::fromUtf8("saveToFileButton"));
142 
143  gridLayout->addWidget(saveToFileButton, 3, 1, 1, 1);
144 
145 
146  retranslateUi(pqAboutDialog);
147  QObject::connect(buttonBox, SIGNAL(rejected()), pqAboutDialog, SLOT(accept()));
148  QObject::connect(saveToFileButton, SIGNAL(clicked()), pqAboutDialog, SLOT(saveToFile()));
149  QObject::connect(copyToClipBoardButton, SIGNAL(clicked()), pqAboutDialog, SLOT(copyToClipboard()));
150 
151  tabWidget->setCurrentIndex(0);
152 
153 
154  QMetaObject::connectSlotsByName(pqAboutDialog);
155  } // setupUi
156 
158  {
159  pqAboutDialog->setWindowTitle(QCoreApplication::translate("pqAboutDialog", "About ParaView", nullptr));
160  QTreeWidgetItem *___qtreewidgetitem = ClientInformation->headerItem();
161  ___qtreewidgetitem->setText(1, QCoreApplication::translate("pqAboutDialog", "Description", nullptr));
162  ___qtreewidgetitem->setText(0, QCoreApplication::translate("pqAboutDialog", "Item", nullptr));
163  tabWidget->setTabText(tabWidget->indexOf(tabClient), QCoreApplication::translate("pqAboutDialog", "Client Information", nullptr));
164  QTreeWidgetItem *___qtreewidgetitem1 = ServerInformation->headerItem();
165  ___qtreewidgetitem1->setText(1, QCoreApplication::translate("pqAboutDialog", "Description", nullptr));
166  ___qtreewidgetitem1->setText(0, QCoreApplication::translate("pqAboutDialog", "Item", nullptr));
167  tabWidget->setTabText(tabWidget->indexOf(tabServer), QCoreApplication::translate("pqAboutDialog", "Connection Information", nullptr));
168  Image->setText(QString());
169  ParaViewLinkLabel->setText(QCoreApplication::translate("pqAboutDialog", "<html><head/><body><p><a href=\"http://www.kitware.com/\"><span style=\" text-decoration: underline; color:palette(link);\">www.kitware.com</span></a></p></body></html>", nullptr));
170  VersionLabel->setText(QCoreApplication::translate("pqAboutDialog", "<html><b>Version: <i>3.x.x</i></b></html>", nullptr));
171  KitwareLinkLabel->setText(QCoreApplication::translate("pqAboutDialog", "<html><head/><body><p><a href=\"http://www.paraview.org/\"><span style=\" text-decoration: underline; color:palette(link);\">www.paraview.org</span></a></p></body></html>", nullptr));
172  copyToClipBoardButton->setText(QCoreApplication::translate("pqAboutDialog", "Copy to Clipboard", nullptr));
173  saveToFileButton->setText(QCoreApplication::translate("pqAboutDialog", "Save to File...", nullptr));
174  } // retranslateUi
175 
176 };
177 
178 namespace Ui {
179  class pqAboutDialog: public Ui_pqAboutDialog {};
180 } // namespace Ui
181 
182 QT_END_NAMESPACE
183 
184 #endif // UI_PQABOUTDIALOG_H
QTreeWidget * ClientInformation
QGridLayout * gridLayout
QDialogButtonBox * buttonBox
QPushButton * saveToFileButton
QHBoxLayout * horizontalLayout
QVBoxLayout * vboxLayout
QPushButton * copyToClipBoardButton
QTreeWidget * ServerInformation
QLabel * KitwareLinkLabel
QGridLayout * gridLayout1
pqAboutDialog is the about dialog used by ParaView.
Definition: pqAboutDialog.h:22
void retranslateUi(pqAboutDialog *pqAboutDialog)
QLabel * ParaViewLinkLabel
QTabWidget * tabWidget
void setupUi(pqAboutDialog *pqAboutDialog)