add battery

This commit is contained in:
xueyan hu
2022-01-11 16:58:03 +08:00
parent 7bf85c0b4f
commit 3a517696e0
20 changed files with 1353 additions and 430 deletions

View File

@@ -1,4 +1,4 @@
#ifndef _ABOUTWIDGET_H_
#ifndef _ABOUTWIDGET_H_
#define _ABOUTWIDGET_H_
#include <QObject>
@@ -27,12 +27,6 @@ private slots:
private:
void initUi();
bool execResult(const char* cmd, std::string& result);
bool execResult2(const char* cmd, std::string& result);
QString getLinuxVersion();
QString getDCMTKVersion();
//QString queryVersion(const QString& packName);
};