Sayonara Player
Loading...
Searching...
No Matches
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.15
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->setObjectName(QString::fromUtf8("comboLanguages"));
52 comboLanguages->setCurrentText(QString::fromUtf8(""));
53
54 gridLayout->addWidget(comboLanguages, 0, 0, 1, 1);
55
56 line_2 = new QFrame(GUI_LanguagePreferences);
57 line_2->setObjectName(QString::fromUtf8("line_2"));
58 line_2->setFrameShape(QFrame::HLine);
59 line_2->setFrameShadow(QFrame::Sunken);
60
61 gridLayout->addWidget(line_2, 5, 0, 1, 1);
62
63 line = new QFrame(GUI_LanguagePreferences);
64 line->setObjectName(QString::fromUtf8("line"));
65 line->setFrameShape(QFrame::HLine);
66 line->setFrameShadow(QFrame::Sunken);
67
68 gridLayout->addWidget(line, 3, 0, 1, 1);
69
70 horizontalLayout = new QHBoxLayout();
71 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
72 btnCheckForUpdate = new QPushButton(GUI_LanguagePreferences);
73 btnCheckForUpdate->setObjectName(QString::fromUtf8("btnCheckForUpdate"));
74
75 horizontalLayout->addWidget(btnCheckForUpdate);
76
77
78 gridLayout->addLayout(horizontalLayout, 4, 0, 1, 1);
79
80 horizontalLayout_2 = new QHBoxLayout();
81 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
82 label = new QLabel(GUI_LanguagePreferences);
83 label->setObjectName(QString::fromUtf8("label"));
84
85 horizontalLayout_2->addWidget(label);
86
87 btnImport = new QPushButton(GUI_LanguagePreferences);
88 btnImport->setObjectName(QString::fromUtf8("btnImport"));
89 QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Fixed);
90 sizePolicy.setHorizontalStretch(0);
91 sizePolicy.setVerticalStretch(0);
92 sizePolicy.setHeightForWidth(btnImport->sizePolicy().hasHeightForWidth());
93 btnImport->setSizePolicy(sizePolicy);
94 btnImport->setText(QString::fromUtf8("..."));
95
96 horizontalLayout_2->addWidget(btnImport);
97
98
99 gridLayout->addLayout(horizontalLayout_2, 6, 0, 1, 1);
100
101 line_3 = new QFrame(GUI_LanguagePreferences);
102 line_3->setObjectName(QString::fromUtf8("line_3"));
103 line_3->setFrameShape(QFrame::HLine);
104 line_3->setFrameShadow(QFrame::Sunken);
105
106 gridLayout->addWidget(line_3, 7, 0, 1, 1);
107
108 labLink = new QLabel(GUI_LanguagePreferences);
109 labLink->setObjectName(QString::fromUtf8("labLink"));
110 labLink->setText(QString::fromUtf8(""));
111 labLink->setTextFormat(Qt::RichText);
112 labLink->setOpenExternalLinks(true);
113
114 gridLayout->addWidget(labLink, 9, 0, 1, 1);
115
116 label_2 = new QLabel(GUI_LanguagePreferences);
117 label_2->setObjectName(QString::fromUtf8("label_2"));
118 label_2->setWordWrap(true);
119
120 gridLayout->addWidget(label_2, 8, 0, 1, 1);
121
122 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
123
124 gridLayout->addItem(verticalSpacer, 10, 0, 1, 1);
125
126
127 retranslateUi(GUI_LanguagePreferences);
128
129 QMetaObject::connectSlotsByName(GUI_LanguagePreferences);
130 } // setupUi
131
132 void retranslateUi(QWidget *GUI_LanguagePreferences)
133 {
134 btnCheckForUpdate->setText(QCoreApplication::translate("GUI_LanguagePreferences", "Check for update", nullptr));
135 label->setText(QCoreApplication::translate("GUI_LanguagePreferences", "Import new language", nullptr));
136 label_2->setText(QCoreApplication::translate("GUI_LanguagePreferences", "For new languages I am always looking for translators", nullptr));
138 } // retranslateUi
139
140};
141
142namespace Ui {
144} // namespace Ui
145
146QT_END_NAMESPACE
147
148#endif // UI_GUI_LANGUAGEPREFERENCES_H
Definition GUI_LanguagePreferences.h:31
Definition ComboBox.h:31
Definition ui_GUI_LanguagePreferences.h:143
Definition ui_GUI_LanguagePreferences.h:26