Skip to content

Commit

Permalink
vkconfig3: Implement diagnostic tab
Browse files Browse the repository at this point in the history
Change-Id: Ic438c3358f2e955649491431f9b9f4ec39625122
  • Loading branch information
christophe-lunarg committed Nov 5, 2024
1 parent 66c3e4a commit fbef84e
Showing 1 changed file with 9 additions and 46 deletions.
55 changes: 9 additions & 46 deletions vkconfig_gui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
<number>0</number>
<number>3</number>
</property>
<widget class="QWidget" name="tab_configurations">
<attribute name="title">
Expand Down Expand Up @@ -1415,49 +1415,25 @@
<property name="bottomMargin">
<number>7</number>
</property>
<item row="2" column="0">
<widget class="QLabel" name="label_22">
<property name="text">
<string>${VK_LAYER_PATH}: </string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_23">
<property name="text">
<string>${VK_ADD_LAYER_PATH}: </string>
</property>
</widget>
<widget class="QLineEdit" name="diagnostic_vk_home_text"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>${VULKAN_SDK}: </string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLineEdit" name="lineEdit_2"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>${VK_HOME}:</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_24">
<property name="text">
<string>${VK_APPDATA}:</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTextEdit" name="diagnostic_status_text">
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
Expand All @@ -1476,19 +1452,6 @@
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_documentation">
Expand Down

0 comments on commit fbef84e

Please sign in to comment.