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