调整‘属性选择器’在Linux下的展示

This commit is contained in:
duanshengchao 2025-05-08 10:05:45 +08:00
parent a3a6be150a
commit 3749f17512
1 changed files with 6 additions and 0 deletions

View File

@ -178,6 +178,12 @@ background-color:rgb(67,160,249);
</item> </item>
<item> <item>
<widget class="QWidget" name="attributeViewContainer" native="true"> <widget class="QWidget" name="attributeViewContainer" native="true">
<property name="styleSheet">
<string notr="true">QTableView
{
border:0px;
}</string>
</property>
<layout class="QVBoxLayout" name="layoutTableView"> <layout class="QVBoxLayout" name="layoutTableView">
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>