QTextEdit and URL clicked signal
-
Hi
I need make signal in QTextEdit when URL will by clicked and this sgnal mass have URL as parameter ( for example SIGNAL(urlClick(QString f_URL)))
Can do that ?? -
My app is a notepad, the URL will by path to file and i want do somthing like that, if URL will bee clicked then app open this file in window.
Maybe is other way to do somting like that ?
-
I have solution QTextEdit::anchorAt()