Quote Originally Posted by Henry Blue Heeler View Post
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?