mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
added shortcuts management to YACReader
added shortcuts management to keyPressEvent keys
This commit is contained in:
@ -8,6 +8,7 @@ class YACReaderGLFlowConfigWidget;
|
||||
class QCheckBox;
|
||||
class QPushButton;
|
||||
class QSettings;
|
||||
class QGroupBox;
|
||||
|
||||
class YACReaderOptionsDialog : public QDialog
|
||||
{
|
||||
@ -20,6 +21,8 @@ protected:
|
||||
QPushButton * accept;
|
||||
QPushButton * cancel;
|
||||
|
||||
QGroupBox * shortcutsBox;
|
||||
|
||||
QSettings * settings;
|
||||
QSettings * previousSettings;
|
||||
|
||||
@ -56,6 +59,7 @@ protected slots:
|
||||
|
||||
signals:
|
||||
void optionsChanged();
|
||||
void editShortcuts();
|
||||
};
|
||||
|
||||
#endif // YACREADER_OPTIONS_DIALOG_H
|
||||
#endif // YACREADER_OPTIONS_DIALOG_H
|
||||
|
Reference in New Issue
Block a user