[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: QT5 ListBox Problem
[Thread Prev] | [Thread Next]
- Subject: Re: QT5 ListBox Problem
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Fri, 27 Feb 2026 20:07:11 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 27/02/2026 à 17:20, Lee a écrit :
On 2/27/26 5:53 AM, Safiur Rahman wrote:HiWhen you assign Scrollbar = Both to ListBox in QT5 from the Property window, the list is not displayed properly. Only one character is shown in each row of the ListBox.However, assigning it through code ie. ListBox1.ScrollBar = Scroll.Both works perfect.The problem occurred with gambas 3.21.3 in Ubuntu 24.04 (installed through openSUSE build server .Confirmed but with some differences. I get the same incorrect behavior with Qt5, Qt6, and GTK3 on 3.21.3.The issue occurs whether ListBox1.ScrollBar = Scroll.Both is set in code or via the IDE properties editor. Sometimes the full first letter is not displayed but only part of it. The attached screenshot was taken from the display when, in code: ListBox1.List = ["One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten"]
Does the problem occur with the master branch? -- Benoît Minisini.
| Re: QT5 ListBox Problem | Lee <t.lee.davidson@xxxxxxxxx> |
| QT5 ListBox Problem | Safiur Rahman <isafiur@xxxxxxxxx> |
| Re: QT5 ListBox Problem | Lee <t.lee.davidson@xxxxxxxxx> |