Details
-
Technical task
-
Resolution: Fixed
-
Not Evaluated
-
None
-
None
-
None
Description
Has a .qmlproject file.
Shows the main file
Layout is not correct. The qml file is quit "imperative" and a good example how to trip up the visual editor.
onWidthChanged: controller.reload() onHeightChanged: controller.reload()
NumberPad.qml
Using inline component is not supported.
component DigitButton: CalculatorButton { onPressed: function() { window.digitPressed(text) updateDimmed() } }