Re: [Interest] QtLabsControls Button - Invalid property name "label".

2016-04-25 Thread J-P Nurmi
On 25 Apr 2016, at 10:01, Viktória Nemkin > wrote: Hello! I'm just starting out with the newly released QtLabsControls. I have tried using a Button and ran into a problem: import QtQuick 2.0 import Qt.labs.controls 1.0 Button {

[Interest] QtLabsControls Button - Invalid property name "label".

2016-04-25 Thread Viktória Nemkin
Hello! I'm just starting out with the newly released QtLabsControls. I have tried using a Button and ran into a problem: import QtQuick 2.0 import Qt.labs.controls 1.0 Button { label: Item { Text { text: "Example" } Image { id: icon