- Timestamp:
- 03/19/13 21:30:07 (10 years ago)
- Branches:
- master, qt5
- Children:
- 3720891
- Parents:
- 9457aed
- Location:
- src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/daynavigatorwidget.ui
r9457aed r4ca8bdc 20 20 <item> 21 21 <widget class="QToolButton" name="nextDayButton"> 22 <property name="toolTip"> 23 <string>Go to next day (Ctrl+Up)</string> 24 </property> 25 <property name="shortcut"> 26 <string>Ctrl+Up</string> 27 </property> 22 28 <property name="autoRaise"> 23 29 <bool>true</bool> … … 33 39 <item> 34 40 <widget class="QToolButton" name="prevDayButton"> 41 <property name="toolTip"> 42 <string>Go to previous day (Ctrl+Down)</string> 43 </property> 44 <property name="shortcut"> 45 <string>Ctrl+Down</string> 46 </property> 35 47 <property name="autoRaise"> 36 48 <bool>true</bool> -
src/gui/mainwindow.ui
r9457aed r4ca8bdc 142 142 <string>C&onferences</string> 143 143 </property> 144 <property name="toolTip"> 145 <string>Manage Conferences (Ctrl+O)</string> 146 </property> 144 147 <property name="shortcut"> 145 148 <string>Ctrl+O</string> … … 163 166 <string>&Quit</string> 164 167 </property> 168 <property name="toolTip"> 169 <string>Quit (Ctrl+Q)</string> 170 </property> 165 171 <property name="shortcut"> 166 172 <string>Ctrl+Q</string> … … 176 182 </property> 177 183 <property name="toolTip"> 178 <string>Reload Conference </string>184 <string>Reload Conference (Ctrl+R)</string> 179 185 </property> 180 186 <property name="shortcut"> … … 190 196 <string>Jump to now</string> 191 197 </property> 198 <property name="toolTip"> 199 <string>Jump to now (Ctrl+N)</string> 200 </property> 192 201 <property name="shortcut"> 193 202 <string>Ctrl+N</string> … … 202 211 <string>&Search</string> 203 212 </property> 213 <property name="toolTip"> 214 <string>Search (Ctrl+F)</string> 215 </property> 204 216 <property name="shortcut"> 205 217 <string>Ctrl+F</string> … … 214 226 <string>Expand all</string> 215 227 </property> 228 <property name="toolTip"> 229 <string>Expand all (Ctrl++)</string> 230 </property> 231 <property name="shortcut"> 232 <string>Ctrl++</string> 233 </property> 216 234 </action> 217 235 <action name="collapseAllAction"> … … 222 240 <property name="text"> 223 241 <string>Collapse all</string> 242 </property> 243 <property name="toolTip"> 244 <string>Collapse all (Ctrl+-)</string> 245 </property> 246 <property name="shortcut"> 247 <string>Ctrl+-</string> 224 248 </property> 225 249 </action>
Note: See TracChangeset
for help on using the changeset viewer.