This commit is contained in:
2025-12-29 00:04:15 +01:00
parent b7d4441d56
commit d435ac17a3
5 changed files with 33 additions and 37 deletions

View File

@@ -13,6 +13,9 @@
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">background-color:green;</string>
</property>
<property name="headerText" stdset="0">
<string>Fitze!</string>
</property>
@@ -32,6 +35,12 @@
</item>
<item>
<widget class="QTableView" name="_valueView">
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color:#0000ff</string>
</property>
<property name="frameShape">
<enum>QFrame::Shape::NoFrame</enum>
</property>
@@ -53,9 +62,15 @@
<property name="showGrid">
<bool>false</bool>
</property>
<property name="gridStyle">
<enum>Qt::PenStyle::NoPen</enum>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
</widget>
</item>
</layout>