showtextdialog.ui.h
changeset 293 68495946fe33
parent 0 7a96bd401351
     1.1 --- a/showtextdialog.ui.h	Mon Apr 10 11:23:33 2006 +0000
     1.2 +++ b/showtextdialog.ui.h	Tue Apr 11 14:34:14 2006 +0000
     1.3 @@ -3,15 +3,16 @@
     1.4  	textEdit1->setReadOnly (true);
     1.5  }
     1.6  
     1.7 +void ShowTextDialog::setCaption (const QString &t)
     1.8 +{
     1.9 +	QDialog::setCaption ("VYM - " + tr ("History of %1").arg(t));
    1.10 +}
    1.11  
    1.12  void ShowTextDialog::setText(const QString &t)
    1.13  {
    1.14  	textEdit1->setText (t);
    1.15  }
    1.16  
    1.17 -
    1.18 -
    1.19 -
    1.20  void ShowTextDialog::append( const QString &t )
    1.21  {
    1.22  	textEdit1->append (t);