octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Yet another GUI Builder for Octave


From: Tatsuro MATSUOKA
Subject: Re: Yet another GUI Builder for Octave
Date: Mon, 18 Jul 2016 08:39:09 +0900 (JST)

----- Original Message -----

> From: marcalexandre 
> To: octave-maintainers> Cc: 
> Date: 2016/7/18, Mon 07:46
> Subject: Re: Yet another GUI Builder for Octave
> 
> Hello everyone.
> 
> Here is the code for the parser and GUI files generator.
> <https://drive.google.com/folderview?id=0B6o7ilt-fzrhNXFEcjFlSzhnSlE&usp=sharing>
>   
> 
> There are just two Octave scripts :
> - parse_glade.m : parse glade file and return 2 structures, one for window
> properties and another one for the widgets found in the .glade file.
> - glade2m : the main file, call parse_glade() and write the corresponding
> Octave scripts accordingly.
> 
> For the moment, it uses the xmlread function from the Octave-forge IO
> package to read the glade file and access the different nodes.
> 
> It generate two files :
> - xxx_gui.m, for GUI creation.
> - xxx.m, the main file, calling xxx_gui() for GUI creation and where the
> user writes his callbacks functions.
> 
> I will publish soon a small document to explain how to correctly set the
> widgets in Glade.
> 
> @Mike Miller
> I will continue to develop it to add more features, but anyone help or
> question would be greatly appreciated.
> Regarding Qt, is it also open source ? I am not sure about this point. 


I am not Mike. :)

There are open source QT (for open source use : GNU GPL[3] 3.0, with Qt special 
exception) 
and non-open source QT (for commercial use).
 
Octave uses of course open source licensed QT.

Tatsuro
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]