Re: [Interest] Change Menu background

2024-10-03 Thread James DeLisle via Interest
, 2024 at 11:22 To: Doris Verria Cc: Qt Project Subject: Re: [Interest] Change Menu background 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 backgroun

Re: [Interest] Change Menu background

2024-10-03 Thread Alexander Dyagilev
> > > Regards, > > Doris Verria > > > > *From: *Interest on behalf of Alexander > Dyagilev > *Date: *Thursday, 3 October 2024 at 2:47 PM > *To: *Qt Project > *Subject: *[Interest] Change Menu background > > Hello, > > > > I'm

Re: [Interest] Change Menu background

2024-10-03 Thread Doris Verria via Interest
To: Qt Project Subject: [Interest] Change Menu background 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&#

[Interest] Change Menu background

2024-10-03 Thread Alexander Dyagilev
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