Skip to content

Instantly share code, notes, and snippets.

@Alir3z4
Created April 6, 2011 06:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Alir3z4/905251 to your computer and use it in GitHub Desktop.
Save Alir3z4/905251 to your computer and use it in GitHub Desktop.
hello world with Qt/C++
#include <QApplication>
#include <QLabel>
int main(int argc, char **argv)
{
QApplication App(argc, argv);
QLabel Lbl("Hello KhoshGel!");
Lbl.show();
App.exec();
}
@Alir3z4
Copy link
Author

Alir3z4 commented Jan 16, 2012

Oh how much i know about qt now compare this gist ? non :|

@mo3in
Copy link

mo3in commented Feb 17, 2013

0o0o0o0ps :D Nice

@mo3in
Copy link

mo3in commented Feb 17, 2013

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