mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
a?adido #include <typeinfo> (compilaci?n Linux)
This commit is contained in:
27
YACReaderLibrary/options_dialog.h
Normal file
27
YACReaderLibrary/options_dialog.h
Normal file
@ -0,0 +1,27 @@
|
||||
#ifndef __OPTIONS_DIALOG_H
|
||||
#define __OPTIONS_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
#include <QPushButton>
|
||||
#include <QSlider>
|
||||
#include <QPushButton>
|
||||
#include <QRadioButton>
|
||||
#include <QCheckBox>
|
||||
#include <QSettings>
|
||||
#include "pictureflow.h"
|
||||
|
||||
#include "custom_widgets.h"
|
||||
|
||||
extern FlowType flowType;
|
||||
|
||||
class OptionsDialog : public YACReaderOptionsDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
OptionsDialog(QWidget * parent = 0);
|
||||
};
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user