summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/src_network_socket_qabstractsocket.cpp
diff options
context:
space:
mode:
authorCarlos Manuel Duclos Vergara <carlos.duclos@nokia.com>2010-03-17 11:03:50 (GMT)
committerCarlos Manuel Duclos Vergara <carlos.duclos@nokia.com>2010-03-17 11:16:49 (GMT)
commitc8b999d9d1eaf3379233169ccd4e9ea8c86a1702 (patch)
treec9f3822022696b49a880177d299dfae19b2ee398 /doc/src/snippets/code/src_network_socket_qabstractsocket.cpp
parente62a99d588eaf2b7443250f36c42762a0631c02a (diff)
downloadQt-c8b999d9d1eaf3379233169ccd4e9ea8c86a1702.zip
Qt-c8b999d9d1eaf3379233169ccd4e9ea8c86a1702.tar.gz
Qt-c8b999d9d1eaf3379233169ccd4e9ea8c86a1702.tar.bz2
"Strictly" Fullscreen Application in Mac OS
Full screen in OSX is achieved by using the Kiosk Mode. Therefore it is not a real full screen but an emulation since we basically disable the dock and the menubar. Previous to this patch we were autoshowing the menubar all the time even when we didn't have a menubar. The problem with that is the fact that in OSX there is always a system menubar, so the menubar appeared the moment somebody hovered over the menubar region. With this patch we check if we have created a menubar and if so we autoshow the menubar, otherwise the menubar will remain hidden in full screen mode. Task-number: QTBUG-8933 Reviewed-by: Richard Moe Gustavsen
Diffstat (limited to 'doc/src/snippets/code/src_network_socket_qabstractsocket.cpp')
0 files changed, 0 insertions, 0 deletions