Stellarium
0.17.0
|
The TextUserInterface wants to intercept all key presses including those which are assigned to glocal key bindings in the main GUI definition (i.e. More...
#include <DummyDialog.hpp>
Public Slots | |
void | setVisible (bool) |
void | close () |
Signals | |
void | visibleChanged (bool) |
Public Member Functions | |
DummyDialog (StelModule *eventHandler) | |
Protected Member Functions | |
bool | eventFilter (QObject *obj, QEvent *event) |
void | createDialogContent () |
Protected Attributes | |
class CustomProxy * | proxy |
QWidget * | dialog |
StelModule * | evtHandler |
keys used for actions which are associated with toolbar buttons.
This DummyDialog class allows the plugin to put the QT focus on the dialog and thus prevent global action key bindings from being handled by the main GUI
This is adapted from the StelDialog class.