Home · All Classes · All Functions · |
#include <QApplication> #include "dialog.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); Dialog w; w.show(); return a.exec(); }
Copyright © 2000-2012 | QextSerialPort Project | QextSerialPort Manual |