Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@andresilvasantos
Copy link

@andresilvasantos andresilvasantos commented Sep 14, 2017

1 div per Rectangle, Behaviors working smoothly, roll back registering class directly for Animation and Behavior - crashing on IE, added ColorAnimation (from Gaubee), added Grid column and row spacings, text font update - class QFont not emitting signal change, dont' print warning when ignoreUnkownSignals for Connections, TextInput transparent rect rendering as in QML, MouseArea press and release signals, added Item horizontal and vertical center offsets.

…gister class directly for Animation and Behavior, added ColorAnimation, added Grid column and row spacings, text font update, removed warning when ignoreUnkownSignals for Connections, TextInput without rect rendering, MouseArea press and release signals, added Item horizontal and vertical center offsets
mouseX: "real",
mouseY: "real",
pressed: "bool",
isPressed: "bool",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change? Property is named pressed in QML

},
signals: {
clicked: [{ type: "variant", name: "mouse" }],
pressed: [{ type: "variant", name: "mouse" }],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, to have an onPressed signal…

Hm, looks like there is a confict currently for elements that have properties and signals under the same name.
Will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants