This is an example application for the 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.
- Visual Studio 2013 or newer (older version might work as well)
- GCC
- mare - A build system and Visual Studio solution file generator.
- qt - The Qt4 sources. (Required for Windows builds.)
- libcppqt - The header files for the Qt libraries, which are normally created by one of Qt's build scripts. (Required for Windows builds.)
- QTabFramework - The QTabFramework library.
- Create a working copy of the QTabFrameworkExample Git.
- Initialize submodules.
- Call
generate.bat
. This will compile mare and generate solutions files for Visual Studio 2013. You can usegenerate.bat --vcxproj=20XX
to generate solution files for another version. - Open the solution file and compile and work with QTabFrameworkExample within Visual Studio.
- Create a working copy of the QTabFrameworkExample Git.
- Initialize submodules.
- Call
generate
to compile QTabFrameworkExample.