| QTinstallation_win81.htm |
| Source Code: Source_code.txt |
Disclaimer : I installed 32 Bit version in windows 8.1 /64 bit, and
tuned up with MinGW C++ compiler, due to follwing reasons:
|
| Source Folder:
|
| Setup Wizards:
|
|
I have two versions of QT installed in this pc
First Let us check with Build/Run Qt Version
Saw an warning @Kit pane
Should be corrected
Now create new project
|
| Location
Details
Summary
|
| Three files were created
mainwindow.h - header file
main.cpp
|
| mainwindow.ui -> user GUI
|
| Add two controls as shown below
Right click on PushButton, select Go To Slot to pick an event
An event created in mainwindow.cpp
Green Build is Good !!
Click responded
|