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

56 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FormCaptureImageSelect</class>
<widget class="QWidget" name="FormCaptureImageSelect">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>352</width>
<height>240</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="pushButton_Select">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>41</width>
<height>25</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#pushButton_Select
{
qproperty-autoDefault: false;
qproperty-flat: true;
border: none;
background: white;
font-family: 'Roboto';
font-size: 18px;
font-weight: bold;
qproperty-text: '19';
border-radius: 6px;
qproperty-checkable: true;
qproperty-checked: false;
}
QPushButton#pushButton_Select:checked
{
background: white;
}</string>
</property>
<property name="text">
<string>19</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>