Programming-GUI
From DevRandom
Contents |
A Modelling Bee application using QT.
This demostrates a variety of QT Widgets & functionality.
Compiling instructions
type qmake [this will create the make file] then type make [it will give a bunch of warning about unused variables. these are fine] this should build the application(named mbee)
An application using QT and C++
Compiling instructions type qmake [this will create the make file] then type make [it will give a bunch of warning about unused variables. these are fine] this should build the application(named mbee)
A jigsaw puzzle using Visual C++ & Microsoft Foundation Classes(MFC)
Load the SriPuzz.dsw into Visual Studio 6 or .NET Studio(Dot net will prompt for project conversion to the new version). Then just do a build & execute(in dotnet studio use Start without Debugging)
A simple gcc frontend using QT.
Works on Qt 3.1, 3.2 & 3.3. To compile type qmake followed by make.
A simple log viewer frontend using QT.
Works on Qt 3.1, 3.2 & 3.3. To compile type qmake followed by make.






