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

Tabs and Buttons don't looks native on OSX

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Not Evaluated
    • None
    • 5.12.6, 5.14.0
    • Quick: Controls 1
    • None
    • osx 10.15
    • macOS

    Description

      Tabs and Buttons design don't look native

       

      Tabs

      TabView { id: tabView anchors.fill: parent Tab { title: qsTr("All") }}

       

       

      Buttons

       

      Row { anchors.right: parent.right anchors.verticalCenter: parent.verticalCenter spacing: 10 Button

      { text: qsTr("Cancel") activeFocusOnTab: true; onClicked: rootItem.cancelClicked() }

      Button { id: saveButton text: qsTr("Save") focus: true activeFocusOnTab: true onClicked: rootItem.saveClicked() } }

       

       

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            miskol MICHAL LAZO
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes