Explanation: Confdump-Agent was meant as a technical tool for technically-minded people. However, we found out that users on Windows just double-click the .exe, see a flashing DOS box and give up. We'd like to pull in the GUI module of Qt and provide them with something closer to their expectations.
Expected result: Extending the Confdump-Agent code with a GUI support (preferably enabled/disabled at compile-time). The GUI should provide most or all of the features available through the command-line. The resulting binary must still be stand-alone (work with no extra library on as much systems as possible.)
Knowledge Prerequisite: A good grasp over C++, object-oriented programming, Qt and GUI design.