[Qt-interest] runtime compilation impossible in Qt???
Scott Aron Bloom
Scott.Bloom at sabgroup.com
Mon Aug 17 17:30:10 CEST 2009
I have no idea what you are asking...
I can tell you that anything you can do usin QT in python, can be done
in C++...
Try showing some sample code.
Scott
From: qt-interest-bounces at trolltech.com
[mailto:qt-interest-bounces at trolltech.com] On Behalf Of
ri at eeda.denso.co.jp
Sent: Sunday, August 16, 2009 8:01 PM
To: qt-interest at trolltech.com
Subject: [Qt-interest] runtime compilation impossible in Qt???
Dear List
I was wondering whether it's possible in Qt
I am running an applicaiton , say QApplicaion in which it shows a
QMainWindow. In the QMainWindow I allow the user to define a widget,
say UserDefinedWidget, and generate the source files for it. In this
example
they are UserDefinedWidget.cpp and UserDefinedWidget.h.
Now the problem is : How can I create a UserDefinedWidget ,show it in
the QMainWindow
while QApplication is still running??
It looks like a runtime compilation issue and someone told me that C++
doesn't support that
but Python does. Is that true? Is there anything else I can do?
I need your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090817/db89c5bf/attachment.html
More information about the Qt-interest-old
mailing list