On torsdag den 10. oktober 2019 06.30.33 CEST E.S. Rosenberg wrote: > Hi all, > My question may be very simple - is ListItem the only type of object that > may display a text on a page that can have a "menu" property? I went over > the Silica reference quickly and I didn't find any other similar items. > > The reason I ask this is that I have a single item I am displaying to > which I am adding a context menu and semantically it just seemed weird > that I would have to put that inside of a ListItem to be able to add a > menu: ContextMenu property. > > Or did I miss some other object that does support this property?
You can set the 'container' property to the parent of the menu as done in: https://github.com/tanghus/kitchen-timer-qml/blob/master/qml/pages/TimerPage.qml#L220 There it's a BackgroundItem: https://github.com/tanghus/kitchen-timer-qml/blob/master/qml/pages/TimerPage.qml#L124 Or did I misunderstand you? -- /Thomas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org