This is an example application of an application based on QTabFramework. The QTabFramework is a Qt powered framework for applications with various tabbed widgets. QTabFramework is an extension of the QMainWindow class, which allows tabs to be arbitrary placed within main window or within floating child windows.
- CMake
- Qt6
- Build with CMake
mkdir build && cd build && cmake .. && cmake --build .