ui changes

This commit is contained in:
WorldTeacher
2024-06-03 15:18:02 +02:00
parent ecf7ac1fea
commit a19dc12c18
11 changed files with 743 additions and 227 deletions

View File

@@ -42,7 +42,7 @@
</property>
<property name="windowIcon">
<iconset>
<normaloff>../../icons/logo.ico</normaloff>../../icons/logo.ico</iconset>
<normaloff>../../../../icons/logo.ico</normaloff>../../../../icons/logo.ico</iconset>
</property>
<property name="statusTip">
<string/>
@@ -74,7 +74,7 @@
<enum>Qt::NoFocus</enum>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="tab">
<property name="sizePolicy">
@@ -469,7 +469,7 @@
</font>
</property>
<property name="inputMethodHints">
<set>Qt::ImhDigitsOnly</set>
<set>Qt::ImhNone</set>
</property>
<property name="editable">
<bool>true</bool>
@@ -640,6 +640,9 @@
</property>
</widget>
<widget class="QCheckBox" name="check_eternal_app">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>340</x>
@@ -773,19 +776,19 @@
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
<pointsize>9</pointsize>
<bold>false</bold>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNone</set>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="currentText">
<string/>
</property>
<property name="insertPolicy">
<enum>QComboBox::InsertAlphabetically</enum>
</property>
@@ -1087,7 +1090,7 @@
<property name="maximumSize">
<size>
<width>16777215</width>
<height>20</height>
<height>25</height>
</size>
</property>
<property name="font">
@@ -1096,6 +1099,9 @@
<bold>false</bold>
</font>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
@@ -2126,6 +2132,9 @@
<property name="text">
<string>📆 heute</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="0">
@@ -2163,10 +2172,6 @@
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>../../icons/semap.png</normaloff>../../icons/semap.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
@@ -2276,13 +2281,13 @@
<attribute name="title">
<string>Tabelle</string>
</attribute>
<widget class="QTableWidget" name="tableWidget_2">
<widget class="QTableWidget" name="elsa_statistics_table">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>421</width>
<height>231</height>
<height>241</height>
</rect>
</property>
<property name="horizontalScrollBarPolicy">
@@ -2291,6 +2296,9 @@
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="textElideMode">
<enum>Qt::ElideRight</enum>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>210</number>
</attribute>