Mercurial > hg > svgui
comparison widgets/KeyReference.h @ 609:5f3f5c1e23e8
Add hide method
author | Chris Cannam |
---|---|
date | Mon, 30 Jan 2012 17:22:48 +0000 |
parents | 4edaff85875d |
children | a31c8ee2e17e |
comparison
equal
deleted
inserted
replaced
608:0dba6a391760 | 609:5f3f5c1e23e8 |
---|---|
41 | 41 |
42 void registerShortcut(QString actionName, QString shortcut, QString tipText); | 42 void registerShortcut(QString actionName, QString shortcut, QString tipText); |
43 void registerAlternativeShortcut(QString actionName, QString alternative); | 43 void registerAlternativeShortcut(QString actionName, QString alternative); |
44 | 44 |
45 void show(); | 45 void show(); |
46 void hide(); | |
46 | 47 |
47 protected slots: | 48 protected slots: |
48 void dialogButtonClicked(QAbstractButton *); | 49 void dialogButtonClicked(QAbstractButton *); |
49 | 50 |
50 protected: | 51 protected: |