some more work concerning find/replace
This commit is contained in:
@@ -53,6 +53,9 @@ public:
|
||||
PTextEdit( QWidget *parent = 0, const char *name = 0 );
|
||||
virtual ~PTextEdit();
|
||||
|
||||
signals:
|
||||
void close();
|
||||
|
||||
private:
|
||||
void setupFileActions();
|
||||
void setupEditActions();
|
||||
@@ -106,6 +109,10 @@ private slots:
|
||||
void fontChanged( const QFont &f );
|
||||
void textChanged();
|
||||
|
||||
void replace();
|
||||
void replaceAndClose();
|
||||
void replaceAll();
|
||||
|
||||
private:
|
||||
PAdmin *fAdmin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user