Subversion Repositories svn1-original

Rev

Rev 279 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 279 Rev 283
Line 73... Line 73...
73
 
73
 
74
    setButton = new QPushButton("Set");
74
    setButton = new QPushButton("Set");
75
    horizontalLayout1->addWidget(setButton);
75
    horizontalLayout1->addWidget(setButton);
76
 
76
 
77
    horizontalSpacer1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
77
    horizontalSpacer1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
78
    horizontalLayout1->addItem(horizontalSpacer1);
78
    horizontalLayout->addItem(horizontalSpacer1);
79
 
79
 
80
    buttonBox = new QDialogButtonBox();
80
    buttonBox = new QDialogButtonBox();
81
    pb_restore = buttonBox->addButton("Restore",QDialogButtonBox::ActionRole );
81
    pb_restore = buttonBox->addButton("Restore",QDialogButtonBox::ActionRole );
82
    pb_save = buttonBox->addButton("Save",QDialogButtonBox::ActionRole );
82
    pb_save = buttonBox->addButton("Save",QDialogButtonBox::ActionRole );
83
    horizontalLayout->addWidget(buttonBox);
83
    horizontalLayout->addWidget(buttonBox);