Created
April 6, 2011 06:59
-
-
Save Alir3z4/905251 to your computer and use it in GitHub Desktop.
hello world with Qt/C++
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <QApplication> | |
#include <QLabel> | |
int main(int argc, char **argv) | |
{ | |
QApplication App(argc, argv); | |
QLabel Lbl("Hello KhoshGel!"); | |
Lbl.show(); | |
App.exec(); | |
} |
0o0o0o0ps :D Nice
Alir3z4 :| this is a Yadegari :D
vase rozi ke dg nemibinamet!
thanx for anything
Movafagh bashi Pesar :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh how much i know about qt now compare this gist ? non :|