File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/blog/2025-09-12_preview_of_next_gen_ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ Window {
5353{{< /highlight >}}
5454
5555It may sound trivial to place a button at the top right corner of its parent,
56- but with the procedural approach of Qt this is not trivially doable. In many
57- cases, it requires to implement event handlers in C++ which update the
56+ but with the procedural approach of Qt this is often not trivially doable. In
57+ many cases, it requires to implement event handlers in C++ which update the
5858widgets position whenever the parent object's size or the widgets's own size
5959has changed. Writing such code is time-consuming and error-prone, while the
6060declarative approach of Slint is quick, easy and safe -- not just for
You can’t perform that action at this time.
0 commit comments