DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
ui_aboutdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'aboutdialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.10.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_ABOUTDIALOG_H
10 #define UI_ABOUTDIALOG_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/QScrollArea>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QVBoxLayout>
24 #include <QtWidgets/QWidget>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QVBoxLayout *verticalLayout;
32  QScrollArea *scrollArea;
34  QVBoxLayout *verticalLayout_2;
35  QLabel *aboutText;
36  QHBoxLayout *horizontalLayout;
37  QSpacerItem *horizontalSpacer_2;
38  QPushButton *pushButton;
39  QSpacerItem *horizontalSpacer;
40 
41  void setupUi(QDialog *AboutDialog)
42  {
43  if (AboutDialog->objectName().isEmpty())
44  AboutDialog->setObjectName(QStringLiteral("AboutDialog"));
45  AboutDialog->resize(400, 300);
46  verticalLayout = new QVBoxLayout(AboutDialog);
47  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
48  scrollArea = new QScrollArea(AboutDialog);
49  scrollArea->setObjectName(QStringLiteral("scrollArea"));
50  scrollArea->setFrameShape(QFrame::NoFrame);
51  scrollArea->setFrameShadow(QFrame::Plain);
52  scrollArea->setWidgetResizable(true);
53  scrollAreaWidgetContents = new QWidget();
54  scrollAreaWidgetContents->setObjectName(QStringLiteral("scrollAreaWidgetContents"));
55  scrollAreaWidgetContents->setGeometry(QRect(0, 0, 382, 247));
56  verticalLayout_2 = new QVBoxLayout(scrollAreaWidgetContents);
57  verticalLayout_2->setSpacing(0);
58  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
59  verticalLayout_2->setContentsMargins(0, 0, 0, 0);
60  aboutText = new QLabel(scrollAreaWidgetContents);
61  aboutText->setObjectName(QStringLiteral("aboutText"));
62  aboutText->setAutoFillBackground(false);
63  aboutText->setText(QStringLiteral("$VERSION"));
64  aboutText->setTextFormat(Qt::RichText);
65  aboutText->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
66  aboutText->setWordWrap(true);
67  aboutText->setOpenExternalLinks(true);
68 
69  verticalLayout_2->addWidget(aboutText);
70 
72 
73  verticalLayout->addWidget(scrollArea);
74 
75  horizontalLayout = new QHBoxLayout();
76  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
77  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
78 
80 
81  pushButton = new QPushButton(AboutDialog);
82  pushButton->setObjectName(QStringLiteral("pushButton"));
83 
84  horizontalLayout->addWidget(pushButton);
85 
86  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
87 
89 
90 
91  verticalLayout->addLayout(horizontalLayout);
92 
93 
95  QObject::connect(pushButton, SIGNAL(clicked()), AboutDialog, SLOT(accept()));
96 
97  QMetaObject::connectSlotsByName(AboutDialog);
98  } // setupUi
99 
100  void retranslateUi(QDialog *AboutDialog)
101  {
102  AboutDialog->setWindowTitle(QApplication::translate("AboutDialog", "About displace", nullptr));
103  pushButton->setText(QApplication::translate("AboutDialog", "Close", nullptr));
104  } // retranslateUi
105 
106 };
107 
108 namespace Ui {
109  class AboutDialog: public Ui_AboutDialog {};
110 } // namespace Ui
111 
112 QT_END_NAMESPACE
113 
114 #endif // UI_ABOUTDIALOG_H
Definition: dteditorwindow.h:32
QHBoxLayout * horizontalLayout
Definition: ui_aboutdialog.h:36
QSpacerItem * horizontalSpacer_2
Definition: ui_aboutdialog.h:37
QSpacerItem * horizontalSpacer
Definition: ui_aboutdialog.h:39
QLabel * aboutText
Definition: ui_aboutdialog.h:35
QScrollArea * scrollArea
Definition: ui_aboutdialog.h:32
Definition: aboutdialog.h:50
Definition: ui_aboutdialog.h:28
QVBoxLayout * verticalLayout
Definition: ui_aboutdialog.h:31
QVBoxLayout * verticalLayout_2
Definition: ui_aboutdialog.h:34
QPushButton * pushButton
Definition: ui_aboutdialog.h:38
Definition: ui_aboutdialog.h:109
void retranslateUi(QDialog *AboutDialog)
Definition: ui_aboutdialog.h:100
QWidget * scrollAreaWidgetContents
Definition: ui_aboutdialog.h:33
void setupUi(QDialog *AboutDialog)
Definition: ui_aboutdialog.h:41