14
14
You should have received a copy of the GNU General Public License
15
15
along with this program. If not, see <http://www.gnu.org/licenses/>. */
21
19
#include <dialogs/CFirstStartWizard.h>
22
20
#include <util/settings.h>
23
21
#include "ui_CFirstStartWizard.h"
27
registerField(QString("%1*").arg(unique_id++), widget, property, signal);
25
30
CFirstStartWizard::CFirstStartWizard()
26
31
: ui(new Ui::CFirstStartWizard)
29
34
setPixmap(LogoPixmap, QPixmap(":/images/config.png"));
38
ui->BroadcastDiscoveryPage->AddRequiredField(ui->BroadcastDiscovery, "interface", SIGNAL(FoundInterface()));
31
40
OnNotificationsChanged(StandardNotifications);