Skip to content

Commit

Permalink
更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyangqingyun committed Sep 26, 2021
1 parent c1137a2 commit 73f94bd
Show file tree
Hide file tree
Showing 29 changed files with 231 additions and 757 deletions.
10 changes: 5 additions & 5 deletions core_qui/iconhelper.h
Original file line number Diff line number Diff line change
@@ -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. 可传入多种图形字体文件,一个类通用所有图形字体。
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion devicebutton/devicebutton.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define DEVICEBUTTON_H

/**
* 设备按钮控件 作者:feiyangqingyun(QQ:517216493) 2018-7-2
* 设备按钮控件 作者:feiyangqingyun(QQ:517216493) 2018-07-02
* 1. 可设置按钮样式 圆形、警察、气泡、气泡2、消息、消息2。
* 2. 可设置按钮颜色 布防、撤防、报警、旁路、故障。
* 3. 可设置报警切换。
Expand Down
783 changes: 112 additions & 671 deletions docs/bigscreen/index.html

Large diffs are not rendered by default.

Binary file modified docs/bigscreen/snap/1-1-1-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/bigscreen/snap/1-1-1-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/bigscreen/snap/5-6-2-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/bigscreen/snap/5-6-3-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/bigscreen/snap/5-6-4-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/bigscreen/snap/5-6-5-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/bigscreen/snap/5-6-6-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/bigscreen/snap/5-6-7-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/bigscreen/snap/5-6-8-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 74 additions & 60 deletions docs/video_system/index.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions framelesswidget/framelesscore/framelessdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class FramelessDialog : public QDialog
//存储窗体默认的属性
Qt::WindowFlags flags;

public:
public Q_SLOTS:
//设置边距+可拖动+可拉伸
void setPadding(int padding);
void setMoveEnable(bool moveEnable);
Expand All @@ -70,7 +70,7 @@ class FramelessDialog : public QDialog
//设置标题栏控件
void setTitleBar(QWidget *titleBar);

signals:
Q_SIGNALS:
void titleDblClick();
void windowStateChange(bool max);
};
Expand Down
4 changes: 2 additions & 2 deletions framelesswidget/framelesscore/framelessmainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class FramelessMainWindow : public QMainWindow
//存储窗体默认的属性
Qt::WindowFlags flags;

public slots:
public Q_SLOTS:
//设置边距+可拖动+可拉伸
void setPadding(int padding);
void setMoveEnable(bool moveEnable);
Expand All @@ -70,7 +70,7 @@ public slots:
//设置标题栏控件
void setTitleBar(QWidget *titleBar);

signals:
Q_SIGNALS:
void titleDblClick();
void windowStateChange(bool max);
};
Expand Down
4 changes: 2 additions & 2 deletions framelesswidget/framelesscore/framelesswidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class FramelessWidget : public QWidget
//存储窗体默认的属性
Qt::WindowFlags flags;

public:
public Q_SLOTS:
//设置边距+可拖动+可拉伸
void setPadding(int padding);
void setMoveEnable(bool moveEnable);
Expand All @@ -70,7 +70,7 @@ class FramelessWidget : public QWidget
//设置标题栏控件
void setTitleBar(QWidget *titleBar);

signals:
Q_SIGNALS:
void titleDblClick();
void windowStateChange(bool max);
};
Expand Down
2 changes: 1 addition & 1 deletion gifwidget/gifwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define GIFWIDGET_H

/**
* GIF录屏控件 作者:feiyangqingyun(QQ:517216493) 2019-4-3
* GIF录屏控件 作者:feiyangqingyun(QQ:517216493) 2019-04-03
* 1. 可设置要录制屏幕的宽高,支持右下角直接拉动改变。
* 2. 可设置变宽的宽度。
* 3. 可设置录屏控件的背景颜色。
Expand Down
2 changes: 1 addition & 1 deletion ipaddress/ipaddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. 支持按下小圆点自动切换。
Expand Down
2 changes: 1 addition & 1 deletion live/livetool/trayicon.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define TRAYICON_H

/**
* 托盘图标控件 作者:feiyangqingyun(QQ:517216493) 2017-1-8
* 托盘图标控件 作者:feiyangqingyun(QQ:517216493) 2017-01-08
* 1. 可设置托盘图标对应所属主窗体。
* 2. 可设置托盘图标。
* 3. 可设置提示信息。
Expand Down
2 changes: 1 addition & 1 deletion movewidget/movewidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define MOVEWIDGET_H

/**
* 通用控件移动类 作者:feiyangqingyun(QQ:517216493) 2019-9-28
* 通用控件移动类 作者:feiyangqingyun(QQ:517216493) 2019-09-28
* 1. 可以指定需要移动的widget。
* 2. 可设置是否限定鼠标左键拖动。
* 3. 支持任意widget控件。
Expand Down
10 changes: 5 additions & 5 deletions navbutton/iconhelper.h
Original file line number Diff line number Diff line change
@@ -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. 可传入多种图形字体文件,一个类通用所有图形字体。
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ntpclient/ntpclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define NTPCLIENT_H

/**
* Ntp校时类 作者:feiyangqingyun(QQ:517216493) 2017-2-16
* Ntp校时类 作者:feiyangqingyun(QQ:517216493) 2017-02-16
* 1. 可设置Ntp服务器IP地址。
* 2. 收到时间信号发出。
*/
Expand Down
10 changes: 10 additions & 0 deletions savelog/savelog.h
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
9 changes: 9 additions & 0 deletions saveruntime/saveruntime.h
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trayicon/trayicon.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define TRAYICON_H

/**
* 托盘图标控件 作者:feiyangqingyun(QQ:517216493) 2017-1-8
* 托盘图标控件 作者:feiyangqingyun(QQ:517216493) 2017-01-08
* 1. 可设置托盘图标对应所属主窗体。
* 2. 可设置托盘图标。
* 3. 可设置提示信息。
Expand Down
2 changes: 1 addition & 1 deletion videopanel/videopanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VIDEOPANEL_H

/**
* 视频监控画面控件 整理:feiyangqingyun(QQ:517216493) 2019-4-11
* 视频监控画面控件 整理:feiyangqingyun(QQ:517216493) 2019-04-11
* 1. 目前颜色都写死在样式表,可自行更改或者拓展属性设置。
*/

Expand Down
2 changes: 1 addition & 1 deletion videowidget/videowidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VIDEOWIDGET_H

/**
* 通用视频播放控件 作者:feiyangqingyun(QQ:517216493) 2018-5-1
* 通用视频播放控件 作者:feiyangqingyun(QQ:517216493) 2018-05-01
* 1. 可设置边框大小。
* 2. 可设置边框颜色。
* 3. 可设置两路OSD标签。
Expand Down
2 changes: 1 addition & 1 deletion zhtopy/zhtopy.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define ZHTOPY_H

/**
* 汉字转拼音类 作者:feiyangqingyun(QQ:517216493) 2019-2-16
* 汉字转拼音类 作者:feiyangqingyun(QQ:517216493) 2019-02-16
* 1. 汉字转拼音。
* 2. 汉字转拼音简拼。
* 3. 汉字转拼音首字母。
Expand Down

0 comments on commit 73f94bd

Please sign in to comment.