I did some work for Cutie (Qt+witty)that converted Qt code to witty, by hacking 
MOC/UIC. Basically, a switch would have it generate and use Witty headers and 
classes. It worked, but not well because of boost/moc differences. 

I think webtoolkit should just make a Qt version (since the license has changed)







________________________________
 From: Koen Deforche <k...@emweb.be>
To: witty-interest@lists.sourceforge.net 
Sent: Tuesday, September 10, 2013 6:31 AM
Subject: Re: [Wt-interest] Using GUI Designer
 


Hey Mohammed,

A UI designer is still lurking in the back of our mind, but the chance is slim 
that we would base it on Qt Designer -- we want it's layout to be based on 
HTML+CSS or layout managers at the user's choice (and supporting combinations 
of it), and we would also like the result of a designer widget to be 
WTemplate-based so that there is a natural interface of hooking in custom user 
code (by resolving widgets from the template).

And the lack of a Qt Moc equivalent for class inspection does force us to 
consider other solutions for that (for which we do have some ideas).

Regards,
koen



2013/9/9 Muhammad Bashir Al-Noimi <mbno...@gmail.com>

On 09/06/2013 06:31 PM, Muhammad Bashir Al-Noimi wrote:
>> As Wt does n’t support GUI designer I want to test what if I can use
>> Qt Designer as temporary solution so may you please guide me to the
>> short and most effective way to use
>> Qt Designer for Wt?
>>
>> Qt Designer generates the source code of the *.ui in header file
>> called ui_<ui_file_name>.h so theoretically I need to:
>>
>> 1. Rename the objects of the components from Q* to W*
>> 2. Rename some missed types
>> 3. Include the header file in Wt project then call any object’s
>>    component by ui->*
>>
>> Do you find these steps connect?
>>
>> P.S. I'm planning use Wt for widget based interfaces because page
>> based design doesn't fit my needs (If I want to use page based design
>> I can use Yii framework instead) so HTML templates not necessary for
>> my applications.
>BTW, I read Pau's post about Qt Designer's plugin at:
>http://www.elpauer.org/2011/04/a-wish-a-day-8-wt-creator/ for that I
>wish to get a response from Pau and Koen about the basic principle of Qt
>Designer manual usage because it seems that Qt Designer's pluginfor Wt
>kind of hard to hack.
>
>
>--
>Best Regards,
>Muhammad Bashir Al-Noimi
>
>
>------------------------------------------------------------------------------
>Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>Discover the easy way to master current and previous Microsoft technologies
>and advance your career. Get an incredible 1,500+ hours of step-by-step
>tutorial videos with LearnDevNow. Subscribe today and save!
>http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
>_______________________________________________
>witty-interest mailing list
>witty-interest@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/witty-interest
>

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to