On 10/10/2019 07:30, E.S. Rosenberg wrote:
> 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?

Hi Eli,

I don't think there's anything particularly wrong with using a ListItem
in this way. For example it's used to contain the avatar image and
header on contact pages, which doesn't really form part of a list as such.

See line 79 of /usr/lib/qt5/qml/Sailfish/Contacts/ContactHeader.qml

But it's not the only way to create a context menu. For example, when
you press and hold a date in the Calendar app a context menu with
"Change year" appears, and this is implemented without a ListItem:

Line 153 of /usr/share/jolla-calendar/pages/DatePickerPanel.qml

I'm not sure whether this exactly answers your question, but hopefully
it helps.

David
-- 
Website: http://www.flypig.co.uk
_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to