qt-interest@trolltech.com
[Top] [All Lists]

Re: program without graphic interface

Subject: Re: program without graphic interface
From: Chris Thompson
Date: Tue, 6 Dec 2005 11:50:37 -0700
On Tuesday 06 December 2005 11:37, riccardo.roasio@xxxxxxx wrote:
> Hi,
> is possible to use Qt libraries for a program without a graphic interface?
> I mean use QString and QVector and so on...

Yes.  Check QApplication's constructor.

In some cases, you will be better off using standard C++ such as std::string 
and std::vector.  But Qt has some classes that are still quite useful even 
outside of the GUI.

<Prev in Thread] Current Thread [Next in Thread>