Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. QVBoxLayout *layout = new QVBoxLayout;
  2. layout->addWidget(widget1);
  3. layout->addWidget(widget2);
  4. layout->addWidget(widget3);
  5. this->setLayout(layout);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement