Skip to content

Commit cdd2fd6

Browse files
committed
Small clarification
1 parent 1dacf24 commit cdd2fd6

File tree

1 file changed

+2
-2
lines changed
  • content/blog/2025-09-12_preview_of_next_gen_ui

1 file changed

+2
-2
lines changed

content/blog/2025-09-12_preview_of_next_gen_ui/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Window {
5353
{{< /highlight >}}
5454

5555
It 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
5858
widgets position whenever the parent object's size or the widgets's own size
5959
has changed. Writing such code is time-consuming and error-prone, while the
6060
declarative approach of Slint is quick, easy and safe -- not just for

0 commit comments

Comments
 (0)