3

From the screenshot featured on this page http://www.kde.gr.jp/~ichi/qt/designer-manual-3.html it seems like this functionality was available in Qt3. Was it removed in Qt4?

Jake Petroules
  • 23,472
  • 35
  • 144
  • 225

1 Answers1

5

I don't believe you can do so from within Designer. You can add other widgets programmatically using QToolBar::addWidget().

Kaleb Pederson
  • 45,767
  • 19
  • 102
  • 147