Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ToolPanel panel(10, 10);
  2.  
  3. panel.addButton(new ToolBox());
  4. panel.addButton(new ToolLine());
  5. panel.setSortIndex(1001);
  6.  
  7. ge->addObject(&panel);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement