3 #include "ui_ProjectWidgetForm.h" 10 : AbstractSettingWidget(parent),
11 m_ui(new
Ui::ProjectWidgetForm)
17 connect(
m_ui->m_authorLineEdit, SIGNAL(textChanged(
const QString&)), SLOT(
authorChanged(
const QString&)));
18 connect(
m_ui->m_numRecentProjectsSpinBox, SIGNAL(valueChanged(
int)), SLOT(
maxSavedChanged(
int)));
27 ns =
"dpi.inpe.br.apf";
28 helpFile =
"apf/settings/project/ProjectConfig.html";
38 QString author =
m_ui->m_authorLineEdit->text();
39 int maxSaved =
m_ui->m_numRecentProjectsSpinBox->value();
55 m_ui->m_authorLineEdit->setText(author);
56 m_ui->m_numRecentProjectsSpinBox->setValue(maxSaved);
void GetProjectInformationsFromSettings(QString &defaultAuthor, int &maxSaved)
void SaveOpenLastProjectOnSettings(bool openLast)
Utility routines for the TerraLib Application Framework module.
void SaveProjectInformationsOnSettings(const QString &defaultAuthor, const int &maxSaved)