PDA

View Full Version : Create a Website



Trader
19th May 2010, 18:26
Hi, how do I create a website using Qt?

Lykurg
19th May 2010, 20:22
Hi, how do I create a website using Qt?
Good question, I still trying to make good pasta all'arrabiata using Qt...

No seriously, what do you mean? Use QString to create your HTML and save it to a file. And you have your website.

squidge
19th May 2010, 21:57
Qt isn't too good at websites. Have a look at something like Dreamweaver instead. It's far more suited.

Trader
20th May 2010, 02:06
I would replace Java, PHP, ASP.NET, Ruby etc..

To develop dynamic websites using C++ with Qt.


Aptana or Dreamweaver for HTML and C++ for engine.

squidge
20th May 2010, 07:49
Engine? Do you mean you want to write a web server?

I don't know anyone who writes websites using Qt, or even plain C++.

and embedding C++ in HTML is going to be fun, as nobody supports it. Unless of course you embed the HTML in the C++, but that would be just silly.

wysota
20th May 2010, 08:35
Engine? Do you mean you want to write a web server?

I don't know anyone who writes websites using Qt, or even plain C++.
I do :)


and embedding C++ in HTML is going to be fun, as nobody supports it. Unless of course you embed the HTML in the C++, but that would be just silly.

Take a look at "Wt" and similar solutions.

SixDegrees
22nd December 2010, 07:55
I would replace Java, PHP, ASP.NET, Ruby etc..

To develop dynamic websites using C++ with Qt.


Aptana or Dreamweaver for HTML and C++ for engine.

Go ahead. You can run any applications you want on the server; it doesn't care what they were written with.

ehsan
25th January 2011, 07:39
Good idea!
Some major web applications of google has been written with Qt.
You need create a service via Qt and you can use Qt Web Runtime to easy access to Qt API.
http://developer.qt.nokia.com/forums/viewforum/20/

Landkeeper
10th July 2012, 07:27
try this amazing(fast, scalable, native support for multiple language ) web server http://gwan.ch/ you can code in c/c++, this means you can write the entire web app in qt and put it in the server