bleep. open source wiki
Qt/Mac Notes
Xcode & Qt
Using Xcode and Qt is easy, but you have to generate the .xcodeproj file first with the following commands.
qmake -project -o MyApp.pro
qmake -spec macx-xcode MyApp.pro
Bugs
QToolbar? on the Mac (Filed: #119801)
This looks nothing like it should, the height of the
QToolbar? is too high (limited at 60px for some reason), the only thing separating the
QToolbar? from the rest of window is a piss poor 1px grey line. The background of the
QToolbar? is nothing like the unified toolbar style of current Mac OS X systems. The spacing between the text, and the icons is too far as well.
 |  |
| Qt Toolbar | Native Toolbar |
Movable QToolbar? Aligns Incorrectly
When attached to the sides of the windows, contents of the
QToolbar? should align centered just as they do with the top and bottom of windows.
Qt Designer, dock widgets, and Mac OS X sheets (Filed: #119800)
When using detached dock widgets in Qt Designer, and opening the file sheet, I get this wonky bug
Sheets bug (6MB .mov)
Moving detached dock widgets (Filed: #119803)
Detached dock widgets look terrible with Qt/Mac when moving them. The video has a good contrast between native Utility Windows and detached dock widgets in Qt
Dock widgets UI bug (15.1MB .mov)
Qt Designer 4.1.4 has taken a performance hit
I recently built Qt 4.1.4, and have noticed miserable performance with Qt Designer on my intel Mac. Ouch.
Designer 4.1.2 vs. Designer 4.1.4 (9.8MB .mov)
Action Editor Playing Hide & Seek
Using the action editor dock widget is very difficult because of the windows playing hide and seek behind other windows.
Action Editor (11.1MB .mov)