Environment : Lazarus 2.2.6 , x86-64_64-linux-qt5, FPC 3.2.2,
Ubuntu 22.04, KDE Plasma 5.24.7,
KDE Frameworks 5.98.0, Qt 5.15.3, X11,
libqt5pas-dev 2.6+2.0.8+dfsg-2 and libqt5pas1 2.6+2.0.8+dfsg-2
Hello,
I'm having a curious display problem with QT5. The problem is as follows: at random, the form title appears followed by <2>. For example, if at design, Caption contains 'Form1' the display will show "Form1<2>". This happens inside and outside the IDE, compiled with or without debugging. Changing caption (e.g. 'form1' or 'Main form') in the OnCreate event the <2> disappears, but if, still in the OnCreate event, I put 'Form1' back the <2> returns. Any idea what may be causing this issue?
Thanks.
See little project in attachment