extrainfodialog.ui.h
author insilmaril
Tue, 21 Feb 2006 16:18:23 +0000
changeset 215 e211e2fc9d54
parent 0 7a96bd401351
permissions -rw-r--r--
rudimentary mmap import
     1 /****************************************************************************
     2 ** ui.h extension file, included from the uic-generated form implementation.
     3 **
     4 ** If you wish to add, delete or rename functions or slots use
     5 ** Qt Designer which will update this file, preserving your code. Create an
     6 ** init() function in place of a constructor, and a destroy() function in
     7 ** place of a destructor.
     8 *****************************************************************************/
     9 
    10 void ExtraInfoDialog::setMapName(const QString &s)
    11 {
    12 	lineEdit7->setText (s);
    13 }
    14 
    15 void ExtraInfoDialog::setComment (const QString &s)
    16 {
    17 	textEdit4->setText (s);
    18 }
    19 
    20 QString ExtraInfoDialog::getComment()
    21 {
    22 	return textEdit4->text();
    23 }	
    24 
    25 
    26 void ExtraInfoDialog::setAuthor(const QString &s)
    27 {
    28 	lineEdit2->setText (s);
    29 }
    30 
    31 QString ExtraInfoDialog::getAuthor()
    32 {
    33 	return lineEdit2->text();
    34 }
    35 
    36 void ExtraInfoDialog::setStats(const QString &s)
    37 {
    38 	textEdit4_2->setText (s);
    39 }