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

The right scroll button of QTabBar does not work

    XMLWordPrintable

Details

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

    Description

      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();
      }
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: