Sayonara Player
ui_GUI_LanguagePreferences.h
1/********************************************************************************
2** Form generated from reading UI file 'GUI_LanguagePreferences.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.5
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_GUI_LANGUAGEPREFERENCES_H
10#define UI_GUI_LANGUAGEPREFERENCES_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QFrame>
15#include <QtWidgets/QGridLayout>
16#include <QtWidgets/QHBoxLayout>
17#include <QtWidgets/QLabel>
18#include <QtWidgets/QPushButton>
19#include <QtWidgets/QSpacerItem>
20#include <QtWidgets/QWidget>
21#include "Gui/Utils/Widgets/ComboBox.h"
22
23QT_BEGIN_NAMESPACE
24
26{
27public:
28 QGridLayout *gridLayout;
29 Gui::ComboBox *comboLanguages;
30 QFrame *line_2;
31 QFrame *line;
32 QHBoxLayout *horizontalLayout;
33 QPushButton *btnCheckForUpdate;
34 QHBoxLayout *horizontalLayout_2;
35 QLabel *label;
36 QPushButton *btnImport;
37 QFrame *line_3;
38 QLabel *labLink;
39 QLabel *label_2;
40 QSpacerItem *verticalSpacer;
41
42 void setupUi(QWidget *GUI_LanguagePreferences)
43 {
44 if (GUI_LanguagePreferences->objectName().isEmpty())
45 GUI_LanguagePreferences->setObjectName(QString::fromUtf8("GUI_LanguagePreferences"));
46 GUI_LanguagePreferences->resize(403, 342);
47 gridLayout = new QGridLayout(GUI_LanguagePreferences);
48 gridLayout->setSpacing(7);
49 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
50 comboLanguages = new Gui::ComboBox(GUI_LanguagePreferences);
51 comboLanguages->addItem(QString());
52 comboLanguages->setObjectName(QString::fromUtf8("comboLanguages"));
53 comboLanguages->setCurrentText(QString::fromUtf8("English"));
54
55 gridLayout->addWidget(comboLanguages, 0, 0, 1, 1);
56
57 line_2 = new QFrame(GUI_LanguagePreferences);
58 line_2->setObjectName(QString::fromUtf8("line_2"));
59 line_2->setFrameShape(QFrame::HLine);
60 line_2->setFrameShadow(QFrame::Sunken);
61
62 gridLayout->addWidget(line_2, 5, 0, 1, 1);
63
64 line = new QFrame(GUI_LanguagePreferences);
65 line->setObjectName(QString::fromUtf8("line"));
66 line->setFrameShape(QFrame::HLine);
67 line->setFrameShadow(QFrame::Sunken);
68
69 gridLayout->addWidget(line, 3, 0, 1, 1);
70
71 horizontalLayout = new QHBoxLayout();
72 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
73 btnCheckForUpdate = new QPushButton(GUI_LanguagePreferences);
74 btnCheckForUpdate->setObjectName(QString::fromUtf8("btnCheckForUpdate"));
75
76 horizontalLayout->addWidget(btnCheckForUpdate);
77
78
79 gridLayout->addLayout(horizontalLayout, 4, 0, 1, 1);
80
81 horizontalLayout_2 = new QHBoxLayout();
82 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
83 label = new QLabel(GUI_LanguagePreferences);
84 label->setObjectName(QString::fromUtf8("label"));
85
86 horizontalLayout_2->addWidget(label);
87
88 btnImport = new QPushButton(GUI_LanguagePreferences);
89 btnImport->setObjectName(QString::fromUtf8("btnImport"));
90 QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Fixed);
91 sizePolicy.setHorizontalStretch(0);
92 sizePolicy.setVerticalStretch(0);
93 sizePolicy.setHeightForWidth(btnImport->sizePolicy().hasHeightForWidth());
94 btnImport->setSizePolicy(sizePolicy);
95 btnImport->setText(QString::fromUtf8("..."));
96
97 horizontalLayout_2->addWidget(btnImport);
98
99
100 gridLayout->addLayout(horizontalLayout_2, 6, 0, 1, 1);
101
102 line_3 = new QFrame(GUI_LanguagePreferences);
103 line_3->setObjectName(QString::fromUtf8("line_3"));
104 line_3->setFrameShape(QFrame::HLine);
105 line_3->setFrameShadow(QFrame::Sunken);
106
107 gridLayout->addWidget(line_3, 7, 0, 1, 1);
108
109 labLink = new QLabel(GUI_LanguagePreferences);
110 labLink->setObjectName(QString::fromUtf8("labLink"));
111 labLink->setText(QString::fromUtf8(""));
112 labLink->setTextFormat(Qt::RichText);
113 labLink->setOpenExternalLinks(true);
114
115 gridLayout->addWidget(labLink, 9, 0, 1, 1);
116
117 label_2 = new QLabel(GUI_LanguagePreferences);
118 label_2->setObjectName(QString::fromUtf8("label_2"));
119 label_2->setWordWrap(true);
120
121 gridLayout->addWidget(label_2, 8, 0, 1, 1);
122
123 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
124
125 gridLayout->addItem(verticalSpacer, 10, 0, 1, 1);
126
127
128 retranslateUi(GUI_LanguagePreferences);
129
130 QMetaObject::connectSlotsByName(GUI_LanguagePreferences);
131 } // setupUi
132
133 void retranslateUi(QWidget *GUI_LanguagePreferences)
134 {
135 comboLanguages->setItemText(0, QCoreApplication::translate("GUI_LanguagePreferences", "English", nullptr));
136
137 btnCheckForUpdate->setText(QCoreApplication::translate("GUI_LanguagePreferences", "Check for update", nullptr));
138 label->setText(QCoreApplication::translate("GUI_LanguagePreferences", "Import new language", nullptr));
139 label_2->setText(QCoreApplication::translate("GUI_LanguagePreferences", "For new languages I am always looking for translators", nullptr));
141 } // retranslateUi
142
143};
144
145namespace Ui {
147} // namespace Ui
148
149QT_END_NAMESPACE
150
151#endif // UI_GUI_LANGUAGEPREFERENCES_H
Definition: GUI_LanguagePreferences.h:31
Definition: ComboBox.h:31
Definition: ui_GUI_LanguagePreferences.h:146
Definition: ui_GUI_LanguagePreferences.h:26