On Jan 22, 2013, at 4:45 PM, Sensei <[email protected]> wrote: > Dear all, > > is there any news on the toolbar on MacOS X? The last news reported that > an alternative to setUnifiedTitleAndToolBarOnMac was using an external > code as in > > http://qt.gitorious.org/qtplayground/qtmacextras > > Is there any planned date (version) to support "native look and feel" as > it was in 4.8?
We are getting quite close, the function you are looking for is QtMacUnifiedToolBar* setUnifiedTitleAndToolBarOnMac(QToolBar *toolbar, bool on = true); which not far from 4.8's QMainWindow::setUnifiedTitleAndToolBarOnMac(bool on) (See examples/macunifiedtoolbar/preferenceswindow.cpp in qtmacextras) qtmacextras will stay external for now - the focus is on implementing the missing APIs. Morten _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
