首次提交
This commit is contained in:
14
styledemo/main.cpp
Normal file
14
styledemo/main.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "frmmain.h"
|
||||
#include "qapplication.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
a.setFont(QFont("Microsoft Yahei", 9));
|
||||
|
||||
frmMain w;
|
||||
w.setWindowTitle("styledemo Author: feiyangqingyun@163.com QQ: 517216493");
|
||||
w.show();
|
||||
|
||||
return a.exec();
|
||||
}
|
||||
Reference in New Issue
Block a user