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
- is duplicated by
-
QTBUG-70498 Cannot scroll first tab right, using scroll button in QTabBar, when tab size do not fit into visible rect.
- Closed