SVG5/mainwindow.ui
2025-10-12 13:55:56 +09:00

46 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="styleSheet">
<string notr="true">QWidget#centralwidget
{
background: rgb(39, 102, 120);
}</string>
</property>
<widget class="FormMainMenu" name="widgetMainMenu" native="true">
<property name="geometry">
<rect>
<x>58</x>
<y>58</y>
<width>573</width>
<height>70</height>
</rect>
</property>
</widget>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>FormMainMenu</class>
<extends>QWidget</extends>
<header location="global">formmainmenu.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>