Hi, Wt's concepts are very similar to Qt, so you'll quickly find your way with Wt. There are no wrappers, so the UI will have to be rewritten (but the logic will remain similar). Performance of Wt applications is usually good, as many processor-intensive tasks (rendering) are executed in the browser on the client machine.
BR, Wim. 2011/2/8 VS Shenoi <[email protected]>: > I am new to Wt. I had developed a GUI using Qt for a Real-Time DAQ as an > embedded system. Now I need to publish this GUI over Web so that the > embedded system can be controlled and the data can be plotted remotely (over > web) by just having a browser at the client. > > > > Would like to know anybody had similar requirements and how easy or > difficult it is to port such Qt application into Wt. Do I have to redevelop > total GUI application using Wt or does Wt give any wrappers ? Any comments > on Real-Time performance ? > > > > Thanking in advance > > Regards > > VS Shenoi, India > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
