添加了 归零等操作
增加了testdll 样例
This commit is contained in:
10
testdll/main.cpp
Normal file
10
testdll/main.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include "testdll.h"
|
||||
#include <QtWidgets/QApplication>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
testdll w;
|
||||
w.show();
|
||||
return a.exec();
|
||||
}
|
Reference in New Issue
Block a user