Skip to content

Commit

Permalink
Added explaination for mouse wheel to the help
Browse files Browse the repository at this point in the history
  • Loading branch information
wincentbalin committed Jul 9, 2010
1 parent 2ae9a73 commit 284e2ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdqt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,8 @@ HelpDialog::HelpDialog(QWidget* parent, const char* name, WFlags f) :
" <tr><td>Right</td><td>Forward</td></tr>"
" <tr><td>Up</td><td>Rotate clockwise</td></tr>"
" <tr><td>Down</td><td>Rotate counterclockwise</td></tr>"
" <tr><td>Mouse wheel up</td><td>Rotate clockwise</td></tr>"
" <tr><td>Mouse wheel down</td><td>Rotate counterclockwise</td></tr>"
" </tbody>"
" </table>"
" </center><br/>"
Expand Down

0 comments on commit 284e2ba

Please sign in to comment.