Do not copy contents of one toolbar to the other. Have a function that will create identical toolbars instead.
Qt Code:
tb->addAction(action1); tb->addAction(action2); // ... return tb; }To copy to clipboard, switch view to plain text mode
Do not copy contents of one toolbar to the other. Have a function that will create identical toolbars instead.
Qt Code:
tb->addAction(action1); tb->addAction(action2); // ... return tb; }To copy to clipboard, switch view to plain text mode
Henry Blue Heeler (29th December 2013)
Bookmarks