23 explicit QHelpSearchQueryWidget(QWidget *parent =
nullptr);
24 ~QHelpSearchQueryWidget() override;
26 void expandExtendedSearch();
27 void collapseExtendedSearch();
29#if QT_DEPRECATED_SINCE(5
, 9
)
30 QT_DEPRECATED QList<QHelpSearchQuery> query()
const;
31 QT_DEPRECATED
void setQuery(
const QList<QHelpSearchQuery> &queryList);
34 QString searchInput()
const;
35 void setSearchInput(
const QString &searchInput);
37 bool isCompactMode()
const;
40 void setCompactMode(
bool on);
46 void focusInEvent(QFocusEvent *focusEvent) override;
47 void changeEvent(QEvent *event) override;
50 QHelpSearchQueryWidgetPrivate *d;