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

182 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FormMainMenu</class>
<widget class="QWidget" name="FormMainMenu">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1190</width>
<height>70</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QFrame" name="frame_background">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>573</width>
<height>70</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QFrame#frame_background
{
background: #153b44;
border-radius: 9px;
border: none;
}
QPushButton
{
background: none;
border-radius: 8px;
border: none;
qproperty-autoDefault: false;
qproperty-default: false;
qproperty-flat: true;
qproperty-checkable: true;
qproperty-checked: false;
color: white;
font-family: 'Roboto';
font-size: 24px;
font-weight: bold;
}
QPushButton:checked
{
background: #A6B1C2;
color: black;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="pushButton_Worklist">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>191</width>
<height>70</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
qproperty-checked: true;
}</string>
</property>
<property name="text">
<string>WORKLIST</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_History">
<property name="geometry">
<rect>
<x>191</x>
<y>0</y>
<width>191</width>
<height>70</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>HISTORY</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Setting">
<property name="geometry">
<rect>
<x>382</x>
<y>0</y>
<width>191</width>
<height>70</height>
</rect>
</property>
<property name="text">
<string>SETTING</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_usb">
<property name="geometry">
<rect>
<x>1104</x>
<y>0</y>
<width>70</width>
<height>70</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QFrame#frame_usb
{
background: #153b44;
border-radius: 29px;
border: none;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="check_usb">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>70</width>
<height>70</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background: #A6B1C2;
border-radius: 28px;
border: none;
qproperty-autoDefault: false;
qproperty-default: false;
qproperty-flat: true;
qproperty-checkable: false;
qproperty-checked: false;
color: white;
font-family: 'Roboto';
font-size: 24px;
font-weight: bold;
}
QPushButton:checked
{
background: #FFB1C2;
color: black;
}</string>
</property>
<property name="text">
<string>USB</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>