Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.3.1
-
None
-
Kubuntu 14.04 64-bit
-
abaa8cf657111c86f1db72dff65a0c85e158f7b1 (qt/tqtc-qtdeclarative/5.12) b34a9545e9a78646f6bef2cec2da46772ad4defa (qt/qtdeclarative/5.15.1) 1c8bce285522e0dcfd13fe6c514f4756d6d6438c (qt/tqtc-qtdeclarative/6.0)
Description
import QtQuick 2.2 import QtQuick.Controls 1.1 ApplicationWindow { visible: true width: 1024 height: 768 Item { width: 200 height: 200 Column { width: parent.width Rectangle { id: header width: parent.width height: 50 Row { Button { text: "Click Me" } } } Grid { id: grid columns: 2 rowSpacing: 10 columnSpacing: 10 width: parent.width height: parent.height } } } }
Attachments
Issue Links
- relates to
-
QTBUG-83856 Freeze happens when Row is used without width/height set
- Closed
-
QTBUG-88339 Application Zoom freezes with "Polish loop detected"
- Closed
-
QTBUG-83856 Freeze happens when Row is used without width/height set
- Closed