yacreader/YACReaderLibrary/options_dialog.h
Luis Ángel San Martín 50c8eca7c4 added shortcuts management support
TODO: integrate it in YACReader
TODO: add icons for groups
TODO: add conflicts detection
TODO: fix any shortcut used in keyPressEvent
TODO: choose new default shortcuts (F5 update, F11 fullscreen, etc...)
2014-07-17 22:30:03 +02:00

21 lines
335 B
C++

#ifndef __OPTIONS_DIALOG_H
#define __OPTIONS_DIALOG_H
#include "yacreader_options_dialog.h"
#include "yacreader_global.h"
using namespace YACReader;
class OptionsDialog : public YACReaderOptionsDialog
{
Q_OBJECT
public:
OptionsDialog(QWidget * parent = 0);
signals:
void editShortcuts();
};
#endif