Nevermind – the Qt6 dev libs for QtVirtualKeyboard were not installed. Now they
are and it works like a charm also on the Raspi4.
Best
Alex
--
http://www.carot.de
Email : alexan...@carot.de
Tel.: +49 (0)177 5719797
> Gesendet: Freitag, 27. September 2024 um 18:35 Uhr
> Von: "Alexander Carôt
Hey Alexander,
Nope, not a design flaw. Perfectly in keeping with QML design principles.
Please see the following on how to customize Quick controls:
https://doc.qt.io/qt-6/qtquickcontrols-customize.html
Best,
James
From: Interest on behalf of Alexander
Dyagilev
Date: Thursday, October 3, 20
Ah, interesting. Didn’t know that page exists :) Will ask someone to catch up.
Cheers,
Volker
> On 3 Oct 2024, at 16:33, Pierre-Yves Siret wrote:
>
> I forgot to link the qt.io page, this is the one :
> https://www.qt.io/product/features
> This doesn't mention the marketplace & links to the o
OK, Thank you for the response. I think it's a design flaw. Background is
just a background. It should not determine anything.
I did not change any properties of the menu control except the background.
So I was expecting it to just become green. :)
On Thu, Oct 3, 2024 at 10:10 PM Doris Verria wr
Hi Alexander,
The background will automatically follow the controls size. However, the
control uses the implicit size of the background or the content size (whichever
is bigger) to calculate its implicit size.
So if the menu has no contentWidth/Height set and you don’t provide an implicit
size
Hi Volker,
I forgot to link the qt.io page, this is the one :
https://www.qt.io/product/features
This doesn't mention the marketplace & links to the ones included in Qt
Quick. I indeed suspected that it was related to the marketplace components
but the page above isn't clear.
Pierre-Yves
Le je
Hi,
I use Qt to make audio plugins.
With Qt 5, the way I used to manage if the Qt app would receive keyboard input
from the host was by setting the flag Qt::WindowDoesNotAcceptFocus on or off.
Now, with Qt 6, the plugin window always grabs the host focus and therefore
keyboard shortcuts like s
Hello,
I'm using Qt 6.6.3.
I'm trying to customize menu.
I've created the following component:
Menu
{
background: Rectangle {
color: "green"
}
}
Now my menu just does not show up. I believe it's because its size is (0,0)
now.
Where am I wrong? In Qt docs it's stated, that back
> On 3 Oct 2024, at 00:29, Pierre-Yves Siret wrote:
>
> Hello,
>
> The feature list on qt.io lists both Qt Quick TreeView and Qt Quick Calendar
> as not available under LGPL.
> They however are both in the Qt Quick module which is available under LGPL,
> and their respective source code also m