[Qt-interest] plugin widget with VS 2008
Sayan Bera
sayan.haldia2008 at gmail.com
Tue Nov 22 09:11:22 CET 2011
How to add my own custom plugin in VS 2008?
QMeter <http://qt-apps.org/content/show.php/QMeter?content=72850> plugin
installed in Qt Designer. I'm adding the widget in .ui file,
build->successful.
But while running the app, output window doesn't show up.
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Testmeter w; <----- exits from here
w.show();
return a.exec();
}
This is problem with all installed plugin widgets, Arthur widgets and
display widgets.
Other widgets i Qt Designer is working fine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20111122/5a494ad3/attachment.html
More information about the Qt-interest-old
mailing list