Mark Liversedge
Mark Liversedge
have put into parking lot unless someone screams.
Please don't do this. It will not be accepted.
This issue has nothing to do with configuring themes and everything to do with the cascading style sheet applied to this specific dialog and the way it interacts with system...
The code should be adapted to check the QT version, e.g. ``` #if QT_VERSION >= 0x060000 // do the Qt6 code #else // do the current code #endif ```
Absolutely. It helps the transition not just for the team, but for building and distribution. It is unlikely that Qt6 will be stable for a few months, so we are...
curious to know if you have got it building on Qt6.2 beta?
Its a local modification to qwt_plot_curve to fill under the curve using colors. See 95901aa1e2b70db41bd421b7b60e8d3d8375e674 and 681f87a4323e3b5b76450465b6f3593b079ce963 For the sake of testing you could revert both to get a clean...
FWIW am appreciative of what you are doing and will pay closer attention later -- especially if you get a build with 6.2 running ! CHEERS Mark
this assumes we are on screen 0? what if we are on another screen?
Seems good, will play with it.