[Qt-interest] Qt Designer's property editor widget?
Konstantin Tokarev
annulen at yandex.ru
Sat May 15 20:53:20 CEST 2010
On Sun, 16 May 2010 02:01:21 +0800
Gauss Cheng <gausscheng at gmail.com> wrote:
> I had spent a lot time to find these documented before but still
> can't find anything about it.May be you can write a application to
> generate these file.It's not a hard job.I have written one in my
> project too.
I've found three xsl file in tools/designer/data, I guess they're
responsible for generation of those files (ui4.h and ui4.cpp). There
are also xsd-schemes of ui3 and ui4. Probably, if custom scheme is
given, it will generate proper classes for operating with non-ui xml
files.
Qt staff: could you say anything about it?
>
> On Sat, May 15, 2010 at 11:47 PM, Konstantin Tokarev
> <annulen at yandex.ru>wrote:
>
> > On Sat, 15 May 2010 21:06:59 +0800
> > Gauss Cheng <gausscheng at gmail.com> wrote:
> >
> > > yes, you can look up the qt designer source to see how to parse
> > > the ui files.The ui4.h and ui4.cpp are used to do this job.
> >
> > I see these files are auto-generated. So I guess I can generate
> > similar files for convenient reading and writing my custom xml
> > files instead of uis. Is it documented anywhere?
> >
> >
> > --
> > Regards,
> > Konstantin
> >
>
>
>
--
Regards,
Konstantin
More information about the Qt-interest-old
mailing list