PDA

View Full Version : about activeX and browser plugin



oob2
24th August 2010, 19:09
hi,
I have a existing QT4 app. I'd like to convert it to a Firefox browser plugin and a IE activeX. I know QT and its solutions provide QAxBindable, QtNPBindable. My app contains a QFrame. Inside the QFrame, there are a lot of different widgets (QPushButton, QCheckbox, QWidget... and some custom widgets).

I read the "Browser Plugin" examples. They contain just one QWidget in the whole plugin. Can I convert my app to a "browser plugin"? Thanks.