#include <shortcutDialog.h>
Public Slots |
|
virtual void | searchTextChanged (QString filter) |
Public Member Functions |
|
ShortcutDialog (QWidget *parent=NULL, const char *name="ShortcutDialog", Qt::WFlags fl=0) | |
Constructor. |
|
virtual | ~ShortcutDialog () |
Destructor. |
|
virtual void | initializeWidget (MainControl &main_control) |
Initialization. |
|
Protected Slots |
|
virtual void | browseImportFile_ () |
virtual void | browseExportFile_ () |
virtual void | shortcutChanged_ () |
void | loadPredefinedShortcuts_ (QString entry) |
void | loadShortcutsFromFile_ (const String &filename) |
virtual void BALL::VIEW::ShortcutDialog::initializeWidget | ( | MainControl & | main_control | ) | [virtual] |
Initialization.
This method is called automatically before the main application is started. It adds the dialog's menu entries and connections.
Reimplemented from BALL::VIEW::ModularWidget.