update 完善表格

This commit is contained in:
FrankCV2048
2024-09-08 12:13:05 +08:00
parent 1dceb0cc77
commit ab2545895b
8 changed files with 340 additions and 45 deletions

View File

@ -1761,12 +1761,95 @@ font: 10pt "楷体";
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<y>50</y>
<width>871</width>
<height>501</height>
<height>461</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_tableFeedSet_addRow">
<property name="geometry">
<rect>
<x>710</x>
<y>10</y>
<width>75</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: rgb(16, 133, 255);
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #499c8a;
}
</string>
</property>
<property name="text">
<string>新增线</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_tableFeedSet_deleRow">
<property name="geometry">
<rect>
<x>790</x>
<y>10</y>
<width>75</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
color: #ffffff;
background-color: #FF5722;
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #499c8a;
}
</string>
</property>
<property name="text">
<string>删除线</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_tableFeedSet_save">
<property name="geometry">
<rect>
<x>630</x>
<y>10</y>
<width>75</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: #1AA094;
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>保存</string>
</property>
</widget>
</widget>
</widget>
</widget>