Hello, KDevelop 4.3 will include a Wt template. I missed the deadline for KDevelop 4.2 by a few days :-/
Regarding the GUI tool to make Wt interfaces: I tried to create a Qt Designer plugin for Wt widgets but it's more complex than I first expected: - QtDesigner relies on the components being added to the plugin to inherit QWidget, which obviously Wt widgets do not do - Then there is the problem of positioning and rendering Both problems can be worked around by creating a "container" QWidget for each WWidget, but then there's the problem of positioning and rendering the WWidget. I didn't see a clear way to achieve this with a real rendering on Qt 4.6 (it may even have been with a snapshot of Qt 4.7), therefore I put this on hold. If any of you have suggestions on how to solve this, please do. On Thu, Jan 6, 2011 at 3:32 AM, Matthew Sherborne <[email protected]> wrote: > Interesting articles. > I was a bit sad, I thought it would be like use a gui tool to make qt > interfaces .. then run some tool over it to turn it into Wt :D > > On Thu, Jan 6, 2011 at 5:00 AM, John Robson <[email protected]> wrote: >> >> Richel is doing a very interesting work with Qt and Wt, I recommend you >> see the applications him has developed. >> >> http://www.richelbilderbeek.nl/CppWt.htm >> >> http://www.richelbilderbeek.changeip.net/ >> >> >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> witty-interest mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/witty-interest > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
