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

QTabBar / QMdiArea Mac::TabbedView: Paging control is missing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.2.0
    • Widgets: Layout
    • None
    • macOS

    Description

      When using a QTabBar / QMdiArea Mac::TabbedView and adding more tabs then can be shown under windows a paging control is added:

      on the Mac, this wont appear:

      Easy to reproduce - I just added the following lines in MainWindow::MainWindow() of the mdi sample

      mdiArea->setViewMode(QMdiArea::TabbedView);
      mdiArea->setTabsClosable(true);
      mdiArea->setTabsMovable(true);
      mdiArea->setDocumentMode(true);

      Attachments

        1. screenshot-2.png
          19 kB
          Stefan Wörthmüller
        2. screenshot-3.png
          48 kB
          Stefan Wörthmüller

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            stefanwoe Stefan Wörthmüller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: