Document Completed Signal inside qt using QAxWidget
问题 I'm Using qt Built-in Examples in /examples/activeqt/webbrowser, and i'm trying to use DocumentComplete SIGNAL. my purpose is using embedded Internet explorer inside QAxWidget and popup a message (with contetnt from the website) after DocumentComplete. NavigateComplete Signal is not good enough for me use... the code can be seen here : qt Web browser Example class MainWindow : public QMainWindow, public Ui::MainWindow { Q_OBJECT public: MainWindow(); public slots: void on_WebBrowser