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

Skip to content

Conversation

@dorotaphanSiili
Copy link
Collaborator

-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

@dorotaphanSiili dorotaphanSiili linked an issue Feb 3, 2023 that may be closed by this pull request
Base automatically changed from dphan/add-descriptions to main February 3, 2023 10:01
Copy link
Contributor

@w4bremer w4bremer left a 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

Copy link
Contributor

@jryannel jryannel left a 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.

@dorotaphanSiili dorotaphanSiili merged commit 0ee1def into main Feb 10, 2023
@dorotaphanSiili dorotaphanSiili deleted the dphan/add-qml-example branch February 10, 2023 12:08
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.

add missing descriptions of classes

3 participants