Okokokokokokokok

This commit is contained in:
Simone
2024-01-18 17:12:23 +01:00
parent 25a6a9f23d
commit 607a43620a
9 changed files with 156 additions and 25 deletions

View File

@@ -30,6 +30,9 @@
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="RenderWidget" name="vulkanWidget"/>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
@@ -119,6 +122,13 @@
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>Renderer</class>
<extends>QWidget</extends>
<header>RenderWidget.hpp</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>