hi all, trying to populated a menu with a model, i figured out that MenuItems are not instantiated by a Repeater:
code: -- Menu { id: presetMenu MenuItem { text: "Menu Begin" } Repeater { model: 4 MenuItem { text: "Index " + index } } MenuItem { text: "Menu End" } } -- this code gives me a menu with "Menu Begin" and "Menu End", but no menu entries in between. any idea what i'm doing wrong here? thnx, tim _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest