Changeset 167a532 for src/gui/mainwindow.ui
- Timestamp:
- 12/12/11 23:51:40 (11 years ago)
- Branches:
- master, qt5
- Children:
- d12c1e0
- Parents:
- 78d8c9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.ui
r78d8c9e r167a532 135 135 <addaction name="nowAction"/> 136 136 <addaction name="searchAction"/> 137 <addaction name="expandAllAction"/> 138 <addaction name="collapseAllAction"/> 137 139 </widget> 138 140 <action name="conferencesAction"> … … 202 204 <property name="shortcut"> 203 205 <string>Ctrl+F</string> 206 </property> 207 </action> 208 <action name="expandAllAction"> 209 <property name="icon"> 210 <iconset resource="../icons.qrc"> 211 <normaloff>:/icons/add.png</normaloff>:/icons/add.png</iconset> 212 </property> 213 <property name="text"> 214 <string>Expand all</string> 215 </property> 216 </action> 217 <action name="collapseAllAction"> 218 <property name="icon"> 219 <iconset resource="../icons.qrc"> 220 <normaloff>:/icons/remove.png</normaloff>:/icons/remove.png</iconset> 221 </property> 222 <property name="text"> 223 <string>Collapse all</string> 204 224 </property> 205 225 </action>
Note: See TracChangeset
for help on using the changeset viewer.