1 #ifndef __libquark_gui_FindPanel_hxx 2 #define __libquark_gui_FindPanel_hxx 5 #include <QScopedPointer> 45 void find(
const QString &text,
bool caseSensitive,
bool forward);
52 void findTextChanged(
const QString &text);
57 void setEnabled(
bool enabled);
66 void setFindStatus(
bool found);
69 void focusTextField();
79 void changeText(
const QString &text);
83 QScopedPointer<Ui_FindPanel> _ui;
84 QColor _notFoundColor;
85 QColor _defaultTextFieldColor;
93 #endif // __libquark_gui_FindPanel_hxx Definition: BarChartView.h++:6
A widget that provides a UI for doing forward and backward searches in a document.
Definition: FindPanel.h++:22
#define LIBQUARK_API
Definition: Quark.h++:18