Re: [PyQt] call method doesn't work if it has QScintilla instance

2012-10-14 Thread Detlev Offenbach
Still cannot run it because sciPythonEditor.py includes this import statement from qgis.utils import iface Further more, the code you sent doesn have a prefChanged() method anywhere. On Sunday 14 October 2012, 15:14:19 Salvatore Larosa wrote: Hi, very odd, you should be able to run it also wi

[PyQt] call method doesn't work if it has QScintilla instance

2012-10-14 Thread Salvatore Larosa
I have a small problem in defining/calling an external method in my application. I have 3 files, mainapp.py, qscintilla.py and settings.py in mainapp.py: from qscintilla import sciEditor from settings import dialog in setting.py (settings dialog): from qscintilla import sciEditor in qscintilla