]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Windows compatibility
authorana <ana@opencascade.com>
Tue, 7 Apr 2015 07:52:40 +0000 (10:52 +0300)
committerana <ana@opencascade.com>
Tue, 7 Apr 2015 07:52:40 +0000 (10:52 +0300)
src/PyEditor/PyEditor_Editor.h
src/PyEditor/PyEditor_Settings.h
src/PyEditor/PyEditor_SettingsDlg.h
src/PyViewer/resources/translations/PyViewer_msg_ja.ts

index ced9467a425ec3104d36c8d568d49fcce0487e86..a610ff9b09e95a4bee6184fbf37c8a1e66d026aa 100644 (file)
 #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
 
index 5efa018c5140a297c429587f3367aff8ded360bf..b5cbad18392d5da368c2fe0c2b637d4aff46f67d 100644 (file)
@@ -24,6 +24,7 @@
 #define PYEDITOR_SETTINGS_H
 
 #include <QFont>
+#include "PyEditor.h"
 
 class QSettings;
 class QtxResourceMgr;
@@ -40,7 +41,7 @@ const char* const NUM_COLUMNS        = "NumberColumns";
 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 );
index f585822acbba937dc03ab5ad7adfe2c658bc941c..971f1e9e548129564835b8ba75c38c8e57e9e88f 100644 (file)
@@ -24,6 +24,7 @@
 #define PYEDITOR_SETTINGSDLG_H
 
 #include <QDialog>
+#include "PyEditor.h"
 
 class PyEditor_Editor;
 class QAbstractButton;
@@ -34,7 +35,7 @@ class QFontComboBox;
 class QLabel;
 class QSpinBox;
 
-class PyEditor_SettingsDlg : public QDialog
+class PYEDITOR_EXPORT PyEditor_SettingsDlg : public QDialog
 {
   Q_OBJECT
 
index 711b492f9019e1696bd0e0322e259ef221c2928b..98c056d52888184ec15b5652d6f846ea696a2cff 100644 (file)
@@ -8,7 +8,6 @@
         <translation>Pythonのエディタ:%M - ビューア:%V</translation>
     </message>
 </context>
-</context>
 <context>
       <name>PyViewer_ViewWindow</name>
 </context>