Re: [Interest] QML and mac system menu

2019-09-14 Thread Alexander Dyagilev
Interest on behalf of Alexander Dyagilev Sent: Friday, 13 September 2019 9:01 PM To: interestqt-project.org Subject: Re: [Interest] QML and mac system menu Hello, So, there is no way for this? On 9/10/2019 4:10 PM, Alexander Dyagilev wrote: 2) Is there a way to add my custom menu items to t

Re: [Interest] QML and mac system menu

2019-09-13 Thread Michael Corcoran
lev Sent: Friday, 13 September 2019 9:01 PM To: interestqt-project.org Subject: Re: [Interest] QML and mac system menu Hello, So, there is no way for this? On 9/10/2019 4:10 PM, Alexander Dyagilev wrote: 2) Is there a way to add my custom menu items to the first menu element of my app system m

Re: [Interest] QML and mac system menu

2019-09-13 Thread Alexander Dyagilev
Hello, So, there is no way for this? On 9/10/2019 4:10 PM, Alexander Dyagilev wrote: 2) Is there a way to add my custom menu items to the first menu element of my app system menu (which is bold). E.g. "untitled" in my case: . ___ Interest mailing

Re: [Interest] QML and mac system menu

2019-09-11 Thread Mitch Curtis
> -Original Message- > From: Andreas Pakulat > Sent: Tuesday, 10 September 2019 10:20 PM > To: Mitch Curtis > Cc: Alexander Dyagilev ; interestqt-project.org > > Subject: Re: [Interest] QML and mac system menu > > Hi, > > On Tue, Sep 10, 2019 at 3:26 P

Re: [Interest] QML and mac system menu

2019-09-10 Thread Andreas Pakulat
Hi, On Tue, Sep 10, 2019 at 3:26 PM Mitch Curtis wrote: > > -Original Message- > > From: Interest On Behalf Of Alexander > > Dyagilev > > Sent: Tuesday, 10 September 2019 3:11 PM > > To: interestqt-project.org > > Subject: [Interest] QML and mac sys

Re: [Interest] QML and mac system menu

2019-09-10 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Alexander > Dyagilev > Sent: Tuesday, 10 September 2019 3:11 PM > To: interestqt-project.org > Subject: [Interest] QML and mac system menu > > Hello, > > I have the following code: > > import Qt

[Interest] QML and mac system menu

2019-09-10 Thread Alexander Dyagilev
Hello, I have the following code: import QtQuick 2.12 import QtQuick.Controls 2.12 import QtQuick.Window 2.0 import Qt.labs.platform 1.0 as QtLabs ApplicationWindow {     width: 1024     height: 600     visible: true     TextArea     {     anchors.fill: parent     selectByMouse: true