QuiltingHMI/sharedviews/mcheaddialog.ui

214 lines
4.9 KiB
Plaintext
Raw Normal View History

2024-02-06 07:10:48 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>McHeadDialog</class>
<widget class="QDialog" name="McHeadDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="pushButton_8">
<property name="geometry">
<rect>
<x>820</x>
<y>200</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>80</x>
<y>200</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>190</x>
<y>200</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>300</x>
<y>200</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_6">
<property name="geometry">
<rect>
<x>620</x>
<y>200</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>410</x>
<y>200</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_7">
<property name="geometry">
<rect>
<x>720</x>
<y>200</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_5">
<property name="geometry">
<rect>
<x>520</x>
<y>200</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QFrame" name="frameBack">
<property name="geometry">
<rect>
<x>40</x>
<y>450</y>
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QFrame" name="framePageBtn">
<property name="geometry">
<rect>
<x>480</x>
<y>560</y>
<width>531</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(255, 255, 255, 0);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="MyButton" name="buttonCancel">
<property name="geometry">
<rect>
<x>450</x>
<y>0</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="MyButton" name="buttonOk">
<property name="geometry">
<rect>
<x>370</x>
<y>0</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<zorder>frameBack</zorder>
<zorder>pushButton_8</zorder>
<zorder>pushButton</zorder>
<zorder>pushButton_2</zorder>
<zorder>pushButton_3</zorder>
<zorder>pushButton_6</zorder>
<zorder>pushButton_4</zorder>
<zorder>pushButton_7</zorder>
<zorder>pushButton_5</zorder>
<zorder>framePageBtn</zorder>
</widget>
<customwidgets>
<customwidget>
<class>MyButton</class>
<extends>QPushButton</extends>
<header location="global">sharedviews/mybutton.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>