4 Star 7 Fork 2

houyawei/DtkSmartisanosLogo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
smartisanoslogo.h 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
#include <QWidget>
#include <DMainWindow>
#include <DGuiApplicationHelper>
#include <DLabel>
#include <DPushButton>
#include <DTextEdit>
#include <DGroupBox>
#include <DComboBox>
#include <DCheckBox>
#include <QDebug>
#include <QMenu>
#include <QAction>
#include <QMessageBox>
#include <DDialog>
#include <QNetworkReply>
#include <QDateTime>
#include <QJsonObject>
#include <QJsonDocument>
#include <QFile>
#include <QDir>
#include <QFileDialog>
#include <QDateTime>
#include <QJsonArray>
#include <QTimer>
DWIDGET_USE_NAMESPACE
#ifndef DTKSERIALPORT_H
#define DTKSERIALPORT_H
class SmartisanOsLogo : public DMainWindow
{
Q_OBJECT
public:
SmartisanOsLogo(DMainWindow *parent = nullptr);
QPixmap setpnglabel(const QString &szUrl);
bool downIURL_to_picture(const QString &url, const QString &fileName);
~SmartisanOsLogo();
DLabel *logoPng = new DLabel;
DPushButton *filelocation = new DPushButton();
QString PathName,current_File;
QDateTime current_File_time;
QString PKG_NAME;
private:
QWidget *w=new QWidget;
void setTheme(DGuiApplicationHelper::ColorType);
private slots:
void finishedSlot(QNetworkReply* reply);
};
#endif // SMARTISANOSLOGO_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/thegodofhou/DtkSmartisanosLogo.git
git@gitee.com:thegodofhou/DtkSmartisanosLogo.git
thegodofhou
DtkSmartisanosLogo
DtkSmartisanosLogo
main

搜索帮助