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 as Static Visual Studio generated project. And we don't use Qt VS Tool. Just "custom build tool" option over every QObject class and .qrc resources. Also I apply to project settings all necessary dependencies to Qt directories.
I saved Project code base from sources without any changes, just project settings. When I built libraries with QTVSTool it works, but when I apply all dependencies manually - I see appearance as at pinned screenshot, also console shows me a bunch of errors:
QCommonStyle::drawComplexControl: Control -268435453 not handled
QCommonStyle::drawComplexControl: Control -268435453 not handled
QCommonStyle::drawComplexControl: Control -268435453 not handled
QCommonStyle::drawComplexControl: Control -268435453 not handled
Or see screenshot here: http://prntscr.com/rewbjk
So, what it could be? Some resources settings are missed? I will be glad to any advice.
This is the Ribbon_Application from examples. Also we did the same with 4.* version of QTitanRibbon and it worked at that time.
Attachments:
Last edit: 5 years 3 weeks ago by Anton. Reason: Additional information