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/QFrame>
16#include <QtWidgets/QGridLayout>
17#include <QtWidgets/QLabel>
18#include <QtWidgets/QSpacerItem>
19#include <QtWidgets/QSpinBox>
20#include <QtWidgets/QWidget>
27 QGridLayout *gridLayout;
28 QCheckBox *cbCaseInsensitive;
30 QCheckBox *cbNoSpecialChars;
31 QSpacerItem *verticalSpacer;
35 QCheckBox *cbNoAccents;
39 QSpinBox *sbSearchStringLength;
47 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
49 cbCaseInsensitive->setObjectName(QString::fromUtf8(
"cbCaseInsensitive"));
50 cbCaseInsensitive->setText(QString::fromUtf8(
"Case insensitive"));
52 gridLayout->addWidget(cbCaseInsensitive, 1, 0, 1, 1);
55 line->setObjectName(QString::fromUtf8(
"line"));
56 line->setFrameShape(QFrame::HLine);
57 line->setFrameShadow(QFrame::Sunken);
59 gridLayout->addWidget(line, 4, 0, 1, 2);
62 cbNoSpecialChars->setObjectName(QString::fromUtf8(
"cbNoSpecialChars"));
64 cbNoSpecialChars->setToolTip(QString::fromUtf8(
". ' \" & ! $ + * / ( ) = - _ ; : , ? < >[ ] { } @ \342\202\254 white-spaces"));
66 cbNoSpecialChars->setText(QString::fromUtf8(
"Ignore special characters"));
68 gridLayout->addWidget(cbNoSpecialChars, 2, 0, 1, 1);
70 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
72 gridLayout->addItem(verticalSpacer, 6, 1, 1, 1);
75 label_3->setObjectName(QString::fromUtf8(
"label_3"));
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"));
79 label_3->setText(QString::fromUtf8(
"\303\251 \342\206\222 e, \303\266 \342\206\222 o"));
81 gridLayout->addWidget(label_3, 3, 1, 1, 1);
84 label_4->setObjectName(QString::fromUtf8(
"label_4"));
88 label_4->setFont(font);
90 gridLayout->addWidget(label_4, 0, 1, 1, 1);
93 label_5->setObjectName(QString::fromUtf8(
"label_5"));
94 label_5->setFont(font);
96 gridLayout->addWidget(label_5, 0, 0, 1, 1);
99 cbNoAccents->setObjectName(QString::fromUtf8(
"cbNoAccents"));
100#if QT_CONFIG(tooltip)
101 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"));
103 cbNoAccents->setText(QString::fromUtf8(
"Ignore accents"));
105 gridLayout->addWidget(cbNoAccents, 3, 0, 1, 1);
108 label->setObjectName(QString::fromUtf8(
"label"));
109 label->setText(QString::fromUtf8(
"A \342\206\222 a, a \342\206\222 a"));
111 gridLayout->addWidget(label, 1, 1, 1, 1);
114 label_2->setObjectName(QString::fromUtf8(
"label_2"));
115#if QT_CONFIG(tooltip)
116 label_2->setToolTip(QString::fromUtf8(
". ' \" & ! $ + * / ( ) = - _ ; : , ? < >[ ] { } @ \342\202\254 white-spaces"));
118 label_2->setText(QString::fromUtf8(
"don't \342\206\222 dont, R&B \342\206\222 RB"));
120 gridLayout->addWidget(label_2, 2, 1, 1, 1);
123 label_6->setObjectName(QString::fromUtf8(
"label_6"));
125 gridLayout->addWidget(label_6, 5, 0, 1, 1);
128 sbSearchStringLength->setObjectName(QString::fromUtf8(
"sbSearchStringLength"));
129 sbSearchStringLength->setMinimum(1);
130 sbSearchStringLength->setMaximum(10);
131 sbSearchStringLength->setValue(3);
133 gridLayout->addWidget(sbSearchStringLength, 5, 1, 1, 1);
135 QWidget::setTabOrder(cbCaseInsensitive, cbNoSpecialChars);
136 QWidget::setTabOrder(cbNoSpecialChars, cbNoAccents);
145 label_4->setText(QCoreApplication::translate(
"GUI_SearchPreferences",
"Example",
nullptr));
146 label_5->setText(QCoreApplication::translate(
"GUI_SearchPreferences",
"Option",
nullptr));
147 label_6->setText(QCoreApplication::translate(
"GUI_SearchPreferences",
"Minimum text length",
nullptr));
Definition: GUI_SearchPreferences.h:31
Definition: ui_GUI_SearchPreferences.h:154
Definition: ui_GUI_SearchPreferences.h:25