Re: [mitk-users] Support Qt MetaObject in MITK project

2020-08-08 Thread Dinkelacker, Stefan
du.cn; mitk-users@lists.sourceforge.net Subject: RE: [mitk-users] Support Qt MetaObject in MITK project Hi, 1. Add your header file to MOC_H_FILES in files.cmake (double-check, case-sensitivity, path, everything correct?) 2. Derive from a QWidget or a subclass of it 3. Make sure that t

Re: [mitk-users] Support Qt MetaObject in MITK project

2020-08-07 Thread Dinkelacker, Stefan
20 9:44 AM To: mitk-users@lists.sourceforge.net Subject: [mitk-users] Support Qt MetaObject in MITK project Hi all, I'm new to MITK and want to develop an application using MITK as a toolkit and Qt as the GUI. It seems that the Step 6 in the tutorial fits my requirement best. The moc system

[mitk-users] Support Qt MetaObject in MITK project

2020-08-07 Thread pqpq
Hi all, I'm new to MITK and want to develop an application using MITK as a toolkit and Qt as the GUI. It seems that the Step 6 in the tutorial fits my requirement best. The moc system processes Step6.h file with a Q_OBJECT successfully and generates a moc_Step6.cpp file. But when I add my own