mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

Research QT. Get a running program working. #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description
You need to get a research QT.
You should get a small example QT program written from the ground up.

Here are some steps to follow:
1) Figure out how to install QT.
2) Get a simple program to compile
3) Get the program to run.
4) Add a couple of buttons, see how to add code for buttons.
5) Play with text boxes, labels, and other gui stuff.
6) Figure out how to use dialogs (like open window dialog).
7) Figure out how to go between forms. (I'm not sure what forms are called
in QT, but figure how to create new windows, show them, and hide them.
8) Have the simple program workable with buttons, textboxes, dialogs, and
mulitple windows. The program doesn't have to do anything, but will provide
a good example on how to use QT, code in QT, and will give us a good
understanding on how to plug Trucov into QT.
9) Last step, be able to explain to the rest of team how to do things in QT.

Original issue reported on code.google.com by millerlyte87@gmail.com on 24 Aug 2009 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by yekyaw.wsu@gmail.com on 26 Aug 2009 at 3:36

GoogleCodeExporter commented 9 years ago

Original comment by yekyaw.wsu@gmail.com on 2 Oct 2009 at 3:47

GoogleCodeExporter commented 9 years ago
Verified by Matt.

Original comment by millerlyte87@gmail.com on 2 Oct 2009 at 6:07