extrainfodialog.ui.h
changeset 82 920e6ed5889b
parent 0 7a96bd401351
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/extrainfodialog.ui.h	Sun Jan 30 12:59:10 2005 +0000
     1.3 @@ -0,0 +1,39 @@
     1.4 +/****************************************************************************
     1.5 +** ui.h extension file, included from the uic-generated form implementation.
     1.6 +**
     1.7 +** If you wish to add, delete or rename functions or slots use
     1.8 +** Qt Designer which will update this file, preserving your code. Create an
     1.9 +** init() function in place of a constructor, and a destroy() function in
    1.10 +** place of a destructor.
    1.11 +*****************************************************************************/
    1.12 +
    1.13 +void ExtraInfoDialog::setMapName(const QString &s)
    1.14 +{
    1.15 +	lineEdit7->setText (s);
    1.16 +}
    1.17 +
    1.18 +void ExtraInfoDialog::setComment (const QString &s)
    1.19 +{
    1.20 +	textEdit4->setText (s);
    1.21 +}
    1.22 +
    1.23 +QString ExtraInfoDialog::getComment()
    1.24 +{
    1.25 +	return textEdit4->text();
    1.26 +}	
    1.27 +
    1.28 +
    1.29 +void ExtraInfoDialog::setAuthor(const QString &s)
    1.30 +{
    1.31 +	lineEdit2->setText (s);
    1.32 +}
    1.33 +
    1.34 +QString ExtraInfoDialog::getAuthor()
    1.35 +{
    1.36 +	return lineEdit2->text();
    1.37 +}
    1.38 +
    1.39 +void ExtraInfoDialog::setStats(const QString &s)
    1.40 +{
    1.41 +	textEdit4_2->setText (s);
    1.42 +}