first re-commit.

This commit is contained in:
2025-08-05 22:36:00 +02:00
commit 316dc60b69
143 changed files with 11155 additions and 0 deletions

60
swlistcontrol.ui Normal file
View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SWListControl</class>
<widget class="QWidget" name="SWListControl">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>255</height>
</rect>
</property>
<property name="font">
<font>
<family>Josefin Sans Light</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QListWidget" name="_contentView">
<property name="geometry">
<rect>
<x>5</x>
<y>84</y>
<width>790</width>
<height>170</height>
</rect>
</property>
<property name="font">
<font>
<family>Josefin Sans</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QListWidget
{
background: rgb(22,22,22);
color: rgb(200,200,200);
}
QListWidget::Item:selected
{
background: rgb(200,200,200);
color: rgb(22,22,22);
}</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>