More bugfixes, simple csv export
authorinsilmaril
Wed, 30 May 2007 15:23:07 +0000
changeset 4982c40ff8ca7ba
parent 497 ab118b86bc54
child 499 4b7989874d12
More bugfixes, simple csv export
texteditor.h
     1.1 --- a/texteditor.h	Wed May 30 15:23:07 2007 +0000
     1.2 +++ b/texteditor.h	Wed May 30 15:23:07 2007 +0000
     1.3 @@ -14,6 +14,8 @@
     1.4      ~TextEditor();
     1.5  
     1.6  	bool isEmpty();
     1.7 +	void setShowWithMain (bool);
     1.8 +	bool showWithMain ();
     1.9  	void setFontHint(const QString&);
    1.10  	QString getFontHint();
    1.11  	QString getFontHintDefault();
    1.12 @@ -84,6 +86,7 @@
    1.13  	QBrush filledPaper;		// depending on the state
    1.14  	QBrush inactivePaper;	// depending on the state
    1.15  	EditorState state;
    1.16 +	bool showwithmain;		// same visibility as mainwindow?
    1.17  	bool blockChangedSignal;
    1.18  
    1.19  	QFont varFont;