On Thu, Aug 13, 2009 at 8:10 AM, Pritpal Bedi<bediprit...@hotmail.com> wrote:

> I have already thought of impleenting QT Creators .ui protocol in
> hbxbp.lib. It is just a matter of time.

Great.

> But off course, what I am thinking and what you are proposing may be
> quite different. I need more input what you have in your thoughts.

I have no specific ideas at the moment, but I'm investigating the
possibility to create at runtime an XML like:

<read>
  <say row=x col=y value="xyz" ... />
  <get row=x col=y id="varname" type="xyz" ... />
  <browse top=x left=y bottom=w right=z >
     <column label="header" value="xyz" ... />
     ...
  </browse>
  <button value="xyz" onclick="func()" ... />
  ...
</read>

then convert it XML using XSLT to a .ui and use QT creator ( or Gtk's
Glade ) to edit the XML.

At runtime you don't have to deal with source's code style and
preprocessor and you know data types and values.

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to