[Qt-interest] Some questions about QML

kai.koehne at nokia.com kai.koehne at nokia.com
Tue Nov 3 16:06:41 CET 2009


qt-interest-bounces at trolltech.com wrote:
> Button.qml:
> import Qt 4.6
> 
> Rectangle {
>   id : root
>   signal pressed
> 
>   width: 100
>   height: 40
>   Text {
>     anchors.fill:parent
>     text: "Click me!"
>   }
>   MouseRegion {
>     anchors.fill:parent
>     onClicked: {
>       root.button1Pressed();
        ^^^^^^^^^^^^^^^^^^^
Should be of course 

        root.pressed();

-- 
Kai Köhne
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori




More information about the Qt-interest-old mailing list