Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.4.0 Beta
-
None
-
OS X 10.10
-
ef45995bc59cff6299ca5b10b4acb4840c473172
Description
This does not accept any keyboard input.
import QtQuick 2.3 import QtQuick.Controls 1.2 Item { width: 200 height: 100 SpinBox { anchors.centerIn: parent minimumValue: 10 maximumValue: 100 } }