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

Qt 5 to-do in QTabBar

    XMLWordPrintable

Details

    • 0b2a10dce5bab23f4152a671b090ff7b57020578

    Description

      src/widgets/widgets/qtabbar.cpp
      QSize QTabBarPrivate::minimumTabSizeHint(int index)
      {
          Q_Q(QTabBar);
          // ### Qt 5: make this a protected virtual function in QTabBar
          Tab &tab = tabList[index];
          QString oldText = tab.text;
          tab.text = computeElidedText(elideMode, oldText);
          QSize size = q->tabSizeHint(index);
          tab.text = oldText;
          return size;
      

      Action for Qt 5.0.0 (if binary compatibility can be maintained), remove, or change to a Qt 6 to-do.

      Attachments

        Issue Links

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

          Activity

            People

              jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
              jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes