>>>>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
Peter> But why are there no free toolbars in the Qt4 frontend? It cost Peter> you nothing in a Qt only application, they are there by Peter> default. Probably because it was disabled on purpose: // allowing the toolbars to tear off is too easily done, // and we don't save their orientation anyway. Disable the handle. toolbar_->setMovable(false); This has _nothing_ to do about having several frontends. >> .. in part because it forces one to think how a features should be >> implemented. Not bad, IMO. Peter> Not bad as theoretical exercises, but good for real world Peter> application? We had the real world application, it was named LyX 1.0. I am glad I do not have to work on this code base anymore. JMarc