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 also trid the instructions in Ubuntu. It didn't work. Open qtitanribbon.pro. Run qmake, No errors. Run Build All, No errors. Ctrl+R,then the error:
Then, I tried second time in Ubuntu. Open QtCreator. Open qtitanribbon.pro. Set by instructions. Run qmake, No errors. Run Build All, No errors. Then, I didn't Ctrl+R. Instead, I created a Qt Widgets Application. Add "include(/home/alpha/Qt5.2.0/QtitanRibbon/src/shared/qtitanribbon.pri)" in *.pro file. Edit the main.cpp. Run qmake, No errors. Run Build All, No errors. Then, Ctrl+R, the same error:
I am sorry but can't reproduce this issue.
- I have started a new untitled Qt Widgets Application.
- added include($$(QTITANDIR)/src/shared/qtitanribbon.pri) to the end of untitled.pro file.
- added QTITANDIR path.
- modified main.cpp to allow to link qtnribbon3.dll
In Linux, try.pro works well without qtitanribbon modules.
Indeed, I'm so confused with this issue.
Are there some videos about Installation and First Steps with QtitanRibbon in youtube.com?
I have searched in youtube.com, but I could not find.
If there are not videos, could you make one? Thanks!