when i change this line
by thisQt Code:
mVerticalLayout-> addWidget(central);To copy to clipboard, switch view to plain text mode
Qt Code:
central->setLayout(mVerticalLayout);To copy to clipboard, switch view to plain text mode
i see an empty window (there no groupbox, no scene)
Bookmarks