代码拉取完成,页面将自动刷新
同步操作将从 星火计划 Project Spark/星火应用管理器 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#pragma once
#include "appmanagercommon.h"
#include <DFrame>
class AppManagerModel;
DWIDGET_BEGIN_NAMESPACE
class DBlurEffectWidget;
class DTitlebar;
class DProgressBar;
DWIDGET_END_NAMESPACE
class QMenu;
class QAction;
class QPushButton;
class QLabel;
class QTextEdit;
DWIDGET_USE_NAMESPACE
class PkgDownloadDlg : public DFrame
{
Q_OBJECT
public:
explicit PkgDownloadDlg(AppManagerModel *model, QWidget *parent = nullptr);
virtual ~PkgDownloadDlg() override;
protected:
virtual void resizeEvent(QResizeEvent *event) override;
virtual void closeEvent(QCloseEvent *event) override;
public Q_SLOTS:
void onVerSelectMenuTrigered(QAction *action);
void onFileDownloadProgressChanged(const QString &url, qint64 bytesRead, qint64 totalBytes);
private:
void initConnection();
void updateUI();
private:
AppManagerModel *m_model;
AM::AppInfo m_showingAppInfo;
DBlurEffectWidget *m_centralWidgetBlurBg;
DTitlebar *m_titlebar;
AM::PkgInfo m_selectedPkgInfo;
QMenu *m_versionSelectMenu;
QList<QAction *> m_versionActionList;
QPushButton *m_versionSelectBtn;
QPushButton *m_downloadBtn;
bool m_isDownloading;
QPushButton *m_openDirBtn;
QLabel *m_pkgSizeLable;
DProgressBar *m_progressBar;
QTextEdit *m_infoEdit;
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。