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.9.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/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QSpacerItem>
21 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  QLabel *label_4;
30  QCheckBox *cb_case_insensitive;
31  QLabel *label_5;
32  QCheckBox *cb_no_accents;
33  QLabel *label_3;
34  QLabel *label;
35  QCheckBox *cb_no_special_chars;
36  QLabel *label_2;
37  QSpacerItem *verticalSpacer;
38 
39  void setupUi(QWidget *GUI_SearchPreferences)
40  {
41  if (GUI_SearchPreferences->objectName().isEmpty())
42  GUI_SearchPreferences->setObjectName(QStringLiteral("GUI_SearchPreferences"));
43  GUI_SearchPreferences->resize(400, 300);
44  gridLayout = new QGridLayout(GUI_SearchPreferences);
45  gridLayout->setObjectName(QStringLiteral("gridLayout"));
46  label_4 = new QLabel(GUI_SearchPreferences);
47  label_4->setObjectName(QStringLiteral("label_4"));
48  QFont font;
49  font.setBold(true);
50  font.setWeight(75);
51  label_4->setFont(font);
52 
53  gridLayout->addWidget(label_4, 0, 1, 1, 1);
54 
55  cb_case_insensitive = new QCheckBox(GUI_SearchPreferences);
56  cb_case_insensitive->setObjectName(QStringLiteral("cb_case_insensitive"));
57 
58  gridLayout->addWidget(cb_case_insensitive, 1, 0, 1, 1);
59 
60  label_5 = new QLabel(GUI_SearchPreferences);
61  label_5->setObjectName(QStringLiteral("label_5"));
62  label_5->setFont(font);
63 
64  gridLayout->addWidget(label_5, 0, 0, 1, 1);
65 
66  cb_no_accents = new QCheckBox(GUI_SearchPreferences);
67  cb_no_accents->setObjectName(QStringLiteral("cb_no_accents"));
68 #ifndef QT_NO_TOOLTIP
69  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"));
70 #endif // QT_NO_TOOLTIP
71 
72  gridLayout->addWidget(cb_no_accents, 3, 0, 1, 1);
73 
74  label_3 = new QLabel(GUI_SearchPreferences);
75  label_3->setObjectName(QStringLiteral("label_3"));
76 #ifndef QT_NO_TOOLTIP
77  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"));
78 #endif // QT_NO_TOOLTIP
79  label_3->setText(QString::fromUtf8("\303\251 -> e, \303\266 -> o"));
80 
81  gridLayout->addWidget(label_3, 3, 1, 1, 1);
82 
83  label = new QLabel(GUI_SearchPreferences);
84  label->setObjectName(QStringLiteral("label"));
85  label->setText(QStringLiteral("A -> a, a -> a"));
86 
87  gridLayout->addWidget(label, 1, 1, 1, 1);
88 
89  cb_no_special_chars = new QCheckBox(GUI_SearchPreferences);
90  cb_no_special_chars->setObjectName(QStringLiteral("cb_no_special_chars"));
91 #ifndef QT_NO_TOOLTIP
92  cb_no_special_chars->setToolTip(QString::fromUtf8(". ' \" & ! $ + * / ( ) = - _ ; : , ? < >[ ] { } @ \342\202\254 white-spaces"));
93 #endif // QT_NO_TOOLTIP
94 
95  gridLayout->addWidget(cb_no_special_chars, 2, 0, 1, 1);
96 
97  label_2 = new QLabel(GUI_SearchPreferences);
98  label_2->setObjectName(QStringLiteral("label_2"));
99 #ifndef QT_NO_TOOLTIP
100  label_2->setToolTip(QString::fromUtf8(". ' \" & ! $ + * / ( ) = - _ ; : , ? < >[ ] { } @ \342\202\254 white-spaces"));
101 #endif // QT_NO_TOOLTIP
102  label_2->setText(QStringLiteral("don't -> dont, R&B -> RB"));
103 
104  gridLayout->addWidget(label_2, 2, 1, 1, 1);
105 
106  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
107 
108  gridLayout->addItem(verticalSpacer, 4, 1, 1, 1);
109 
110 
111  retranslateUi(GUI_SearchPreferences);
112 
113  QMetaObject::connectSlotsByName(GUI_SearchPreferences);
114  } // setupUi
115 
116  void retranslateUi(QWidget *GUI_SearchPreferences)
117  {
118  label_4->setText(QApplication::translate("GUI_SearchPreferences", "Example", Q_NULLPTR));
119  cb_case_insensitive->setText(QApplication::translate("GUI_SearchPreferences", "Case insensitive", Q_NULLPTR));
120  label_5->setText(QApplication::translate("GUI_SearchPreferences", "Option", Q_NULLPTR));
121  cb_no_accents->setText(QApplication::translate("GUI_SearchPreferences", "Ignore accents", Q_NULLPTR));
122  cb_no_special_chars->setText(QApplication::translate("GUI_SearchPreferences", "Ignore special characters", Q_NULLPTR));
123  Q_UNUSED(GUI_SearchPreferences);
124  } // retranslateUi
125 
126 };
127 
128 namespace Ui {
130 } // namespace Ui
131 
132 QT_END_NAMESPACE
133 
134 #endif // UI_GUI_SEARCHPREFERENCES_H
Definition: ui_GUI_SearchPreferences.h:25
Definition: ui_GUI_SomaFM.h:208
Definition: GUI_SearchPreferences.h:31
Definition: ui_GUI_SearchPreferences.h:129