增加遥控器读取

This commit is contained in:
2025-10-10 23:10:21 +08:00
parent e7436bb288
commit ebc440d6d4
92 changed files with 111151 additions and 11136 deletions

View File

@@ -29,6 +29,13 @@ public:
* @return 如果被按下则返回,没有返回为空字符串
*/
QString DiBut(bool B1);
/**
* @brief BitMaps::DiBut 普通按钮的显示
* @param B1 按钮是否激活
* @return 如果被按下则返回,没有返回为空字符串
*/
QString SwitchBut(bool Start,bool Stop);
signals:
};