基本完成网络设置模块,还有一些细节需要完善。
This commit is contained in:
@@ -54,16 +54,15 @@ int main(int argc, char* argv[])
|
||||
QFont font(fontName);
|
||||
QApplication::setFont(font);
|
||||
|
||||
//a.installEventFilter(obj);
|
||||
InputObject* obj = new InputObject();
|
||||
a.installEventFilter(obj);
|
||||
SQLHelper::Open();
|
||||
MainWindow w;
|
||||
UserOperationLog::Default()->init();
|
||||
|
||||
//暂时为了调试关闭锁屏
|
||||
//Locker::Instance()->start();
|
||||
//QObject::connect(obj, SIGNAL(touchScreen()), Locker::Instance(), SLOT(refreshTimer()));
|
||||
//暂时为了调试关闭锁屏
|
||||
//Locker::Instance()->start();
|
||||
//QObject::connect(obj, SIGNAL(touchScreen()), Locker::Instance(), SLOT(refreshTimer()));
|
||||
|
||||
|
||||
//multi-language suppport
|
||||
|
||||
Reference in New Issue
Block a user