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 = > mo

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 > http://cgit.freedesktop.org/libreoffice/core/commit/?h=feature/cmclayouttrans&id=064c21aec924514

Re: widget layout progress

2012-08-20 Thread Noel Grandin
On Mon, Aug 20, 2012 at 6:03 PM, Caolán McNamara 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_name template instead ? > How about get_VclContainer, get_CheckBox, etc ? It's a libra