<addaction name="reloadAction"/>
<addaction name="nowAction"/>
<addaction name="searchAction"/>
+ <addaction name="expandAllAction"/>
+ <addaction name="collapseAllAction"/>
</widget>
<action name="conferencesAction">
<property name="text">
<string>Ctrl+F</string>
</property>
</action>
+ <action name="expandAllAction">
+ <property name="icon">
+ <iconset resource="../icons.qrc">
+ <normaloff>:/icons/add.png</normaloff>:/icons/add.png</iconset>
+ </property>
+ <property name="text">
+ <string>Expand all</string>
+ </property>
+ </action>
+ <action name="collapseAllAction">
+ <property name="icon">
+ <iconset resource="../icons.qrc">
+ <normaloff>:/icons/remove.png</normaloff>:/icons/remove.png</iconset>
+ </property>
+ <property name="text">
+ <string>Collapse all</string>
+ </property>
+ </action>
</widget>
<customwidgets>
<customwidget>
</hint>
</hints>
</connection>
- <connection>
- <sender>reloadAction</sender>
- <signal>triggered()</signal>
- <receiver>MainWindow</receiver>
- <slot>close()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>-1</x>
- <y>-1</y>
- </hint>
- <hint type="destinationlabel">
- <x>451</x>
- <y>248</y>
- </hint>
- </hints>
- </connection>
</connections>
</ui>