Example of using Wt in Qt (Which Works Great by the way, its all I use in
fact):

QT       += core
QT       -= gui
TARGET = WittyWizard.wt
CONFIG   += console
CONFIG   -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
LIBS += -L/usr/lib -I/usr/local/include -lwt -lwthttp -lwtdbo -lcrypt
-ltiff -lpng
LIBS += -lboost_signals -lboost_filesystem -lboost_system -lboost_regex
-lboost_date_time -lboost_thread

Notice Boost... Not a problem.

Lets see... works great; QtLinguist; I never liked it; but I bet I can do
better if I put some work into it, which I am working on; and that its what
it come down to.

Wt is Open Source; Licenses are for Lawyers, personally I have no need for
them, so no need to talk about them, its the License this project uses, so
use it or move on; not to be smart, but to be real; this conversation is
getting old; Wt is great; no one argues that point; the community does what
it can to support it; and answer questions as well as it can without
insulting anyone, so do not get insulted with my remarks; I have not
connection to the people in this project, I am just a person who is in the
Mailing list and nothing more, but I have a great deal of respect for these
People, so I answer this question, and having  followed this project for
years... I can say from experience what I have to say, which isn't always
great, but never disrespectful; so my take is that it is what it is, and
nothing more; if you want to know if it will fit your project; then write
it and find out; that's the approach I had to take, I understand that the
people working on it, have little time to do much else, the Documentation
is mostly only helpful if you know how to use the Library, so you ask
questions that are geared around that problem, and people can answer, but
General Questions and pointed remarks only makes answering the question
into a no win situation, so lets look at alternatives, if you use Qt, you
can not get to a web app from here, not like the one in Wt, unless I missed
something, so why Join Qt? Well that is a can of Worms I would not open,
they are a Commercial Enterprise, no doubt about it; look at the License,
joining it would not make things better, sorry if you think it would, but
No License would be better in my Mind, so instead of asking questions that
really can not be answered without Politics, ask how to do something with
the Library, you will get more help that way, the Project is what it is, as
I said, the people working on it are doing a great job, so let them work on
it; and look at it for what you can do with it, instead of worrying about
the Politics of Licenses, if you go Commercial; I do not see a problem, you
have Qt which is far more restrictive then Wt, in my mind, I know you can
come back with bla bla bla, but Licenses do not interest me, no matter
which one you chose, someone will not like it, but I use Qt and Wt and fine
no need for a Designer, I am a Huge Qt fan, and can show you how to make a
Qt pro file if you ask, in fact, even writing Qt apps, I find the Designers
limiting; as do all Real Programmers, yes we like them when they can get
the Job done easier, but in real life, that is very seldom the case, but I
do see your Point, and I would like a Designer as Well, so guess what, it
might happen if we put a little work into it.

So that said, minus the License and Designer, which is all Politics, what
is it you really want to know... Can you write the Best Web Apps on the
Market and do the People that use it Love it? The Answer is Yes. But that
is My own Option and Millage will vary.

In my Option, this Project is the best out there, I keep looking, but
nothing, this is it as far as I know, so I deal with it and I am grateful
for the work put into this project, any help I and others can offer, are
best ask by how to do something, not comparing it, or wondering if its what
you want; no one can answer that, but personally we all fell your pain, do
I go with this or do I not; we all hope you do and enjoy it as much as we
do, so good luck and I hope this helps in your decision.




On Sun, May 5, 2013 at 3:07 PM, Muhammad Bashir Al-Noimi
<mbno...@gmail.com>wrote:

>  Thanks for quick responding :-)
>
> On 05/05/2013 11:15 AM, Nagaev Boris wrote:
>
> 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.
>
>  Awesome ;-)
> Changing the direction will affect on all child widgets in case I called
> it for application instance?
>
>
>
>  How much is the difficult in case I used QtCreator as IDE for Wt (I'm Linux
> developer)?
>
>  If you write .pro file for qmake, then you can treat it as Qt project.
> I have not try this.
>
>  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?
>
>
>  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/wtwithqt
>
>  Does Wt has or support any multi-language engine just like Qt translation or
> gettext?
>
>  There is translation based on XML files. 
> Seehttp://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WMessageResourceBundle.html
>
>  Is there any translation tool for parsing generated xml translation file
> just like QtLinguist (*.ts files are xml files too)?
>
> PS
> Guys, do you know any idea about the rest of my questions?
>
>
>    1. As I know Wt API inspired from Qt why Wt doesn't join to
>    qt-project.org or at least collaborate with them?
>    2. Is there any plan to create GUI designer OR at least modify
>    existing GUI designer (I found Qt designer quite well)?
>    3. Why Wt doesn't use LGPL or BSD like most open source toolkits?
>
>
>
> --
> 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
>
>


-- 
Jeff Flesher
Disabled Gulf War Vet
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to