82 lines
1.7 KiB
Plaintext
82 lines
1.7 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>LegendForm</class>
|
||
|
|
<widget class="QWidget" name="LegendForm">
|
||
|
|
<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>
|
||
|
|
<property name="styleSheet">
|
||
|
|
<string notr="true">#tableWidget
|
||
|
|
{
|
||
|
|
background:transparent;
|
||
|
|
border-top: 2px solid #50707f;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
#tableWidget::item
|
||
|
|
{
|
||
|
|
height: 24px;
|
||
|
|
border-width: 1;
|
||
|
|
}
|
||
|
|
#tableWidget::item:hover
|
||
|
|
{
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
#tableWidget::item:selected
|
||
|
|
{
|
||
|
|
border: none;
|
||
|
|
color:#ffa405;
|
||
|
|
}</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
|
<property name="spacing">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="leftMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="topMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="rightMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="bottomMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<item>
|
||
|
|
<widget class="QTableWidget" name="tableWidget">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>400</width>
|
||
|
|
<height>300</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<attribute name="horizontalHeaderVisible">
|
||
|
|
<bool>false</bool>
|
||
|
|
</attribute>
|
||
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
||
|
|
<bool>true</bool>
|
||
|
|
</attribute>
|
||
|
|
<attribute name="verticalHeaderVisible">
|
||
|
|
<bool>false</bool>
|
||
|
|
</attribute>
|
||
|
|
<attribute name="verticalHeaderStretchLastSection">
|
||
|
|
<bool>false</bool>
|
||
|
|
</attribute>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|