新增资源显示

This commit is contained in:
2023-02-25 08:28:50 +08:00
parent 997a39eb63
commit 79f1c7cae1
10 changed files with 78 additions and 24 deletions

View File

@@ -16,12 +16,16 @@ public:
~MainWindow();
private slots:
void ShowCPUMessage();
void on_browser_clicked();
QString GetRunCommand(QString command);
void on_install_clicked();
private:
Ui::MainWindow *ui;
long m_cpuAll;
long m_cpuFree;
};
#endif // MAINWINDOW_H