Re: Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-30 Thread Stefano Crocco
On lunedì 30 ottobre 2023 11:53:51 CET Ingo Klöcker wrote: > On Montag, 30. Oktober 2023 09:53:08 CET Stefano Crocco wrote: > > On lunedì 30 ottobre 2023 01:11:27 CET Nicolas Fella wrote: > > > On 10/29/23 18:38, Stefano Crocco wrote: > > > > Hello to everyone, > > > > while porting Konqueror to KF

Re: Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-30 Thread Ingo Klöcker
On Montag, 30. Oktober 2023 09:53:08 CET Stefano Crocco wrote: > On lunedì 30 ottobre 2023 01:11:27 CET Nicolas Fella wrote: > > On 10/29/23 18:38, Stefano Crocco wrote: > > > Hello to everyone, > > > while porting Konqueror to KF6, I've hit a problem I don't know how to > > > solve. The issue is t

Re: Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-30 Thread Stefano Crocco
On lunedì 30 ottobre 2023 01:11:27 CET Nicolas Fella wrote: > On 10/29/23 18:38, Stefano Crocco wrote: > > Hello to everyone, > > while porting Konqueror to KF6, I've hit a problem I don't know how to > > solve. The issue is that it's impossible to give focus to the location > > bar by clicking on

Re: Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-30 Thread Stefano Crocco
On lunedì 30 ottobre 2023 01:07:43 CET Albert Astals Cid wrote: > El diumenge, 29 d’octubre de 2023, a les 18:38:50 (CET), Stefano Crocco va > > escriure: > > Hello to everyone, > > while porting Konqueror to KF6, I've hit a problem I don't know how to > > solve. The issue is that it's impossible

Re: Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-29 Thread Nicolas Fella
On 10/29/23 18:38, Stefano Crocco wrote: Hello to everyone, while porting Konqueror to KF6, I've hit a problem I don't know how to solve. The issue is that it's impossible to give focus to the location bar by clicking on it with the mouse as you can do in KF5. After spending some hours trying to

Re: Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-29 Thread Albert Astals Cid
El diumenge, 29 d’octubre de 2023, a les 18:38:50 (CET), Stefano Crocco va escriure: > Hello to everyone, > while porting Konqueror to KF6, I've hit a problem I don't know how to > solve. The issue is that it's impossible to give focus to the location bar > by clicking on it with the mouse as you

Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-29 Thread Stefano Crocco
Hello to everyone, while porting Konqueror to KF6, I've hit a problem I don't know how to solve. The issue is that it's impossible to give focus to the location bar by clicking on it with the mouse as you can do in KF5. After spending some hours trying to find out the cause of this, I reached th