更新说明

master
feiyangqingyun 2021-09-26 09:50:09 +08:00
parent 047b7959ac
commit 129b17ccbd
29 changed files with 231 additions and 757 deletions

View File

@ -1,11 +1,6 @@
#ifndef ICONHELPER_H
#define ICONHELPER_H
#include <QtGui>
#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0))
#include <QtWidgets>
#endif
/**
* :feiyangqingyun(QQ:517216493) 2016-11-23
* 1.
@ -22,6 +17,11 @@
* 12. 使便
*/
#include <QtGui>
#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0))
#include <QtWidgets>
#endif
#ifdef quc
class Q_DECL_EXPORT IconHelper : public QObject
#else

View File

@ -2,7 +2,7 @@
#define DEVICEBUTTON_H
/**
* :feiyangqingyun(QQ:517216493) 2018-7-2
* :feiyangqingyun(QQ:517216493) 2018-07-02
* 1. 22
* 2.
* 3.

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 KiB

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 KiB

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 KiB

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

View File

@ -61,7 +61,7 @@ private:
//存储窗体默认的属性
Qt::WindowFlags flags;
public:
public Q_SLOTS:
//设置边距+可拖动+可拉伸
void setPadding(int padding);
void setMoveEnable(bool moveEnable);
@ -70,7 +70,7 @@ public:
//设置标题栏控件
void setTitleBar(QWidget *titleBar);
signals:
Q_SIGNALS:
void titleDblClick();
void windowStateChange(bool max);
};

View File

@ -61,7 +61,7 @@ private:
//存储窗体默认的属性
Qt::WindowFlags flags;
public slots:
public Q_SLOTS:
//设置边距+可拖动+可拉伸
void setPadding(int padding);
void setMoveEnable(bool moveEnable);
@ -70,7 +70,7 @@ public slots:
//设置标题栏控件
void setTitleBar(QWidget *titleBar);
signals:
Q_SIGNALS:
void titleDblClick();
void windowStateChange(bool max);
};

View File

@ -61,7 +61,7 @@ private:
//存储窗体默认的属性
Qt::WindowFlags flags;
public:
public Q_SLOTS:
//设置边距+可拖动+可拉伸
void setPadding(int padding);
void setMoveEnable(bool moveEnable);
@ -70,7 +70,7 @@ public:
//设置标题栏控件
void setTitleBar(QWidget *titleBar);
signals:
Q_SIGNALS:
void titleDblClick();
void windowStateChange(bool max);
};

View File

@ -2,7 +2,7 @@
#define GIFWIDGET_H
/**
* GIF :feiyangqingyun(QQ:517216493) 2019-4-3
* GIF :feiyangqingyun(QQ:517216493) 2019-04-03
* 1.
* 2.
* 3.

View File

@ -2,7 +2,7 @@
#define IPADDRESS_H
/**
* IP :feiyangqingyun(QQ:517216493) 2017-8-11
* IP :feiyangqingyun(QQ:517216493) 2017-08-11
* 1. IP
* 2. IP
* 3.

View File

@ -2,7 +2,7 @@
#define TRAYICON_H
/**
* :feiyangqingyun(QQ:517216493) 2017-1-8
* :feiyangqingyun(QQ:517216493) 2017-01-08
* 1.
* 2.
* 3.

View File

@ -2,7 +2,7 @@
#define MOVEWIDGET_H
/**
* :feiyangqingyun(QQ:517216493) 2019-9-28
* :feiyangqingyun(QQ:517216493) 2019-09-28
* 1. widget
* 2.
* 3. widget

View File

@ -1,11 +1,6 @@
#ifndef ICONHELPER_H
#define ICONHELPER_H
#include <QtGui>
#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0))
#include <QtWidgets>
#endif
/**
* :feiyangqingyun(QQ:517216493) 2016-11-23
* 1.
@ -22,6 +17,11 @@
* 12. 使便
*/
#include <QtGui>
#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0))
#include <QtWidgets>
#endif
#ifdef quc
class Q_DECL_EXPORT IconHelper : public QObject
#else

View File

@ -2,7 +2,7 @@
#define NTPCLIENT_H
/**
* Ntp :feiyangqingyun(QQ:517216493) 2017-2-16
* Ntp :feiyangqingyun(QQ:517216493) 2017-02-16
* 1. NtpIP
* 2.
*/

View File

@ -1,6 +1,16 @@
#ifndef SAVELOG_H
#define SAVELOG_H
/**
* :feiyangqingyun(QQ:517216493) 2016-12-16
* 1.
* 2.
* 3.
* 4. Qt4+Qt5+Qt6
* 5. 线
* 6. 使start
*/
#include <QObject>
class QFile;

View File

@ -1,6 +1,15 @@
#ifndef SAVERUNTIME_H
#define SAVERUNTIME_H
/**
* :feiyangqingyun(QQ:517216493) 2016-12-16
* 1.
* 2.
* 3.
* 4.
* 5.
*/
#include <QObject>
#include <QDateTime>
class QTimer;

View File

@ -2,7 +2,7 @@
#define TRAYICON_H
/**
* :feiyangqingyun(QQ:517216493) 2017-1-8
* :feiyangqingyun(QQ:517216493) 2017-01-08
* 1.
* 2.
* 3.

View File

@ -2,7 +2,7 @@
#define VIDEOPANEL_H
/**
* :feiyangqingyun(QQ:517216493) 2019-4-11
* :feiyangqingyun(QQ:517216493) 2019-04-11
* 1.
*/

View File

@ -2,7 +2,7 @@
#define VIDEOWIDGET_H
/**
* :feiyangqingyun(QQ:517216493) 2018-5-1
* :feiyangqingyun(QQ:517216493) 2018-05-01
* 1.
* 2.
* 3. OSD

View File

@ -2,7 +2,7 @@
#define ZHTOPY_H
/**
* :feiyangqingyun(QQ:517216493) 2019-2-16
* :feiyangqingyun(QQ:517216493) 2019-02-16
* 1.
* 2.
* 3.