Commit Graph

132 Commits

Author SHA1 Message Date
xmuli
35d524ef67
docs: Other styles of themes using doxygen 2021-03-09 17:13:55 +08:00
xmuli
e8a8d781fa
docs: 添加 doxygen 的 qt4 style 主题
see: https://github.com/skozlovf/doxygen-qmi-style
2021-03-09 17:12:49 +08:00
xmuli
0e9b53fcea
docs: Set parameters for generating .qhp files (doxygen) 2021-03-08 16:53:37 +08:00
xmuli
c3b2240343
docs: Set the parameters for generating html (doxygen) 2021-03-08 15:54:46 +08:00
xmuli
f0ddee7580
feat: Add doxygen default template 2021-03-08 15:44:16 +08:00
xmuli
f45a74c6e6
docs: Adding comments to the function API
Use doxygen style to write
2021-03-08 15:34:18 +08:00
xmuli
6c268362a7
feat: Create an empty Qt Windows project 2021-03-08 15:28:39 +08:00
xmuli
1fbfcd0466
docs: update 2021-01-05 17:01:49 +08:00
xmuli
719cc020d3
docs: update 2020-11-15 16:58:46 +08:00
偕臧
221a3a79ca
docs: update 2020-10-31 23:59:20 +08:00
Flex Zhong
32742e80f8
docs: update README.md (#5) 2020-10-28 23:19:46 +08:00
偕臧
5dab4acc36
docs: update 2020-09-11 16:42:21 +08:00
xmuli
a274fa587a
📌 docs: update README.md 2020-08-04 14:43:24 +08:00
xmuli
757ddf6882
📌 docs: update README.md 2020-05-26 01:24:56 +08:00
xmuli
581b6fc2d1
📌 docs: update README.md 2020-05-18 17:19:04 +08:00
xmuli
aa99e942ad
feat: test gpg 2020-05-10 00:40:08 +08:00
xmuli
dd9e7b94ee 📌 docs: update README.md 2020-05-09 19:40:19 +08:00
xmuli
377af876bd feat: Meat-Object System
MeatObjectSystem(元对象系统)、Propert(属性和动态属性)和Q_CLASSINFO()(附加信息宏)的介绍和使用
2020-05-04 22:16:34 +08:00
xmuli
45a60b6c87 📌 docs: update README.md 2020-03-28 17:47:40 +08:00
xmuli
17dc1f5d42 feat: The custom control MySwitchButton has been implemented 2020-03-28 17:33:20 +08:00
touwoyimuli
7548546060 📌 docs: update README.md 2020-03-28 17:31:21 +08:00
touwoyimuli
8a9c93cc09 📌 docs: update README.md 2020-03-01 19:54:36 +08:00
touwoyimuli
47218a4787 📌 docs: update README.md 2020-03-01 19:16:40 +08:00
muli
1de27374cc feat: The custom control MySwitchButton has been implemented 2020-02-24 09:23:48 +08:00
muli
787a6061a8 feat: Improve MyStyle, MyStyleHelp, MyStylePainter (mostly written, but not over) 2020-02-22 12:43:23 +08:00
muli
77115da29d feat: Repaint the skin of a custom control, and the painting is complete
MyStyle has completed, QStylePainter's inheritance rewrite has not yet started
2020-02-20 00:47:18 +08:00
muli
158deb7c80 feat: adds multiple virtual functions inherited from QCommonStyle
public:
    virtual void polish(QWidget *widget) override;
    virtual void unpolish(QWidget *widget) override;
    virtual void drawPrimitive(PrimitiveElement pe, const QStyleOption *opt, QPainter *p, const QWidget *w) const override;
    virtual void drawControl(ControlElement element, const QStyleOption *opt, QPainter *p, const QWidget *w) const override;
    virtual QRect subElementRect(SubElement subElement, const QStyleOption *option, const QWidget *widget) const override;
    virtual void drawComplexControl(ComplexControl cc, const QStyleOptionComplex *opt, QPainter *p, const QWidget *widget) const override;
    virtual QRect subControlRect(ComplexControl cc, const QStyleOptionComplex *opt, SubControl sc, const QWidget *widget) const override;
    virtual int pixelMetric(PixelMetric metric, const QStyleOption *option, const QWidget *widget) const override;
    virtual QSize sizeFromContents(ContentsType ct, const QStyleOption *opt, const QSize &contentsSize, const QWidget *w) const override;
    virtual int styleHint(StyleHint stylehint, const QStyleOption *opt, const QWidget *widget, QStyleHintReturn *returnData) const override;
2020-02-19 19:39:03 +08:00
muli
90dd4cdf25 feat: Overriding the GUI's QScroll control skin 2020-02-16 16:15:24 +08:00
muli
86e350df4c feat: Create class MyStyle: public QCommonStyle; and most of its overloaded virtual functions (prepared) 2020-02-16 15:58:25 +08:00
muli
5ab1057a74 docs:Add an open source license to the project: LICENSE-2.0 2020-02-16 14:27:06 +08:00
muli
29359f64b6 feat: Display several styles of the operating system through QStyleFactory 2020-02-14 00:09:27 +08:00
touwoyimuli
af5ee36cb5 📝 doc: Add some articles 2020-02-07 18:33:00 +08:00
touwoyimuli
9da1879bab 📝 doc: Add some articles 2020-01-07 00:00:37 +08:00
touwoyimuli
2ac338387d 📝 doc: Add some articles 2020-01-01 23:02:26 +08:00
touwoyimuli
ee3ef5daf4 📝 doc: Add some articles 2019-12-29 17:36:53 +08:00
touwoyimuli
d2c815b357 📝 doc: Add some articles 2019-12-24 20:36:21 +08:00
touwoyimuli
328c53f0d4 📝 doc: Add some articles 2019-12-21 19:10:11 +08:00
touwoyimuli
49db73d929 📝 doc: Add some articles 2019-12-18 00:43:19 +08:00
touwoyimuli
e67b1082e5 📝 doc: Add some articles 2019-12-17 22:54:30 +08:00
touwoyimuli
d1ef954589 feat: v1.4.4 添加inline和statice内联函数(与重载的虚函数同名)
为了扩展没有的枚举(自定义控件自定义的跟多枚举)
eg:SP_CustomBase = QStyle::SP_CustomBase + 0xf00000
2019-12-16 00:03:48 +08:00
touwoyimuli
97d8b1d9e4 feat: v1.4.3 成功创建一个自定义的控件对象(还没有对自定义控件进行绘画) 2019-12-13 00:12:33 +08:00
touwoyimuli
adeb9cdeb1 📝 doc: Add some articles 2019-12-11 00:13:58 +08:00
touwoyimuli
1565858861 feat: v1.4.2 创建一个类 ExSwitchButton 和 ExSwitchButtonPrivate 类成功,解决了q_fun() 和 d_fun() 的编译不通过的问题 2019-12-11 00:12:10 +08:00
touwoyimuli
991ea349a5 👩‍⚖️ doc: LICENSE 2019-12-09 00:17:20 +08:00
touwoyimuli
adebc49e40 📃 doc: Add three articles 2019-12-09 00:11:17 +08:00
touwoyimuli
f4cda11752 feat: QNetworkAccessmanager and QNetworkReply and QNetworkRequest
提供网络协议的7层模型中的 中高层的网络协议:Http/FTP/SNMP等  ==>

QNetworkAccessmanager  协调网络操作类(处理网络的请求和回应):负责发送网络请求,创建网络响应
QNetworkRequest        网络请求
QNetworkReply          网络请求的响应(提供finished()/readyRead()/downloadProgress()信号),监测网络响应的执行情况,执行相应的操作
2019-12-09 00:09:36 +08:00
touwoyimuli
f087fffde3 feat: v.1.4.1 尝试这添加一个自定义控件(继承于xxxPrivate), 但是q_fun() 为私有没有解决 2019-12-08 12:16:00 +08:00
touwoyimuli
19d8cade29 feat: QNetworkAccessmanager and QNetworkReply and QNetworkRequest
提供网络协议的7层模型中的 中高层的网络协议:Http/FTP/SNMP等

QNetworkAccessmanager  协调网络操作类(处理网络的请求和回应):负责发送网络请求,创建网络响应
QNetworkRequest        网络请求
QNetworkReply          网络请求的响应(提供finished()/readyRead()/downloadProgress()信号),监测网络响应的执行情况,执行相应的操作
2019-12-07 00:05:57 +08:00
touwoyimuli
76f5be9614 feat: v1.4 添加和使用一个自定义控件类 2019-12-06 00:04:18 +08:00
touwoyimuli
90c8883162 feat: QUdpSocket
QUdpSocket 网络套接字的使用:
<1> unicast(单播)
<2> broadcast(广播)
<3> multicate(组播)的使用
2019-12-05 00:11:02 +08:00