~wallch/wallpaper-changer/trunk

« back to all changes in this revision

Viewing changes to src/gui/preferences.cpp

  • Committer: Leon
  • Date: 2015-08-15 14:08:12 UTC
  • Revision ID: leon.vitanos@gmail.com-20150815140812-ku5sphc4h363wmcm
Fixed some windowflags

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
{
47
47
    ui->setupUi(this);
48
48
 
49
 
    setWindowFlags(Qt::Dialog | Qt::WindowMaximizeButtonHint | Qt::WindowCloseButtonHint);
50
 
 
51
49
    ui->stackedWidget->setCurrentIndex(0);
52
50
    setupShortcuts();
53
51
    //move dialog to center of the screen
1002
1000
    ui->label_6->setEnabled(checked);
1003
1001
    ui->label_7->setEnabled(checked);
1004
1002
    ui->startup_timeout_spinbox->setEnabled(checked);
1005
 
    ui->label->setEnabled(checked);
1006
1003
}
1007
1004
 
1008
1005
void Preferences::on_help_clicked()