.. When the widget in QScrollArea resizes the position is set to origin, which is a regression introduced sometime after Qt5.9. .. If the chart bar was scrolled then dragging a tab would cause the buttonbar to be resized temporarily as the item is removed from one index and placed at another. .. To get around this we make the buttonbar fixedWidth, which means no resize events or processing occurs. But it means we need to adjust as widgets are added and removed. .. Fortunately an existing function 'tidy()' is available to do this for us, but needed to be controlled (only resize when widgets are added or removed). .. If the regression is fixed this commit can be reverted, but it should be harmless with/without any Qt fix.
GoldenCheetah
About
GoldenCheetah is an open-source data analysis tool primarily written in C++ with Qt for cyclists and triathletes with support for training as well.
GoldenCheetah can connect with indoor trainers and cycling equipment such as cycling computers and power meters to import data.
In addition, GoldenCheetah can connect to cloud services.
It can then manipulate and view the data, as well as analyze it.
Installing
Golden Cheetah install and build instructions are documented for each platform;
INSTALL-WIN32 For building on Microsoft Windows
INSTALL-LINUX For building on Linux
INSTALL-MAC For building on Apple OS X
Alternatively, official builds are available from http://www.goldencheetah.org
whilst the latest developer builds are available from https://github.com/GoldenCheetah/GoldenCheetah/releases