Files
o3de/Gems/ImGui/Code/Editor/ImGuiMainwindow.ui
T
2021-03-08 14:30:57 -08:00

34 lines
766 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ImGuiMainWindow</class>
<widget class="QMainWindow" name="ImGuiMainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1263</width>
<height>740</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout"/>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1263</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>