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

It would be nice if we have convenience function QTabWidget::setTabTextColor() an Analogy of QTabBar::setTabTextColor()

    XMLWordPrintable

Details

    Description

      While it is possible to set tab's text color of the QTabBar by calling QTabBar::setTabTextColor(), it is not possible to do the same thing with QTabWidget's own tab bar directly despite the fact that it uses QTabBar.

      QTabWidget has several analogical functions (i.e. setting tabs' texts and tabs' icons) but it does not have QTabWidget::setTabTextColor(), The only way to have this is to subclass QTabWidget and use protected tabBar() function which ofcourse not very handy.

      Attachments

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

        Activity

          People

            sorvig Morten Sørvig
            smk smk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes