Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 div per Rectangle, Behaviors working smoothly, fix crash IE when re… #418

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

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
@@ -9,13 +9,15 @@ QmlWeb.registerQmlType({
hoverEnabled: "bool",
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

containsMouse: "bool",
pressedButtons: { type: "variant", initialValue: 0 },
cursorShape: "enum" // Qt.ArrowCursor
},
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.

None yet

2 participants