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
I change the project to CMake project.It compile OK .But when I run one example(SimplePanels) ,and I drag out one panel,the frame of the panel will become bigger. like cmake.png.And the qmake.jpg is ok
We don't officially support CMake yet. Support will be added in one of the next updates. Does this error appear in our examples compiled with regular Qmake script?
I solved this problem. Add the following when building QtitanDocking target:
target_include_directories(QtitanDocking PRIVATE
${Qt5Core_PRIVATE_INCLUDE_DIRS}
${Qt5Widgets_PRIVATE_INCLUDE_DIRS}
${Qt5Gui_PRIVATE_INCLUDE_DIRS}
)
target_compile_definitions(QtitanDocking PRIVATE QTN_PRIVATE_HEADERS)