hello_world.cpp
Go to the documentation of this file.
00001 #include <QApplication>
00002  #include <QPushButton>
00003 
00004  int main(int argc, char *argv[])
00005  {
00006      QApplication app(argc, argv);
00007 
00008      QPushButton hello("Hello world!");
00009      hello.resize(100, 30);
00010 
00011      hello.show();
00012      return app.exec();
00013  }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends


segbot_controller
Author(s): lab
autogenerated on Sun Mar 24 2013 17:17:27