Comment 0 for bug 1605087

Revision history for this message
Dubstar_04 (dubstar-04) wrote :

Consider a custom component for the section header

    Sections {
            actions: [
                Action {
                    text: "first"
                    onTriggered: print("one")
                },
                Action {
                    text: "second"
                    onTriggered: print("two")
                },
                Action {
                    text: "third"
                    onTriggered: print("three")
                }
            ]
        }