Slide picker

This commit is contained in:
Krad
2021-11-26 10:49:09 +08:00
parent dfcbb61e60
commit 832b4196b6
10 changed files with 406 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ int main(int argc, char* argv[])
a.installEventFilter(obj);
SQLHelper::Open();
MainWindow w;
UserOperationLog::Default()->init();
QObject::connect(obj, SIGNAL(touchScreen()), &w, SLOT(refreshTimer()));