ui updates, add table to elsa for statistics

This commit is contained in:
WorldTeacher
2024-05-24 16:27:52 +02:00
parent 356f6852a4
commit 8ec9521f49
2 changed files with 103 additions and 23 deletions

View File

@@ -1711,6 +1711,9 @@
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
@@ -1721,7 +1724,7 @@
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>24</number>
<number>40</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>59</number>
@@ -1732,6 +1735,9 @@
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>Semester</string>
@@ -2044,8 +2050,8 @@
<widget class="QPushButton" name="check_file_elsa">
<property name="geometry">
<rect>
<x>1080</x>
<y>100</y>
<x>1060</x>
<y>120</y>
<width>131</width>
<height>51</height>
</rect>
@@ -2067,8 +2073,8 @@
<widget class="QPushButton" name="btn_open_document_elsa">
<property name="geometry">
<rect>
<x>1080</x>
<y>60</y>
<x>1060</x>
<y>80</y>
<width>131</width>
<height>25</height>
</rect>
@@ -2086,8 +2092,8 @@
<widget class="QPushButton" name="btn_add_document_elsa">
<property name="geometry">
<rect>
<x>1080</x>
<y>20</y>
<x>1060</x>
<y>40</y>
<width>131</width>
<height>25</height>
</rect>
@@ -2248,7 +2254,7 @@
</property>
</column>
</widget>
<widget class="QFrame" name="elsa_statistic">
<widget class="QFrame" name="elsa_statistic_frame">
<property name="geometry">
<rect>
<x>810</x>
@@ -2257,12 +2263,53 @@
<height>271</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QTabWidget" name="elsa_statistics">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>431</width>
<height>271</height>
</rect>
</property>
<widget class="QWidget" name="tab_9">
<attribute name="title">
<string>Tabelle</string>
</attribute>
<widget class="QTableWidget" name="tableWidget_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>421</width>
<height>231</height>
</rect>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>210</number>
</attribute>
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>Semester</string>
</property>
</column>
<column>
<property name="text">
<string>Zugang</string>
</property>
</column>
</widget>
</widget>
</widget>
</widget>
<widget class="QPushButton" name="elsa_cancel_create">
<property name="enabled">