Hello.
Is it possible to allow HTML urls in QTableWidget ?

And i have problem with urls in QLabel
i put text
Qt Code:
  1. <a href=http://somepage.pl/forum/temat/?id=2345>http://somepage.pl/forum/temat/?id=2345</a>
To copy to clipboard, switch view to plain text mode 
and setOpenExternalLinks to true but when i clicked on the link it was open without id value only
Qt Code:
  1. http://somepage.pl/forum/temat/?id
To copy to clipboard, switch view to plain text mode 
What i do wrong ?

PS. Sorry for my English but i`m from Poland