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

Qt 5 to-do in QTabBar

XMLWordPrintable

    • 0b2a10dce5bab23f4152a671b090ff7b57020578

      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.

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

            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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes