Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-51008

SegmentedButton control

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • None
    • Quick: Controls 2
    • None

      Nice to have. Commonly used especially on iOS.

      SegmentedButton {
          Segment {
              text: "A"
              onClicked: { ... }
          }
          Segment {
              text: "B"
              checkable: true
              onCheckedChanged: { ... }
          }
      }
      

        For Gerrit Dashboard: QTBUG-51008
        # Subject Branch Project Status CR V

            mitch_curtis Mitch Curtis
            jpnurmi J-P Nurmi
            Votes:
            9 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:

                There is 1 open Gerrit change