Is using QT libraries possible? Topic is solved

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
lollisoft
Earned some good credits
Earned some good credits
Posts: 115
Joined: Sat Jul 23, 2005 3:52 pm
Location: Germany
Contact:

Is using QT libraries possible?

Post by lollisoft »

Hi,

several time ago I have posted a question about the usage of another open source tool (report designer 'openrpt'). Shortly the project has changed the license to LGPL what makes me happy.

The posting: http://forums.wxwidgets.org/viewtopic.p ... ht=openrpt
The reporting project: http://sourceforge.net/projects/openrpt/

Now I like to ask if it is possible to use the report renderer inside of wxWidgets to avoid calling an external application.

Has someone experience using QT stuff from wxWidgets?

I don't like to link against QT, but rather load a plugin that then links to QT code. So it will keep things separated.

Thanks

Lothar
OS: Windows 7, Mac OS X (Panther/Leopard/Snow Leopard), SuSE Linux, Debian (PPC), OpenMoko FreeRunner
Compiler: OpenWatcom, GCC
wxWidgets 2.8.x
IDE Makefile based.
RAD My own brewed, Code generation with XSLT and DialogBlocks
phlox81
wxWorld Domination!
wxWorld Domination!
Posts: 1387
Joined: Thu Aug 18, 2005 7:49 pm
Location: Germany
Contact:

Post by phlox81 »

I'd rather then use QT for the whole App, then to split that.
I also think, that wxWidgets will loose ground to QT, as the Licence is now almost as liberal as the wx version.
Post Reply