How can I anchor a component to the top of the toolbar?
Using the Ubuntu SDK, how can I get an anchor to the top of the toolbar?
I want something like this:
MyItem {
anchors.bottom: toolbar.top
}
so that I can anchor an item to an omnipresent toolbar in a way that is
suitable for a pointer-driven interface.
No comments:
Post a Comment