showtextdialog.ui.h
changeset 377 5391ab620c95
parent 376 626fd85b1f69
child 378 1ab7353f8f44
     1.1 --- a/showtextdialog.ui.h	Tue Sep 05 15:05:18 2006 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,19 +0,0 @@
     1.4 -void ShowTextDialog::init()
     1.5 -{
     1.6 -	textEdit1->setReadOnly (true);
     1.7 -}
     1.8 -
     1.9 -void ShowTextDialog::setCaption (const QString &t)
    1.10 -{
    1.11 -	QDialog::setCaption ("VYM - " + tr ("History of %1").arg(t));
    1.12 -}
    1.13 -
    1.14 -void ShowTextDialog::setText(const QString &t)
    1.15 -{
    1.16 -	textEdit1->setText (t);
    1.17 -}
    1.18 -
    1.19 -void ShowTextDialog::append( const QString &t )
    1.20 -{
    1.21 -	textEdit1->append (t);
    1.22 -}