J
Jenny
Hi,
I'm developing a C++ plugin for an existing app that requires a prompt
to pop up. I have to use Qt and I've only just started to learn it so
sorry if this is a dumb question. I'm trying to create a QApplication
within the plugin, but as I have no command line args (argc and argv),
I can't initialise the QApplication. How would one normally integrate
Qt with existing C++ code without a main()? All examples I've seen so
far of Qt have used a main().
Thanks for any help you can give!
Cheers,
Jennifer
I'm developing a C++ plugin for an existing app that requires a prompt
to pop up. I have to use Qt and I've only just started to learn it so
sorry if this is a dumb question. I'm trying to create a QApplication
within the plugin, but as I have no command line args (argc and argv),
I can't initialise the QApplication. How would one normally integrate
Qt with existing C++ code without a main()? All examples I've seen so
far of Qt have used a main().
Thanks for any help you can give!
Cheers,
Jennifer