彻底改版2.0
This commit is contained in:
13
third/qwtdemo/main.cpp
Normal file
13
third/qwtdemo/main.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "frmmain.h"
|
||||
#include "qapplication.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
|
||||
frmMain w;
|
||||
w.setWindowTitle("qwtdemo");
|
||||
w.show();
|
||||
|
||||
return a.exec();
|
||||
}
|
||||
Reference in New Issue
Block a user