9 #ifndef UI_GUI_SEARCHPREFERENCES_H
10 #define UI_GUI_SEARCHPREFERENCES_H
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>
25 QGridLayout *gridLayout;
27 QCheckBox *cbCaseInsensitive;
29 QCheckBox *cbNoAccents;
32 QCheckBox *cbNoSpecialChars;
34 QSpacerItem *verticalSpacer;
42 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
44 label_4->setObjectName(QString::fromUtf8(
"label_4"));
48 label_4->setFont(font);
50 gridLayout->addWidget(label_4, 0, 1, 1, 1);
53 cbCaseInsensitive->setObjectName(QString::fromUtf8(
"cbCaseInsensitive"));
55 gridLayout->addWidget(cbCaseInsensitive, 1, 0, 1, 1);
58 label_5->setObjectName(QString::fromUtf8(
"label_5"));
59 label_5->setFont(font);
61 gridLayout->addWidget(label_5, 0, 0, 1, 1);
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)
69 gridLayout->addWidget(cbNoAccents, 3, 0, 1, 1);
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"));
78 gridLayout->addWidget(label_3, 3, 1, 1, 1);
81 label->setObjectName(QString::fromUtf8(
"label"));
82 label->setText(QString::fromUtf8(
"A \342\206\222 a, a \342\206\222 a"));
84 gridLayout->addWidget(label, 1, 1, 1, 1);
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)
92 gridLayout->addWidget(cbNoSpecialChars, 2, 0, 1, 1);
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"));
101 gridLayout->addWidget(label_2, 2, 1, 1, 1);
103 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
105 gridLayout->addItem(verticalSpacer, 4, 1, 1, 1);
107 QWidget::setTabOrder(cbCaseInsensitive, cbNoSpecialChars);
108 QWidget::setTabOrder(cbNoSpecialChars, cbNoAccents);
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));
133 #endif // UI_GUI_SEARCHPREFERENCES_H