On Fri, Feb 5, 2010 at 2:07 PM, Rutger ter Borg <[email protected]> wrote: > Pau Garcia i Quiles wrote: >> >> 2. Develop a wtuic to mimic Qt's uic. Ideally, add support to Wt for >> loading Qt Designer .ui files (which would contain only Wt widgets, >> signals, etc obviously) >> > > Hello, I'm new here, and would like to ask a question. What I would be > interested in, is something that is able to "design once, compile multiple > times" -- I guess this would mean designing with widgets that uses the > intersection of features of Qt and/or Wt. I.e., I'm looking for a toolchain > > Qt Designer (qt widgets) -> .ui files -> > -> uic -> qt implementation > -> translator -> wtuic -> wt implementation > > Has there been work in this direction and/or do you mean something like > this?
While I'd love to have that, what you are proposing would require to provide an Wt implementation of every widget in Qt you want to make available. Further, you would need to map every method in Qt to a method in Wt. That means creating a lot of widgets and adapting others. IMHO it is not feasible at this point. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
