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 *cb_case_insensitive;
29 QCheckBox *cb_no_accents;
32 QCheckBox *cb_no_special_chars;
34 QSpacerItem *verticalSpacer;
42 gridLayout->setObjectName(QStringLiteral(
"gridLayout"));
44 label_4->setObjectName(QStringLiteral(
"label_4"));
48 label_4->setFont(font);
50 gridLayout->addWidget(label_4, 0, 1, 1, 1);
53 cb_case_insensitive->setObjectName(QStringLiteral(
"cb_case_insensitive"));
55 gridLayout->addWidget(cb_case_insensitive, 1, 0, 1, 1);
58 label_5->setObjectName(QStringLiteral(
"label_5"));
59 label_5->setFont(font);
61 gridLayout->addWidget(label_5, 0, 0, 1, 1);
64 cb_no_accents->setObjectName(QStringLiteral(
"cb_no_accents"));
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 69 gridLayout->addWidget(cb_no_accents, 3, 0, 1, 1);
72 label_3->setObjectName(QStringLiteral(
"label_3"));
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"));
78 gridLayout->addWidget(label_3, 3, 1, 1, 1);
81 label->setObjectName(QStringLiteral(
"label"));
82 label->setText(QStringLiteral(
"A -> a, a -> a"));
84 gridLayout->addWidget(label, 1, 1, 1, 1);
87 cb_no_special_chars->setObjectName(QStringLiteral(
"cb_no_special_chars"));
89 cb_no_special_chars->setToolTip(QString::fromUtf8(
". ' \" & ! $ + * / ( ) = - _ ; : , ? < >[ ] { } @ \342\202\254 white-spaces"));
90 #endif // QT_NO_TOOLTIP 92 gridLayout->addWidget(cb_no_special_chars, 2, 0, 1, 1);
95 label_2->setObjectName(QStringLiteral(
"label_2"));
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"));
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(cb_case_insensitive, cb_no_special_chars);
108 QWidget::setTabOrder(cb_no_special_chars, cb_no_accents);
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));
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