UI: Massive revamp, new features and improvements

This commit is contained in:
Connor McLaughlin
2022-07-11 23:03:29 +10:00
parent 3fb61865e5
commit b42b5501f6
425 changed files with 39701 additions and 29487 deletions

View File

@@ -219,13 +219,6 @@
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="showFPS">
<property name="text">
<string>Show Game Frame Rate</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="showSpeed">
<property name="text">
@@ -234,16 +227,23 @@
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="showVPS">
<widget class="QCheckBox" name="showFPS">
<property name="text">
<string>Show Display FPS</string>
<string>Show FPS</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="showResolution">
<property name="text">
<string>Show Resolution</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="showResolution">
<widget class="QCheckBox" name="showCPU">
<property name="text">
<string>Show Resolution</string>
<string>Show CPU Usage</string>
</property>
</widget>
</item>