my full cocstructor looks like this
Qt Code:
{ //ctor scroll->setWidget(frame); frame->setLayout(mainLayout); mainLayout->addStretch(); topLayout->addWidget(frame); setLayout(topLayout); }To copy to clipboard, switch view to plain text mode
my full cocstructor looks like this
Qt Code:
{ //ctor scroll->setWidget(frame); frame->setLayout(mainLayout); mainLayout->addStretch(); topLayout->addWidget(frame); setLayout(topLayout); }To copy to clipboard, switch view to plain text mode
Bookmarks