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

QMdiArea API improvement suggestion

XMLWordPrintable

      QMdiArea should expose tabbar widget in order to provide more control over the tabbar in tabbed view mode
      the implementation may be as simple as

      QMdiArea.cpp
      QTabBar *QMdiArea::tabBar()
      { return d_func()->tabBar; }
      


      furthermore it would be nice to have a kind of 'resetSystemMenu()' member function in the QMdiSubWindow public interface
      an implementation can be like this:

      QMdiSubWindow.cpp
      void QMdiSubWindow::resetSystemMenu()
      {
        Q_D(QMdiSubWindow);
        if (d->systemMenu) delete d->systemMenu;
       d->createSystemMenu();
      }
      

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

            Unassigned Unassigned
            de666 de
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                Estimated:
                Original Estimate - 5 minutes
                5m
                Remaining:
                Remaining Estimate - 5 minutes
                5m
                Logged:
                Time Spent - Not Specified
                Not Specified

                  There are no open Gerrit changes