</property>
<item>
<widget class="QToolButton" name="nextDayButton">
+ <property name="toolTip">
+ <string>Go to next day (Ctrl+Up)</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+Up</string>
+ </property>
<property name="autoRaise">
<bool>true</bool>
</property>
</item>
<item>
<widget class="QToolButton" name="prevDayButton">
+ <property name="toolTip">
+ <string>Go to previous day (Ctrl+Down)</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+Down</string>
+ </property>
<property name="autoRaise">
<bool>true</bool>
</property>