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
WindowCreationData::create: CreateWindowEx failed
Failed to create platform window for QWidgetWindow(0xc9e3390, name="Qtitan::RibbonBarClassWindow") with flags QFlags<Qt::WindowType>(WindowTitleHint|WindowSystemMenuHint|WindowMinMaxButtonsHint|WindowCloseButtonHint|WindowFullscreenButtonHint)
Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly
The program has unexpectedly finished.
I actually tryed to make a patch in QtnOfficeFrameHelper_win.cpp
I swapped the two lines:
if (msg->message == WM_NCHITTEST)
{
if (m_hwndFrame && msg->hwnd != m_hwndFrame && (m_ribbonBar && m_ribbonBar->testAttribute(Qt::WA_NativeWindow) && msg->hwnd == (HWND)m_ribbonBar->winId()))
{
because else during the winID() creation phase this snippet will call again winId() and resulting in an infinite recursion. By replacing with the code above, the winId() function is created only during the correct message manipulation (and also should be a little more performing)
But, even with this code there are other issues, for instance the title bar does not move when clicked. Surely they will need to enable explicit 5.10 support.
This code will be completely rewritten in QtitanRibbon 5. In the very near future, i will give you an answer what can be done to make this work in QtitanRibbon 4.