QtitanDataGridModel-view DataGrid component with rich functionality for Qt.C++ and PySideQtitanRibbonReplicates Microsoft RibbonUI interface for Qt.C++ and PySideQtitanNavigationDesignUIReplicates Microsoft Navigation Design interface for Qt.C++ and PySideQtitanChartCharts and Diagrams component for Qt.C++ and PySideQtitanDockingDockable Panels and Tool Bars for Qt.C++ and PySideQtitanFastInfosetXML Compressed format FastInfoset implementation for Qt.C++ and PySideRoadmap Development 2023
FireDataGridPowerful, modern, fast, DB-Aware Grid for Delphi-FiremonkeyFireDockingDelphi IDE/Visual Studio implementation of dock panels for Delphi-Firemonkey
We are using QTitanRibbon and we have set app->setStyle("ribbonstyle");
We need to show Handle on Hover between QDockWidget and QSplitter (for resizing).
In Qt demo application (mainwindow), we can see that handle.
We have tried if we can atleast change the color on hover using
QMainWindow::setStyleSheet("QMainWindow::separator:hover {background:#6187ac}");
It does not have any effect in our app. It works fine in sample app which does not use QTitanRibbon.
Does QTitanRibbon causes this issue? Or can you please suggest how we can achieve this?