QTextEdit and URL clicked signal
General and Desktop
4
Posts
2
Posters
2.9k
Views
1
Watching
-
wrote on 24 Jun 2012, 15:19 last edited by
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 ?? -
wrote on 24 Jun 2012, 15:56 last edited by
Hi...
I didn't exactly understand what you want to do...
Do you want the QTextEdit to show something when a URL is clicked? -
wrote on 24 Jun 2012, 17:12 last edited by
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 ?
-
wrote on 24 Jun 2012, 19:06 last edited by
I have solution QTextEdit::anchorAt()
1/4