Doc - More of Part 7

Reviewed-By: TrustMe
This commit is contained in:
Kavindra Devi Palaraja
2009-07-22 20:02:57 +02:00
parent d8fb69b4ac
commit 08345a277e
5 changed files with 85 additions and 138 deletions
@@ -14,16 +14,13 @@ class FindDialog : public QDialog {
public:
FindDialog(QWidget *parent = 0);
~FindDialog();
QString getFindText();
QString findText();
public slots:
void findClicked();
private:
Ui::FindDialog *m_ui;
QPushButton *findButton;
QLineEdit *lineEdit;
QString findText;
};
#endif // FINDDIALOG_H