Skip to content

Commit

Permalink
Note on Vulkan instance data not being part of the report
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed May 21, 2017
1 parent 65941b3 commit 0272f5b
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion vulkancapsviewer.ui
Expand Up @@ -354,7 +354,7 @@ QToolButton::hover {
</widget>
</item>
<item>
<widget class="QWidget" name="" native="true">
<widget class="QWidget" name="widget" native="true">
<property name="styleSheet">
<string notr="true">background-color: rgb(68, 68, 68);</string>
</property>
Expand Down Expand Up @@ -919,6 +919,31 @@ padding-bottom:5px;</string>
<string>Vulkan</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note&lt;/span&gt;: Vulkan instance data is not part of the device information and not submitted to the database!&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QTabWidget" name="tabWidget_2">
<property name="tabPosition">
Expand Down

0 comments on commit 0272f5b

Please sign in to comment.