Pointer + time delta

This commit is contained in:
Aurélie Delhaie
2022-03-01 21:08:34 +01:00
parent ffebb3c7d7
commit 9bb56fe174
24 changed files with 652 additions and 282 deletions

View File

@@ -41,7 +41,7 @@
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>190</x>
<x>230</x>
<y>9</y>
<width>20</width>
<height>81</height>
@@ -54,9 +54,9 @@
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>209</x>
<x>249</x>
<y>19</y>
<width>151</width>
<width>155</width>
<height>62</height>
</rect>
</property>
@@ -94,7 +94,7 @@
<string notr="true">font-size: 14px;</string>
</property>
<property name="text">
<string>Retard</string>
<string>Retard (Total)</string>
</property>
</widget>
</item>
@@ -118,7 +118,7 @@ color: white;</string>
<rect>
<x>13</x>
<y>19</y>
<width>161</width>
<width>210</width>
<height>62</height>
</rect>
</property>
@@ -156,7 +156,7 @@ color: white;</string>
<string notr="true">font-size: 14px;</string>
</property>
<property name="text">
<string>Temps total</string>
<string>Temps total (Semaine)</string>
</property>
</widget>
</item>
@@ -178,7 +178,7 @@ color: white;</string>
<widget class="QWidget" name="layoutWidget_2">
<property name="geometry">
<rect>
<x>400</x>
<x>440</x>
<y>20</y>
<width>161</width>
<height>62</height>
@@ -218,7 +218,7 @@ color: white;</string>
<string notr="true">font-size: 14px;</string>
</property>
<property name="text">
<string>Avance</string>
<string>Avance (Total)</string>
</property>
</widget>
</item>
@@ -240,7 +240,7 @@ color: white;</string>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
<x>380</x>
<x>420</x>
<y>10</y>
<width>20</width>
<height>81</height>
@@ -1570,10 +1570,10 @@ font-size: 22px;</string>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>790</x>
<y>20</y>
<x>800</x>
<y>10</y>
<width>111</width>
<height>60</height>
<height>90</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
@@ -1633,6 +1633,16 @@ font-size: 22px;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="today_button">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Aujourd'hui</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="Line" name="line_27">
@@ -1648,6 +1658,19 @@ font-size: 22px;</string>
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QPushButton" name="week_options_button">
<property name="geometry">
<rect>
<x>570</x>
<y>530</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Options</string>
</property>
</widget>
<zorder>layoutWidget</zorder>
<zorder>line</zorder>
<zorder>layoutWidget</zorder>
@@ -1658,6 +1681,7 @@ font-size: 22px;</string>
<zorder>layoutWidget</zorder>
<zorder>aboutButton</zorder>
<zorder>line_27</zorder>
<zorder>week_options_button</zorder>
</widget>
</widget>
<resources/>

View File

@@ -316,22 +316,5 @@ color: rgb(255, 255, 255);</string>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>SetDayDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>357</x>
<y>151</y>
</hint>
<hint type="destinationlabel">
<x>209</x>
<y>88</y>
</hint>
</hints>
</connection>
</connections>
<connections/>
</ui>