Re: Anyone working on updated Qt bindings?

2015-11-13 Thread MGW via Digitalmars-d
This is primer program on QtE import std.stdio;// writeln import core.runtime; // Processing of input parameters import std.net.curl: get; import qte; // work with Qt class Exam: QMainWindow { this() {

Re: Anyone working on updated Qt bindings?

2015-11-13 Thread karabuta via Digitalmars-d
On Friday, 13 November 2015 at 20:03:38 UTC, Ramon wrote: Just for note, you can make desktop D applications in HTML/CSS3/scripting using https://github.com/midiway/sciter-dport May be Github's Electron or D's webview bindings(which also abstracts too much, with too much weird naming

Re: Anyone working on updated Qt bindings?

2015-11-13 Thread Ramon via Digitalmars-d
Just for note, you can make desktop D applications in HTML/CSS3/scripting using https://github.com/midiway/sciter-dport

Re: Anyone working on updated Qt bindings?

2015-11-13 Thread Ramon via Digitalmars-d
On Friday, 13 November 2015 at 21:30:34 UTC, karabuta wrote: On Friday, 13 November 2015 at 20:03:38 UTC, Ramon wrote: Just for note, you can make desktop D applications in HTML/CSS3/scripting using https://github.com/midiway/sciter-dport May be Github's Electron or D's webview

Re: Anyone working on updated Qt bindings?

2015-10-03 Thread Abdulhaq via Digitalmars-d
On Saturday, 3 October 2015 at 01:58:01 UTC, Jeremy DeHaan wrote: I know a lot of people wish they had new bindings for Qt, so I was going to give it a go soon. Is anyone currently working on such a thing? I'd rather help someone than compete with them. I got quite far for Qt4 with

Re: Anyone working on updated Qt bindings?

2015-10-03 Thread Jeremy DeHaan via Digitalmars-d
On Saturday, 3 October 2015 at 08:25:25 UTC, Manu wrote: On 3 October 2015 at 11:58, Jeremy DeHaan via Digitalmars-d wrote: I know a lot of people wish they had new bindings for Qt, so I was going to> give it a go soon. Is anyone currently working on such a thing?

Re: Anyone working on updated Qt bindings?

2015-10-03 Thread Manu via Digitalmars-d
On 4 October 2015 at 02:43, Jeremy DeHaan via Digitalmars-d wrote: > On Saturday, 3 October 2015 at 08:25:25 UTC, Manu wrote: >> >> On 3 October 2015 at 11:58, Jeremy DeHaan via Digitalmars-d >> wrote: >>> >>> I know a lot of people wish

Re: Anyone working on updated Qt bindings?

2015-10-03 Thread Manu via Digitalmars-d
On 4 October 2015 at 10:24, Manu wrote: > On 4 October 2015 at 10:09, Manu wrote: >> On 4 October 2015 at 02:43, Jeremy DeHaan via Digitalmars-d >> wrote: >>> On Saturday, 3 October 2015 at 08:25:25 UTC, Manu wrote:

Re: Anyone working on updated Qt bindings?

2015-10-03 Thread Manu via Digitalmars-d
On 4 October 2015 at 10:09, Manu wrote: > On 4 October 2015 at 02:43, Jeremy DeHaan via Digitalmars-d > wrote: >> On Saturday, 3 October 2015 at 08:25:25 UTC, Manu wrote: >>> >>> On 3 October 2015 at 11:58, Jeremy DeHaan via Digitalmars-d >>>

Re: Anyone working on updated Qt bindings?

2015-10-03 Thread Suliman via Digitalmars-d
On Saturday, 3 October 2015 at 01:58:01 UTC, Jeremy DeHaan wrote: I know a lot of people wish they had new bindings for Qt, so I was going to give it a go soon. Is anyone currently working on such a thing? I'd rather help someone than compete with them. I tried to use

Re: Anyone working on updated Qt bindings?

2015-10-03 Thread Jeremy DeHaan via Digitalmars-d
On Saturday, 3 October 2015 at 06:33:32 UTC, Israel wrote: On Saturday, 3 October 2015 at 01:58:01 UTC, Jeremy DeHaan wrote: I know a lot of people wish they had new bindings for Qt, so I was going to give it a go soon. Is anyone currently working on such a thing? I'd rather help someone than

Re: Anyone working on updated Qt bindings?

2015-10-03 Thread Manu via Digitalmars-d
On 3 October 2015 at 11:58, Jeremy DeHaan via Digitalmars-d wrote: > I know a lot of people wish they had new bindings for Qt, so I was going to > give it a go soon. Is anyone currently working on such a thing? I'd rather > help someone than compete with them.

Re: Anyone working on updated Qt bindings?

2015-10-03 Thread Manu via Digitalmars-d
On 3 October 2015 at 11:58, Jeremy DeHaan via Digitalmars-d wrote: > I know a lot of people wish they had new bindings for Qt, so I was going to> > give it a go soon. Is anyone currently working on such a thing? I'd rather > help someone than compete with them. I've

Re: Anyone working on updated Qt bindings?

2015-10-03 Thread Israel via Digitalmars-d
On Saturday, 3 October 2015 at 01:58:01 UTC, Jeremy DeHaan wrote: I know a lot of people wish they had new bindings for Qt, so I was going to give it a go soon. Is anyone currently working on such a thing? I'd rather help someone than compete with them. btw i see youve made some changes to

Anyone working on updated Qt bindings?

2015-10-02 Thread Jeremy DeHaan via Digitalmars-d
I know a lot of people wish they had new bindings for Qt, so I was going to give it a go soon. Is anyone currently working on such a thing? I'd rather help someone than compete with them.