Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155974 | Differences between
and this patch

Collapse All | Expand All

(-)GUI_SRC_3.2.6/src/SALOME_PYQT/SalomePyQt/SalomePyQt_v4.sip (+37 lines)
Lines 63-68 Link Here
63
  PT_User
63
  PT_User
64
};
64
};
65
65
66
%ModuleCode
67
68
enum MenuName {
69
  File        = 1,
70
  View        = 2,
71
  Edit        = 3,
72
  Preferences = 4,
73
  Tools       = 5,
74
  Window      = 6,
75
  Help        = 7  
76
};
77
78
enum WindowType {
79
  WT_ObjectBrowser,
80
  WT_PyConsole,
81
  WT_LogWindow,
82
  WT_User
83
};
84
85
enum PrefType { 
86
  PT_Space,
87
  PT_Bool, 
88
  PT_Color,
89
  PT_String, 
90
  PT_Selector, 
91
  PT_DblSpin, 
92
  PT_IntSpin, 
93
  PT_Double, 
94
  PT_Integer, 
95
  PT_GroupBox, 
96
  PT_Font, 
97
  PT_DirList, 
98
  PT_File, 
99
  PT_User
100
};
101
%End
102
66
class QtxAction : QAction
103
class QtxAction : QAction
67
{
104
{
68
%TypeHeaderCode
105
%TypeHeaderCode

Return to bug 155974