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

Regression: In TabView tabs are not visible

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.3.0 RC1
    • 5.3.0 Beta1
    • Quick: Controls 1
    • None
    • Fedora 20 / 64 bit / Gnome 3 desktop
    • qtquickcontrols#release: f42ef1db6a111fd420776da2c620be9cefba7f14

    Description

      Using TabView, the tabs are not painted properly. This works correctly in Qt 5.2.1 but not in Qt 5.3.0 (recent Snapshot). See attached example project and screenshots.

      Snapshot: http://ftp.fau.de/qtproject/snapshots/qt/5.3/5.3.0-RC/2014-04-10_50/qt-opensource-linux-x64-5.3.0-RC_2014-04-10_15-30-53-50.run

      import QtQuick 2.2
      import QtQuick.Controls 1.1
      
      ApplicationWindow {
          visible: true
          width: 640
          height: 480
          title: "Window Title"
      
          TabView {
              anchors.fill: parent
      
              Tab {
                  title: "Tab One"
                  Text {
                      text: "One"
                  }
              }
      
              Tab {
                  title: "Tab Two"
                  Text {
                      text: "Two"
                  }
              }
          }
      }
      

      Attachments

        1. tabs_5.2.1.png
          tabs_5.2.1.png
          10 kB
        2. tabs_5.3.0.png
          tabs_5.3.0.png
          6 kB
        3. test32.zip
          4 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            conny Cornelius Hald
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes