Add stop drainage automatically after 30 seconds.

This commit is contained in:
sunwen
2023-12-12 10:13:59 +08:00
parent fc98971904
commit c2fbcf0c02
3 changed files with 16 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ private:
QLabel* mLblE;
QLabel* mLblParams;
QLabel* mLblE2;
QTimer* mDrainageTimer;
void initProtocolUI(QHBoxLayout *layout);
void initScanControlBar(QHBoxLayout *layout);
void initScanContent();