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

Add slots to scroll QTabBar programmatically

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • None

    Description

      I want create Firefox-like TabBar, but QTabWidget and QTabBar has no slots to scroll tabs programmatically without changing current tab.
      I look at source (qtabbar.h) and found, that QTabBar class has private slot _q_scrollTabs where located needed functionality.

      I suggest add two public slots:
      scrollTabsLeft();
      scrollTabsRight();
      QTabBar's tool buttons connects to slots with clicked signals.

      Attachments

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

        Activity

          People

            peppe Giuseppe D'Angelo
            snasoft Andrei
            Votes:
            4 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes