Commit Graph

153 Commits

Author SHA1 Message Date
XMuli
33393cb858
feat: ExThreadSafety 2022-01-20 22:15:25 +08:00
XMuli
54b2ef6034
docs: update README 2021-10-09 21:57:41 +08:00
xmuli
065840a66d docs: update README 2021-09-30 12:31:36 +08:00
xmuli
404ec268bb feat: update README 2021-09-19 17:53:39 +08:00
xmuli
4a22632c9d feat: add "qt5.natvis" 2021-09-09 21:35:25 +08:00
xmuli
010f4ef5a2 feat: update 2021-09-02 22:29:21 +08:00
xmuli
89f03f85b7 feat: QtEvent 2021-07-08 01:19:34 +08:00
xmuli
38bee975ea feat: QtObjectTree 2021-07-04 22:03:17 +08:00
xmuli
c3c8a999ac feat: update 2021-07-03 01:42:43 +08:00
xmuli
a3041feaa4 feat: QtComboModeShow 2021-07-02 01:47:43 +08:00
xmuli
39bc540b04 feat: QtConnect 2021-06-26 18:51:46 +08:00
xmuli
ee6b9252ba feat: QtQMetaProperty 2021-06-25 00:33:26 +08:00
xmuli
db1690baf0 feat: QtProperty 2021-06-24 23:47:23 +08:00
xmuli
66af7d1d5b feat: QtCustomTypeAndQMetaType 2021-06-24 01:16:05 +08:00
xmuli
5233cb67f9 feat: QtQVariant 2021-06-23 00:33:21 +08:00
xmuli
4fc87d12f8 feat: QtMetaAboutClass 2021-06-22 23:29:53 +08:00
xmuli
cac25277a0 feat: Q_OBJECT 2021-06-21 23:44:17 +08:00
xmuli
f9e224204d feat: signal and slot principles; and moc principles (what is done)
signal 和 slot 原理;以及 moc 原理(做了什么内容)
2021-05-10 00:25:40 +08:00
xmuli
8bc8b0b039
feat: creator init project 2021-03-26 10:03:46 +08:00
xmuli
d5da4e5be4
docs: update .gitignore 2021-03-25 15:25:57 +08:00
xmuli
0f9fb98841
docs: README 2021-03-09 19:27:15 +08:00
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