texteditor.h
changeset 106 4083860dd82e
parent 0 7a96bd401351
child 131 16b250a57c17
     1.1 --- a/texteditor.h	Mon Jun 06 20:27:42 2005 +0000
     1.2 +++ b/texteditor.h	Tue Jun 14 09:41:37 2005 +0000
     1.3 @@ -24,6 +24,8 @@
     1.4  	QString getFontHintDefault();
     1.5  	void setFilename (const QString&);
     1.6  	QString getFilename ();
     1.7 +	void setFilenameHint (const QString&);
     1.8 +	QString getFilenameHint ();
     1.9  	bool findText(const QString &, const bool &); // find Text 
    1.10  
    1.11  protected:
    1.12 @@ -79,6 +81,7 @@
    1.13      QTextEdit *e;
    1.14  	QPoint lastPos;			// save last position of window
    1.15      QString filename;
    1.16 +    QString filenameHint;
    1.17  
    1.18  	QBrush emptyPaper;		// setting the background color
    1.19  	QBrush filledPaper;		// depending on the state
    1.20 @@ -116,8 +119,6 @@
    1.21  	*actionAlignCenter,
    1.22  	*actionAlignRight,
    1.23  	*actionAlignJustify;
    1.24 -
    1.25 -
    1.26  };
    1.27  
    1.28  #endif