-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrest_clk
16 lines (16 loc) · 1.32 KB
/
rest_clk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mainwindow.cpp: connect(lock_dlg->rest_clk->rest_timer, SIGNAL(timeout()), lock_dlg->rest_clk->rest_timer, SLOT(stop()));
mainwindow.cpp: connect(lock_dlg->rest_clk->rest_timer, SIGNAL(timeout()), lock_clk->lock_timer, SLOT(start()));
mainwindow.cpp: connect(lock_dlg->rest_clk->rest_timer, SIGNAL(timeout()), lock_dlg, SLOT(close()));
mainwindow.cpp: lock_dlg->show();
mainwindow.cpp: //lock_dlg->close();
mainwindow.cpp: //lock_dlg->show();
mainwindow.cpp: //lock_dlg->rest_clk->run();
mainwindow.cpp: connect(lock_dlg->rest_clk->rest_timer, SIGNAL(timeout()), lock_dlg, SLOT(close()));
mainwindow.cpp: connect(lock_dlg->rest_clk->rest_timer, SIGNAL(timeout()), lock_dlg->rest_clk->rest_timer, SLOT(stop()));
mainwindow.cpp: connect(lock_dlg->rest_clk->rest_timer, SIGNAL(timeout()), lock_clk->lock_timer, SLOT(start()));
mainwindow.cpp: //lock_dlg->show();
mainwindow.cpp: //connect(lock_dlg->rest_clk->rest_timer, SIGNAL(timeout()), lock_dlg, SLOT(close()));
runclock.cpp: QObject::connect(lock_dlg->rest_clk->rest_timer, SIGNAL(timeout()), lock_dlg, SLOT(close()));
runclock.cpp: lock_dlg->show();
runclock.cpp: //lock_dlg->move((desktop->width() - lock_dlg->width())/2, (desktop->height() - lock_dlg->height())/2);
runclock.cpp:// lock_dlg->move((QApplication::desktop().width() - lock_dlg.width())/2,