| 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> |
|---|---|---|
| ||
| Previous by Date: | program without graphic interface, riccardo.roasio |
|---|---|
| Next by Date: | Re: program without graphic interface, Imre, NAGY Jr. |
| Previous by Thread: | program without graphic interface, riccardo.roasio |
| Next by Thread: | Re: program without graphic interface, Imre, NAGY Jr. |
| Indexes: | [Date] [Thread] [Top] [All Lists] |