Mini-Breakthrough: Animantion works.

This commit is contained in:
2025-12-29 20:10:05 +01:00
parent 4491e6fe57
commit 60be19a6ae
11 changed files with 282 additions and 284 deletions

View File

@@ -14,12 +14,27 @@
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">background-color:green;</string>
<string notr="true"/>
</property>
<property name="headerText" stdset="0">
<string>Fitze!</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="QLabel" name="_headerLabel">
<property name="minimumSize">
@@ -39,7 +54,7 @@
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color:#0000ff</string>
<string notr="true">background-color:#eeeeee</string>
</property>
<property name="frameShape">
<enum>QFrame::Shape::NoFrame</enum>