-
Notifications
You must be signed in to change notification settings - Fork 3
add example of qml, add qml class description #13
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
Conversation
ffbc6ae to
58bc9e0
Compare
w4bremer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor issues, but looks good
jryannel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
often you can replace lower1 with camel. Typical qml modules use the dot separator. The main.qml should be structured that the visual parts come first and the interfaces are listed at the end.
52cf0d6 to
b35bdd8
Compare
b35bdd8 to
5734fd0
Compare
-method name start with lower first
-signal name starts with lower letter
-api factor for interface returns the shared_ptr<> instead of raw ptr
-change olink factory to get Client in constructor, and use it to link created interfaceClient on return
-added WRITE to QPROPERY in qml wrapper
-fixed a bug, where olink server added ")" to property and signal name