Show qt version in About screen

This commit is contained in:
Duke Leto
2022-02-18 09:37:48 -05:00
parent 9e8e95200c
commit 825e50b2ea
2 changed files with 13 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
<string>About</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
@@ -27,9 +28,19 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="qtversion">
<property name="text">
<string notr="true">QT Version</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">