I use Qt to develop a cross-platform application. I am trying to reproduce the appearance of the two left windows (HUD window and textured window), but so far I have not seen how to get any window other than the most correct window. Does anyone know how to copy these type windows?
alt text http://th30z.netsons.org/wp-content/uploads/cocoa-windows-105.png
See Transmission . They have a platform-independent background process and write the interface to the native libraries for each platform. This is how they provide a good application on all three platforms.
, , Qt:
QMainWindow::setUnifiedTitleAndToolBarOnMac(true)
QWidget::setAttribute(Qt::WA_MacBrushedMetal, true
QMacCocoaViewContainer
- Qt.
, QMacNativeWidget , . , OS X, Cocoa.
/HUD- -, OS X.
, , Cocoa - HUD/Textured windows -, .