Standard GUI framework inspired by Qt

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Fri Mar 6 06:22:53 PST 2015


On 2015-03-05 09:05, Paulo Pinto wrote:

> This is the approach taken by modern GUI toolkits for native
> applications, Qt, JavaFX, XAML, Android.
>
> I imagine on Mac OS/iOS NIBs also follow a similar pattern.

Not as far as I know. It can only load the nib at runtime, at least 
officially.

The only GUI builder that works like this that I have seen is Eclipse 
WindowBuilder for Java. It operates on the Java AST directly using JDT.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list