aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/salome-gui/files/salome-gui-3.2.6_sip-4.1.7.patch')
-rw-r--r--sci-misc/salome-gui/files/salome-gui-3.2.6_sip-4.1.7.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/sci-misc/salome-gui/files/salome-gui-3.2.6_sip-4.1.7.patch b/sci-misc/salome-gui/files/salome-gui-3.2.6_sip-4.1.7.patch
new file mode 100644
index 000000000..f389a65a4
--- /dev/null
+++ b/sci-misc/salome-gui/files/salome-gui-3.2.6_sip-4.1.7.patch
@@ -0,0 +1,46 @@
+--- GUI_SRC_3.2.6/src/SALOME_PYQT/SalomePyQt/SalomePyQt_v4.sip 2007-12-21 23:04:12.000000000 +0100
++++ GUI_SRC_3.2.6/src/SALOME_PYQT/SalomePyQt/SalomePyQt_v4.sip 2007-12-21 23:05:26.000000000 +0100
+@@ -63,6 +63,43 @@
+ PT_User
+ };
+
++%ModuleCode
++
++enum MenuName {
++ File = 1,
++ View = 2,
++ Edit = 3,
++ Preferences = 4,
++ Tools = 5,
++ Window = 6,
++ Help = 7
++};
++
++enum WindowType {
++ WT_ObjectBrowser,
++ WT_PyConsole,
++ WT_LogWindow,
++ WT_User
++};
++
++enum PrefType {
++ PT_Space,
++ PT_Bool,
++ PT_Color,
++ PT_String,
++ PT_Selector,
++ PT_DblSpin,
++ PT_IntSpin,
++ PT_Double,
++ PT_Integer,
++ PT_GroupBox,
++ PT_Font,
++ PT_DirList,
++ PT_File,
++ PT_User
++};
++%End
++
+ class QtxAction : QAction
+ {
+ %TypeHeaderCode