#define PYEDITOR_EDITOR_H
#include <QPlainTextEdit>
+#include "PyEditor.h"
class PyEditor_PyHighlighter;
class PyEditor_Settings;
class QtxResourceMgr;
-class PyEditor_Editor : public QPlainTextEdit
+class PYEDITOR_EXPORT PyEditor_Editor : public QPlainTextEdit
{
Q_OBJECT
#define PYEDITOR_SETTINGS_H
#include <QFont>
+#include "PyEditor.h"
class QSettings;
class QtxResourceMgr;
const char* const FONT_FAMILY = "FontFamily";
const char* const FONT_SIZE = "FontSize";
-class PyEditor_Settings
+class PYEDITOR_EXPORT PyEditor_Settings
{
public:
PyEditor_Settings( QtxResourceMgr* = 0 , bool isSingle = true );
#define PYEDITOR_SETTINGSDLG_H
#include <QDialog>
+#include "PyEditor.h"
class PyEditor_Editor;
class QAbstractButton;
class QLabel;
class QSpinBox;
-class PyEditor_SettingsDlg : public QDialog
+class PYEDITOR_EXPORT PyEditor_SettingsDlg : public QDialog
{
Q_OBJECT
<translation>Pythonのエディタ:%M - ビューア:%V</translation>
</message>
</context>
-</context>
<context>
<name>PyViewer_ViewWindow</name>
</context>