|
Thanks for quick responding :-)
On 05/05/2013 11:15 AM, Nagaev Boris wrote: Awesome ;-)Hello, I know the answers to some of your questions.Does Wt support layout direction (RightToLeft/LeftToRight) for all widgets?Looks like. See WApplication::setLayoutDirection() http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WApplication.html#a44c5f0398b5539269be3961b26e95b08 The library sets "Wt-ltr" or "Wt-rtl" as style classes for the document body. You may use this if to override certain style rules for a Right-to-Left document. Changing the direction will affect on all child widgets in case I called it for application instance? I looked for this feature and I discoved that using qmake isn't easy as you expect because Wt depends on boost which is using cmake so -theoretically- I've run boost in qmake to be able to run Wt in qmake too which is very very complicated procedure... is it? Is there any translation tool for parsing generated xml translation file just like QtLinguist (*.ts files are xml files too)?I've already Qt based libraries how much is the difficult to use them in Wt? do they need special dealing or just like usual c++ libraries?You can use Qt libraries as usual C++ libraries. There is project wtwithqt, for intergation Wt event loop and Qt event loop to use Wt and Qt from one event loop. https://github.com/kdeforche/wt/tree/master/examples/wtwithqtDoes Wt has or support any multi-language engine just like Qt translation or gettext?There is translation based on XML files. See http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WMessageResourceBundle.html PS Guys, do you know any idea about the rest of my questions?
-- Best Regards, Muhammad Bashir Al-Noimi |
------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________ witty-interest mailing list witty-interest@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/witty-interest
