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
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
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
> -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
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
> -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
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