qt6-bb10/src/widgets
Stanislav Yelenskiy b39b018f4a QTabBar: update index of last visible tab in insertTab
Index of the last visible tab was not updated, if a new tab was inserted
after the current tab and before the last tab.

When the new tab is inserted before the last visible tab, the index of
the last tab increments by one.
When the new tab is inserted after the last visible tab, then the newly
inserted tab becomes the last visible.

Fixes: QTBUG-86898
Change-Id: I2f4b7f705261ec35a5aa7b883ecdddba25f007b7
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-10-21 07:19:36 +00:00
..
accessible Introduce QWidget::setScreen 2020-08-17 15:08:39 +02:00
dialogs Add forwarding headers for classes moved from QtWidgets to QtGui 2020-10-20 19:27:04 +02:00
doc Document (some) Qt6 changes for QtWidgets 2020-10-16 13:53:03 +02:00
effects Port from devicePixelRatioF() to devicePixelRatio() 2020-09-10 17:28:11 +02:00
graphicsview Fix Clang compiler warnings (-Wrange-loop-analysis) 2020-10-17 11:56:30 +02:00
itemviews Don't divide by zero when calculating number of items 2020-10-16 13:53:03 +02:00
kernel Do not crash if QPA plugin does not support cursors 2020-10-21 08:37:15 +02:00
styles Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
util Add forwarding headers for classes moved from QtWidgets to QtGui 2020-10-20 19:27:04 +02:00
widgets QTabBar: update index of last visible tab in insertTab 2020-10-21 07:19:36 +00:00
.prev_CMakeLists.txt Add forwarding headers for classes moved from QtWidgets to QtGui 2020-10-20 19:27:04 +02:00
CMakeLists.txt Add forwarding headers for classes moved from QtWidgets to QtGui 2020-10-20 19:27:04 +02:00
Qt6WidgetsMacros.cmake Update add_custom_command and add_custom_target dependencies 2020-02-03 08:07:03 +00:00
QtWidgets.dynlist
configure.cmake CMake: Regenerate configure.cmake files 2020-09-15 15:55:47 +02:00
configure.json Fix build without features.filesystemmodel 2020-09-03 16:27:42 +09:00
configure.pri
qt_cmdline.cmake CMake: Re-implement configure/qmake's command line handling in CMake 2020-08-17 08:08:20 +02:00
qtwidgets.tracepoints
widgets.pro Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00