Re: [E-devel] eolian generate this...

2014-04-23 Thread Tom Hacohen
On 23/04/14 01:13, Carsten Haitzler (The Rasterman) wrote: > On Tue, 22 Apr 2014 16:48:49 +0100 Tom Hacohen said: > >> On 21/04/14 14:40, Carsten Haitzler (The Rasterman) wrote: >>> On Mon, 21 Apr 2014 10:31:51 -0300 Gustavo Sverzut Barbieri >>> said: >>> I'd not touch the user file, just my

Re: [E-devel] eolian generate this...

2014-04-22 Thread The Rasterman
On Tue, 22 Apr 2014 16:48:49 +0100 Tom Hacohen said: > On 21/04/14 14:40, Carsten Haitzler (The Rasterman) wrote: > > On Mon, 21 Apr 2014 10:31:51 -0300 Gustavo Sverzut Barbieri > > said: > > > >> I'd not touch the user file, just my personal experience with all sw > >> that did this that I've u

Re: [E-devel] eolian generate this...

2014-04-22 Thread Tom Hacohen
On 21/04/14 14:40, Carsten Haitzler (The Rasterman) wrote: > On Mon, 21 Apr 2014 10:31:51 -0300 Gustavo Sverzut Barbieri > said: > >> I'd not touch the user file, just my personal experience with all sw >> that did this that I've used, from first incarnations of glade to some >> web frameworks. no

Re: [E-devel] eolian generate this...

2014-04-21 Thread The Rasterman
On Mon, 21 Apr 2014 10:31:51 -0300 Gustavo Sverzut Barbieri said: > I'd not touch the user file, just my personal experience with all sw > that did this that I've used, from first incarnations of glade to some > web frameworks. none of them were fine. > > OTOH used Qt's uic and did implementatio

Re: [E-devel] eolian generate this...

2014-04-21 Thread Gustavo Sverzut Barbieri
I'd not touch the user file, just my personal experience with all sw that did this that I've used, from first incarnations of glade to some web frameworks. none of them were fine. OTOH used Qt's uic and did implementations inheriting from their generated class on my own files, never had a problem.