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.11.3
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 *cb_case_insensitive;
28  QLabel *label_5;
29  QCheckBox *cb_no_accents;
30  QLabel *label_3;
31  QLabel *label;
32  QCheckBox *cb_no_special_chars;
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(QStringLiteral("GUI_SearchPreferences"));
40  GUI_SearchPreferences->resize(400, 300);
41  gridLayout = new QGridLayout(GUI_SearchPreferences);
42  gridLayout->setObjectName(QStringLiteral("gridLayout"));
43  label_4 = new QLabel(GUI_SearchPreferences);
44  label_4->setObjectName(QStringLiteral("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  cb_case_insensitive = new QCheckBox(GUI_SearchPreferences);
53  cb_case_insensitive->setObjectName(QStringLiteral("cb_case_insensitive"));
54 
55  gridLayout->addWidget(cb_case_insensitive, 1, 0, 1, 1);
56 
57  label_5 = new QLabel(GUI_SearchPreferences);
58  label_5->setObjectName(QStringLiteral("label_5"));
59  label_5->setFont(font);
60 
61  gridLayout->addWidget(label_5, 0, 0, 1, 1);
62 
63  cb_no_accents = new QCheckBox(GUI_SearchPreferences);
64  cb_no_accents->setObjectName(QStringLiteral("cb_no_accents"));
65 #ifndef QT_NO_TOOLTIP
66  cb_no_accents->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_NO_TOOLTIP
68 
69  gridLayout->addWidget(cb_no_accents, 3, 0, 1, 1);
70 
71  label_3 = new QLabel(GUI_SearchPreferences);
72  label_3->setObjectName(QStringLiteral("label_3"));
73 #ifndef QT_NO_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_NO_TOOLTIP
76  label_3->setText(QString::fromUtf8("\303\251 -> e, \303\266 -> o"));
77 
78  gridLayout->addWidget(label_3, 3, 1, 1, 1);
79 
80  label = new QLabel(GUI_SearchPreferences);
81  label->setObjectName(QStringLiteral("label"));
82  label->setText(QStringLiteral("A -> a, a -> a"));
83 
84  gridLayout->addWidget(label, 1, 1, 1, 1);
85 
86  cb_no_special_chars = new QCheckBox(GUI_SearchPreferences);
87  cb_no_special_chars->setObjectName(QStringLiteral("cb_no_special_chars"));
88 #ifndef QT_NO_TOOLTIP
89  cb_no_special_chars->setToolTip(QString::fromUtf8(". ' \" & ! $ + * / ( ) = - _ ; : , ? < >[ ] { } @ \342\202\254 white-spaces"));
90 #endif // QT_NO_TOOLTIP
91 
92  gridLayout->addWidget(cb_no_special_chars, 2, 0, 1, 1);
93 
94  label_2 = new QLabel(GUI_SearchPreferences);
95  label_2->setObjectName(QStringLiteral("label_2"));
96 #ifndef QT_NO_TOOLTIP
97  label_2->setToolTip(QString::fromUtf8(". ' \" & ! $ + * / ( ) = - _ ; : , ? < >[ ] { } @ \342\202\254 white-spaces"));
98 #endif // QT_NO_TOOLTIP
99  label_2->setText(QStringLiteral("don't -> dont, R&B -> 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(cb_case_insensitive, cb_no_special_chars);
108  QWidget::setTabOrder(cb_no_special_chars, cb_no_accents);
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(QApplication::translate("GUI_SearchPreferences", "Example", nullptr));
118  cb_case_insensitive->setText(QApplication::translate("GUI_SearchPreferences", "Case insensitive", nullptr));
119  label_5->setText(QApplication::translate("GUI_SearchPreferences", "Option", nullptr));
120  cb_no_accents->setText(QApplication::translate("GUI_SearchPreferences", "Ignore accents", nullptr));
121  cb_no_special_chars->setText(QApplication::translate("GUI_SearchPreferences", "Ignore special characters", nullptr));
122  Q_UNUSED(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
Definition: ui_GUI_SearchPreferences.h:22
Definition: ui_GUI_AlternativeCovers.h:315
Definition: GUI_SearchPreferences.h:29
Definition: ui_GUI_SearchPreferences.h:128