mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
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:
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">
|
||||
|
||||
Reference in New Issue
Block a user