[Gambas-user] QT gui no longer working correctly! I think...

T Lee Davidson t.lee.davidson at gmail.com
Mon Apr 4 16:46:03 CEST 2022


On 4/4/22 06:18, Bruce Steers wrote:
> 
> 
> On Sun, 3 Apr 2022 at 21:26, Brian G <brian at westwoodsvcs.com <mailto:brian at westwoodsvcs.com>> wrote:
> 
>     Using mint 20.3
>     Creating forms from within my app dynamically.
>     setting the env to gtk looks like this and works correctly:
>     Setting the env to qt looks like this and does not respond to any mouse inputs. All text is shifted to the left off screen.
> 
>     Has anyone else seen this behavior.
> 
> 
> I can reproduce that behavior if i do the following...
> Manually make a form with size 400x100 and do not set .Arrangement
> Then manually add a button with same size 400x100
> Like your picture shows on QT there is a gap but not in GTK
> 
> But if i set Arrangement = Arrange.Fill (or any other arrange setting than None) then no problem
> 
> BruceS
> 

I can confirm that this happens on Qt5 (on KDE Plasma desktop), but not on GTK3, with Arrangement.None. It is not only on 
manually created forms, though. It also occurs with a manually created button on FMain.

Setting the button's X and Y properties to zero also alleviates the issue.


-- 
Lee


More information about the User mailing list