Re: [Interest] QML Runtime Style Change

2022-06-15 Thread EXT Mitch Curtis
--- 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

Re: [Interest] QML Runtime Style Change

2022-06-15 Thread randomslap--- via Interest
  > > >     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

Re: [Interest] QML Runtime Style Change

2022-06-14 Thread EXT Mitch Curtis
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

Re: [Interest] QML Runtime

2013-02-01 Thread Mark Summerfield
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 >

Re: [Interest] QML Runtime

2013-01-30 Thread Alan Alpert
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

Re: [Interest] QML Runtime

2013-01-30 Thread Rutledge Shawn
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

Re: [Interest] QML Runtime

2013-01-30 Thread Bo Thorsen
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

Re: [Interest] QML Runtime

2013-01-30 Thread Rutledge Shawn
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

[Interest] QML Runtime

2013-01-30 Thread Mark Summerfield
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