</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>
<property name="text">
<string>C&onferences</string>
</property>
+ <property name="toolTip">
+ <string>Manage Conferences (Ctrl+O)</string>
+ </property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
<property name="text">
<string>&Quit</string>
</property>
+ <property name="toolTip">
+ <string>Quit (Ctrl+Q)</string>
+ </property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
<string>Reload Conference</string>
</property>
<property name="toolTip">
- <string>Reload Conference</string>
+ <string>Reload Conference (Ctrl+R)</string>
</property>
<property name="shortcut">
<string>Ctrl+R</string>
<property name="text">
<string>Jump to now</string>
</property>
+ <property name="toolTip">
+ <string>Jump to now (Ctrl+N)</string>
+ </property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
<property name="text">
<string>&Search</string>
</property>
+ <property name="toolTip">
+ <string>Search (Ctrl+F)</string>
+ </property>
<property name="shortcut">
<string>Ctrl+F</string>
</property>
<property name="text">
<string>Expand all</string>
</property>
+ <property name="toolTip">
+ <string>Expand all (Ctrl++)</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl++</string>
+ </property>
</action>
<action name="collapseAllAction">
<property name="icon">
<property name="text">
<string>Collapse all</string>
</property>
+ <property name="toolTip">
+ <string>Collapse all (Ctrl+-)</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+-</string>
+ </property>
</action>
</widget>
<customwidgets>