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

The right scroll button of QTabBar does not work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 5.7.0, 5.7.1, 5.8.0
    • None
    • Windows 7, Visual Studio 2015, Visual Studio 2017

      The right scroll button of QTabBar when only first tab is visible does not work.

      #include <QApplication>
      #include <QTabBar>
      
      int main(int argc, char *argv[])
      {
      	QApplication a(argc, argv);
      	QTabBar tb;
      	tb.addTab( "Long name of the first tab" );
      	tb.addTab( "Long name of the second tab" );
      	tb.show();
      	return a.exec();
      }
      

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

            sletta Gunnar Sletta
            sargtlin Kozlov Ilya
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes