From 74091e049e3975ac1b3c36768c5820f5604354dd Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周三, 20 12月 2023 22:32:17 +0800 Subject: [PATCH] add quick isfixedsize --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 7572d09..ae739dd 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ } ``` -You can also initialize the agent after the window constructs. +If you don't want to derive a new widget class or change the constructor, you can initialize the agent after the window constructs. ```c++ auto w = new MyWidget(); -- Gitblit v1.9.1