Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.1.0
-
None
-
Mac 10.8.4
Qt 5.1.0
-
-
2833556a079defdb27c3dbe117ab66ea8080de75
Description
Create a simple helloworld application with Qt Creator Wizard (new Project / Qt Quick 2 Application (Built-in Elements) and add this :
- in main.cpp just before instruction 'viewer.showExpanded()' add 'viewer.setFlags(viewer.flags() | Qt::WindowFullscreenButtonHint);'
- in main.qml add an empty element 'PinchArea{}'
Run the app : the fullscreen mode is not available.
Remove PinchArea element in main.qml, run the app : the fullscreen mode is available (double arrow in top-right corner of the window).
Calling directly showFullscreen() gives the same result.
Note : Not reproduced with Qt 5.0.1.
Note : Not reproduced on Windows platform.
Attachments
Issue Links
- is required for
-
QTBUG-35562 Issues to be fixed in Qt 5.2.1
- Closed
- relates to
-
QTBUG-35159 PinchArea element will shrink parent's area.
- Closed
-
QTBUG-35158 Scrolling Flickable/ListView element gives wrong scrolling direction with Trackpad on OS X system if PinchArea element exists.
- Closed