We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expose containment properties with an attached object that lets us write code like this:
Item { Containment.onLocationChanged: { // Code that handles location (top edge, right edge, ...) } }
The text was updated successfully, but these errors were encountered:
libhawaiishell: Containment attached object
a3b011c
Just like we did with elements. The containment is exposed with an attached object. Issue: #150
client: Create ContainmentItem
025fd4b
Create a ContainmentItem object to make the attached object available. Issue: #150
core: Add ContainmentItem
b8d555f
Without this, containments can't access the Containment attached object. Issue: #150
containments-panel: Use Containment attached object
ba8d996
Issue: #150
containments-panel: Get rid of panel context property
b910022
Use the Containment attached object everywhere. Issue: #150 Issue: #151
libhawaiishell: Expose element and containment root object
0b3f896
It's worth having a method that returns the actual root object so that it can be accessed elsewhere. Issue: #150
plfiorini
No branches or pull requests
Expose containment properties with an attached object that lets us write code like this:
The text was updated successfully, but these errors were encountered: