[Qt-interest] (no subject)

Martin Hofius Martin at hofius-online.com
Mon Jul 6 11:38:16 CEST 2009


Hi,

Am Montag, 6. Juli 2009 schrieb Luigi Casalegno:
> We have been working for many years with Borland c++ Builder and Ms Visual
> Studio and we have implemented large systems heavily using visual
> inheritance.
>
> Now we are investigating Qt for a new large project involving quite a lot
> of GUI applications. We would like to understand if the visual inheritance
> approach is feasible with
in my understanding of QT there is no visual inheritance like in Gupta/Centura 
SQLWindows or in visual studio 2005 or newer.
>
> Qt and Qt Designer (or if it will be possible with kinetic): we like it
> very much and we know we saved a large amount of time and resources using
> the technology
Instead of visual inheritance QT provides a layout manager system like JAVA 
swing AND widget/form inheritance. This way you can create a visual form and 
add/modify all parts of this form in inherited classes. The layout manager 
will the take care of the exact positioning of all widgets - dependent of the 
actual screen resolution und window sizes and so on.

It' s a different approach - but may save even more time than using visual 
inheritance...
>
> Thanks
>
> Luigi Casalegno

Greetings
Martin





More information about the Qt-interest-old mailing list