--- via
Interest
Date: Wednesday, 15 June 2022 at 18:04
To: Interest
Subject: Re: [Interest] QML Runtime Style Change
Thank you Mitch! But about the latter, I tried it out by basically 1. getting
rid of styleChange, 2. writing the line of code you mentioned but calling
doStyleChange and 3. making
>
>
> onClicked: Qt.callLater(function() { App.styleChange(text); })
>
>
>
>
>
> So you could merge doStyleChange into styleChange, but you still need the
> queued call.
>
>
>
>
>
> From: > Interest on behalf of randomslap---
> vi
p.styleChange(text); })
So you could merge doStyleChange into styleChange, but you still need the
queued call.
From: Interest on behalf of randomslap--- via
Interest
Date: Wednesday, 15 June 2022 at 03:09
To: Interest
Subject: [Interest] QML Runtime Style Change
Hello again
IMPORTANT: Th
On Wed, 30 Jan 2013 09:11:59 -0800
Alan Alpert <4163654...@gmail.com> wrote:
> On Wed, Jan 30, 2013 at 1:24 AM, Mark Summerfield
> wrote:
> > Hi,
> >
> > I noticed that last month there was a discussion on the dev mailing
> > list about creating a qml runtime so that people could write pure QML
>
On Wed, Jan 30, 2013 at 1:24 AM, Mark Summerfield wrote:
> Hi,
>
> I noticed that last month there was a discussion on the dev mailing list
> about creating a qml runtime so that people could write pure QML
> programs with #!/usr/bin/qml (or presumably with a file association on
> Windows).
>
> I
On 30 Jan 2013, at 1:01 PM, Bo Thorsen wrote:
> Den 30-01-2013 11:24, Rutledge Shawn skrev:
>> On 30 Jan 2013, at 10:24 AM, Mark Summerfield wrote:
>>
>>> Hi,
>>>
>>> I noticed that last month there was a discussion on the dev mailing list
>>> about creating a qml runtime so that people could w
Den 30-01-2013 11:24, Rutledge Shawn skrev:
> On 30 Jan 2013, at 10:24 AM, Mark Summerfield wrote:
>
>> Hi,
>>
>> I noticed that last month there was a discussion on the dev mailing list
>> about creating a qml runtime so that people could write pure QML
>> programs with #!/usr/bin/qml (or presumab
On 30 Jan 2013, at 10:24 AM, Mark Summerfield wrote:
> Hi,
>
> I noticed that last month there was a discussion on the dev mailing list
> about creating a qml runtime so that people could write pure QML
> programs with #!/usr/bin/qml (or presumably with a file association on
> Windows).
>
> I j
Hi,
I noticed that last month there was a discussion on the dev mailing list
about creating a qml runtime so that people could write pure QML
programs with #!/usr/bin/qml (or presumably with a file association on
Windows).
I just wondered:
- Is this likely to happen?
- How would it cope with qs