Re: [mitk-users] Creating widgets from python

2015-10-07 Thread Luis J. Salvatierra
twidets accessible via python and >>>> didn't try this by now. >>>> We don't access PythonQT directly in MITK. We use the PythonWrapping from >>>> CTK that is based on PythonQT. >>>> You should be able to access the PythonQT tools directly by

Re: [mitk-users] Creating widgets from python

2015-10-07 Thread Rostislav Khlebnikov
t;> Best, >>> Eric >>> >>> -Ursprüngliche Nachricht- >>> Von: Rostislav Khlebnikov [mailto:[email protected]] >>> Gesendet: Mittwoch, 23. September 2015 17:53 >>> An: [email protected] >>> Betreff: Re

Re: [mitk-users] Creating widgets from python

2015-10-07 Thread Luis J. Salvatierra
gt;> Eric >> >> -Ursprüngliche Nachricht- >> Von: Rostislav Khlebnikov [mailto:[email protected]] >> Gesendet: Mittwoch, 23. September 2015 17:53 >> An: [email protected] >> Betreff: Re: [mitk-users] Creating widgets from pyth

Re: [mitk-users] Creating widgets from python

2015-10-07 Thread Rostislav Khlebnikov
> Best, > Eric > > -Ursprüngliche Nachricht- > Von: Rostislav Khlebnikov [mailto:[email protected]] > Gesendet: Mittwoch, 23. September 2015 17:53 > An: [email protected] > Betreff: Re: [mitk-users] Creating widgets from python > &

Re: [mitk-users] Creating widgets from python

2015-10-07 Thread Heim, Eric
porting/copying them into your python runtime. Best, Eric -Ursprüngliche Nachricht- Von: Rostislav Khlebnikov [mailto:[email protected]] Gesendet: Mittwoch, 23. September 2015 17:53 An: [email protected] Betreff: Re: [mitk-users] Creating widgets from python It

Re: [mitk-users] Creating widgets from python

2015-09-23 Thread Rostislav Khlebnikov
It would be great to get QWidgets in as well. So if you have any pointers - please let me know On 23/09/2015 16:41, Rostislav Khlebnikov wrote: > Hi guys, > > I am trying to let the advanced user the ability to create some widgets > from the python code. > Could you please tell me how can I achie

[mitk-users] Creating widgets from python

2015-09-23 Thread Rostislav Khlebnikov
Hi guys, I am trying to let the advanced user the ability to create some widgets from the python code. Could you please tell me how can I achieve this? I have enabled the CTK_LIB_Scripting/Python/Core_PYTHONQT_WRAP_QTUITOOLS which makes pythonQt wrap the QtUiTools which seemingly will let me ac