Re: Sharing same QToolbar amongst multiple QMainWindows
Originally Posted by Henry Blue Heeler
I can't second guess why no QToolBar copy constructor is available, that would certainly make this whole exercise moot.
For exactly the same reason why any QObject derived class cannot be copied -- QObject instances are identities, not values. For instance, if you make a number of signal/slot connections to the toolbar, should a copy have those connections as well or not?
Your biological and technological distinctiveness will be added to our own. Resistance is futile.
Please ask Qt related questions on the forum and not using private messages or visitor messages.
Bookmarks