Re: widget layout progress

2012-08-22 Thread Caolán McNamara
On Tue, 2012-08-21 at 10:38 +0200, Jan Holesovsky wrote: The thing that hit my eyes is the use of string identifiers to address the UI elements. Could we (for the compilation purposes) generate .hxx files out of the .ui files that would allow to do something like: m_pBodyContent =

Re: widget layout progress

2012-08-21 Thread Jan Holesovsky
Hi Caolán, On 2012-08-20 at 17:03 +0100, Caolán McNamara wrote: Full Conversion: Here's what a full conversion of a dialog away from the binary res format to the xml .ui format would look like

Re: widget layout progress

2012-08-20 Thread Noel Grandin
On Mon, Aug 20, 2012 at 6:03 PM, Caolán McNamara caol...@redhat.com wrote: Making a bit of progress in widget layout. [*] maybe the cast-happy syntax looks a bit vile. Perhaps a bit family of get_foos_by_name, or a get_by_nameT template instead ? How about get_VclContainer, get_CheckBox, etc