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

57 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FormImageSelect</class>
<widget class="QWidget" name="FormImageSelect">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="pushButton_Select">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>21</width>
<height>25</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
qproperty-autoDefault: false;
qproperty-flat: true;
border: none;
background: white;
qproperty-checkable: true;
qproperty-checked: false;
}
QPushButton:!checked
{
background: white;
}
QPushButton:checked
{
background: white;
border-image: url(://image/select_indicator.png);
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>