hide export for floatimages.
1 /****************************************************************************
2 ** ui.h extension file, included from the uic-generated form implementation.
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 *****************************************************************************/
10 void ExtraInfoDialog::setMapName(const QString &s)
12 lineEdit7->setText (s);
15 void ExtraInfoDialog::setComment (const QString &s)
17 textEdit4->setText (s);
20 QString ExtraInfoDialog::getComment()
22 return textEdit4->text();
26 void ExtraInfoDialog::setAuthor(const QString &s)
28 lineEdit2->setText (s);
31 QString ExtraInfoDialog::getAuthor()
33 return lineEdit2->text();
36 void ExtraInfoDialog::setStats(const QString &s)
38 textEdit4_2->setText (s);