Enable external links in counter selection UI

Use QTextBrowser for the counter description widget, which allows for opening
links in an external browser.

This change is needed to make the link to NVIDIA Nsight Perf SDK clickable.
This commit is contained in:
Jonathan Glines
2022-11-07 13:42:16 -08:00
committed by Baldur Karlsson
parent e5bb692caf
commit a08a9d8190
@@ -42,7 +42,11 @@
</widget>
</item>
<item>
<widget class="QTextEdit" name="counterDescription"/>
<widget class="QTextBrowser" name="counterDescription">
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="enabledCountersLabel">