~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to src/dialogs/CFirstStartWizard.cpp

  • Committer: Nathan Osman
  • Date: 2012-06-30 01:45:41 UTC
  • Revision ID: admin@quickmediasolutions.com-20120630014541-se5urle85uehhptz
Added the notifications page to the wizard and adjusted some of the labels.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    ui->setupUi(this);
29
29
    setPixmap(LogoPixmap, QPixmap(":/images/config.png"));
30
30
 
31
 
    connect(this, SIGNAL(currentIdChanged(int)), SLOT(OnPageChanged(int)));
32
 
 
33
31
    /* Load the defaults. */
34
32
    ui->MachineName->setText(Settings::Get("General/MachineName").toString());
35
33
}