![]() |
Songbook-Client
0.7
This application is a manager of customguitar songbooks
|
CSearchWidget is a widget to perform search over a text editor. More...
#include <search-widget.hh>
Public Slots | |
| void | find () |
Public Member Functions | |
| CSearchWidget (QWidget *parent=0) | |
| Constructor. | |
| virtual | ~CSearchWidget () |
| Destructor. | |
| void | setTextEditor (QPlainTextEdit *editor) |
| void | writeSettings () |
| void | readSettings () |
| void | setFocus () |
| void | keyPressEvent (QKeyEvent *event) |
CSearchWidget is a widget to perform search over a text editor.
|
slot |
Finds the next occurrence in the editor's contents
| void CSearchWidget::keyPressEvent | ( | QKeyEvent * | event | ) |
| void CSearchWidget::readSettings | ( | ) |
Reads the settings of the widget.
| void CSearchWidget::setFocus | ( | ) |
Sets the focus on the line edit.
| void CSearchWidget::setTextEditor | ( | QPlainTextEdit * | editor | ) |
Sets editor as the text editor upon which find operations are applied.
| void CSearchWidget::writeSettings | ( | ) |
Saves the settings of the widget.
1.8.1.1