examples/widgets/windowflags/controllerwindow.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
    56 
    56 
    57     QHBoxLayout *bottomLayout = new QHBoxLayout;
    57     QHBoxLayout *bottomLayout = new QHBoxLayout;
    58     bottomLayout->addStretch();
    58     bottomLayout->addStretch();
    59     bottomLayout->addWidget(quitButton);
    59     bottomLayout->addWidget(quitButton);
    60 
    60 
    61     QVBoxLayout *mainLayout = new QVBoxLayout;
    61     QHBoxLayout *mainLayout = new QHBoxLayout;
    62     mainLayout->addWidget(typeGroupBox);
    62     mainLayout->addWidget(typeGroupBox);
    63     mainLayout->addWidget(hintsGroupBox);
    63     mainLayout->addWidget(hintsGroupBox);
    64     mainLayout->addLayout(bottomLayout);
    64     mainLayout->addLayout(bottomLayout);
    65     setLayout(mainLayout);
    65     setLayout(mainLayout);
    66 
    66