新增qwt源码版本
This commit is contained in:
14
qwtdemo/examples/legends/main.cpp
Normal file
14
qwtdemo/examples/legends/main.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <qapplication.h>
|
||||
#include "mainwindow.h"
|
||||
|
||||
int main ( int argc, char **argv )
|
||||
{
|
||||
QApplication a( argc, argv );
|
||||
a.setStyle( "Windows" );
|
||||
|
||||
MainWindow w;
|
||||
w.resize( 700, 500 );
|
||||
w.show();
|
||||
|
||||
return a.exec();
|
||||
}
|
||||
Reference in New Issue
Block a user