adddelwidget 추가

srunninglistwidget 추가

git-svn-id: svn://192.168.0.12/source@298 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-10-07 09:36:50 +00:00
parent 85c47edea3
commit 522bebb88d
12 changed files with 352 additions and 44 deletions

View File

@@ -25,7 +25,7 @@ public:
STimer& operator=(const STimer& other) = delete;
void start();
void stop();
bool isActive() const noexcept;
bool isActive() const;
void set(int time);
void set(QVector<int> times);
void unset(int time);