进度更新

This commit is contained in:
RigoLigo
2021-07-02 20:09:45 +08:00
parent 8579e901d4
commit 9c080f8efb
29 changed files with 604 additions and 67 deletions

View File

@@ -2,8 +2,7 @@
// Created by rigoligo on 2021/5/8.
//
#ifndef _SPKTITLEBAR_H_
#define _SPKTITLEBAR_H_
#pragma once
#include <QHBoxLayout>
#include <QLabel>
@@ -70,5 +69,3 @@ class SpkTitleBar : public QWidget
void MinimizeWindow();
void MaximizeRestoreWindow();
};
#endif //_SPKTITLEBAR_H_