Sayonara Player
ui_GUI_SearchPreferences.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_SearchPreferences.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.14.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_SEARCHPREFERENCES_H
10 #define UI_GUI_SEARCHPREFERENCES_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QSpacerItem>
18 #include <QtWidgets/QWidget>
19 
20 QT_BEGIN_NAMESPACE
21 
23 {
24 public:
25  QGridLayout *gridLayout;
26  QLabel *label_4;
27  QCheckBox *cbCaseInsensitive;
28  QLabel *label_5;
29  QCheckBox *cbNoAccents;
30  QLabel *label_3;
31  QLabel *label;
32  QCheckBox *cbNoSpecialChars;
33  QLabel *label_2;
34  QSpacerItem *verticalSpacer;
35 
36  void setupUi(QWidget *GUI_SearchPreferences)
37  {
38  if (GUI_SearchPreferences->objectName().isEmpty())
39  GUI_SearchPreferences->setObjectName(QString::fromUtf8("GUI_SearchPreferences"));
40  GUI_SearchPreferences->resize(403, 300);
41  gridLayout = new QGridLayout(GUI_SearchPreferences);
42  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
43  label_4 = new QLabel(GUI_SearchPreferences);
44  label_4->setObjectName(QString::fromUtf8("label_4"));
45  QFont font;
46  font.setBold(true);
47  font.setWeight(75);
48  label_4->setFont(font);
49 
50  gridLayout->addWidget(label_4, 0, 1, 1, 1);
51 
52  cbCaseInsensitive = new QCheckBox(GUI_SearchPreferences);
53  cbCaseInsensitive->setObjectName(QString::fromUtf8("cbCaseInsensitive"));
54 
55  gridLayout->addWidget(cbCaseInsensitive, 1, 0, 1, 1);
56 
57  label_5 = new QLabel(GUI_SearchPreferences);
58  label_5->setObjectName(QString::fromUtf8("label_5"));
59  label_5->setFont(font);
60 
61  gridLayout->addWidget(label_5, 0, 0, 1, 1);
62 
63  cbNoAccents = new QCheckBox(GUI_SearchPreferences);
64  cbNoAccents->setObjectName(QString::fromUtf8("cbNoAccents"));
65 #if QT_CONFIG(tooltip)
66  cbNoAccents->setToolTip(QString::fromUtf8("\305\240 \305\222 \305\275 \305\241 \305\223 \305\276 \305\270\302\245 \302\265 \303\200 \303\201 \303\202 \303\203 \303\204 \303\205 \303\206 \303\207 \303\210 \303\211 \303\212 \303\213 \303\214 \303\215 \303\216 \303\217 \303\220 \303\221 \303\222 \303\223 \303\224 \303\225 \303\226 \303\230 \303\231 \303\232 \303\233 \303\234 \303\235 \303\237 \303\240 \303\241 \303\242 \303\243 \303\244 \303\245 \303\246 \303\247 \303\250 \303\251 \303\252 \303\253 \303\254 \303\255 \303\256 \303\257 \303\260 \303\261 \303\262 \303\263 \303\264 \303\265 \303\266 \303\270 \303\271 \303\272 \303\273 \303\274 \303\275 \303\277"));
67 #endif // QT_CONFIG(tooltip)
68 
69  gridLayout->addWidget(cbNoAccents, 3, 0, 1, 1);
70 
71  label_3 = new QLabel(GUI_SearchPreferences);
72  label_3->setObjectName(QString::fromUtf8("label_3"));
73 #if QT_CONFIG(tooltip)
74  label_3->setToolTip(QString::fromUtf8("\305\240 \305\222 \305\275 \305\241 \305\223 \305\276 \305\270\302\245 \302\265 \303\200 \303\201 \303\202 \303\203 \303\204 \303\205 \303\206 \303\207 \303\210 \303\211 \303\212 \303\213 \303\214 \303\215 \303\216 \303\217 \303\220 \303\221 \303\222 \303\223 \303\224 \303\225 \303\226 \303\230 \303\231 \303\232 \303\233 \303\234 \303\235 \303\237 \303\240 \303\241 \303\242 \303\243 \303\244 \303\245 \303\246 \303\247 \303\250 \303\251 \303\252 \303\253 \303\254 \303\255 \303\256 \303\257 \303\260 \303\261 \303\262 \303\263 \303\264 \303\265 \303\266 \303\270 \303\271 \303\272 \303\273 \303\274 \303\275 \303\277"));
75 #endif // QT_CONFIG(tooltip)
76  label_3->setText(QString::fromUtf8("\303\251 \342\206\222 e, \303\266 \342\206\222 o"));
77 
78  gridLayout->addWidget(label_3, 3, 1, 1, 1);
79 
80  label = new QLabel(GUI_SearchPreferences);
81  label->setObjectName(QString::fromUtf8("label"));
82  label->setText(QString::fromUtf8("A \342\206\222 a, a \342\206\222 a"));
83 
84  gridLayout->addWidget(label, 1, 1, 1, 1);
85 
86  cbNoSpecialChars = new QCheckBox(GUI_SearchPreferences);
87  cbNoSpecialChars->setObjectName(QString::fromUtf8("cbNoSpecialChars"));
88 #if QT_CONFIG(tooltip)
89  cbNoSpecialChars->setToolTip(QString::fromUtf8(". ' \" & ! $ + * / ( ) = - _ ; : , ? < >[ ] { } @ \342\202\254 white-spaces"));
90 #endif // QT_CONFIG(tooltip)
91 
92  gridLayout->addWidget(cbNoSpecialChars, 2, 0, 1, 1);
93 
94  label_2 = new QLabel(GUI_SearchPreferences);
95  label_2->setObjectName(QString::fromUtf8("label_2"));
96 #if QT_CONFIG(tooltip)
97  label_2->setToolTip(QString::fromUtf8(". ' \" & ! $ + * / ( ) = - _ ; : , ? < >[ ] { } @ \342\202\254 white-spaces"));
98 #endif // QT_CONFIG(tooltip)
99  label_2->setText(QString::fromUtf8("don't \342\206\222 dont, R&B \342\206\222 RB"));
100 
101  gridLayout->addWidget(label_2, 2, 1, 1, 1);
102 
103  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
104 
105  gridLayout->addItem(verticalSpacer, 4, 1, 1, 1);
106 
107  QWidget::setTabOrder(cbCaseInsensitive, cbNoSpecialChars);
108  QWidget::setTabOrder(cbNoSpecialChars, cbNoAccents);
109 
110  retranslateUi(GUI_SearchPreferences);
111 
112  QMetaObject::connectSlotsByName(GUI_SearchPreferences);
113  } // setupUi
114 
115  void retranslateUi(QWidget *GUI_SearchPreferences)
116  {
117  label_4->setText(QCoreApplication::translate("GUI_SearchPreferences", "Example", nullptr));
118  cbCaseInsensitive->setText(QCoreApplication::translate("GUI_SearchPreferences", "Case insensitive", nullptr));
119  label_5->setText(QCoreApplication::translate("GUI_SearchPreferences", "Option", nullptr));
120  cbNoAccents->setText(QCoreApplication::translate("GUI_SearchPreferences", "Ignore accents", nullptr));
121  cbNoSpecialChars->setText(QCoreApplication::translate("GUI_SearchPreferences", "Ignore special characters", nullptr));
122  (void)GUI_SearchPreferences;
123  } // retranslateUi
124 
125 };
126 
127 namespace Ui {
129 } // namespace Ui
130 
131 QT_END_NAMESPACE
132 
133 #endif // UI_GUI_SEARCHPREFERENCES_H
Ui::GUI_SearchPreferences
Definition: ui_GUI_SearchPreferences.h:128
GUI_SearchPreferences
Definition: GUI_SearchPreferences.h:31
Ui_GUI_SearchPreferences
Definition: ui_GUI_SearchPreferences.h:23