Qt for beginners Exercise 1 answer

From Qt Wiki
Revision as of 16:47, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Qt for beginners — Exercise 1 : basis (Answer)

<<< Exercise 1 : basis | Summary | Exercise 2 >>>

Widgets

Since this application seems to be quite complicated, we have chosen to split into several files :

main.cpp

window.h

window.cpp

You can also remove the buttons from the attributes list and put the inside the constructor.

Signals and slots

<<< Exercise 1 : basis | Summary | Exercise 2 >>>

Categories: