Florian Link

Results 17 comments of Florian Link

As always, I can‘t easily share the data... will try to create one artificially... P.S. thanks I‘m fine, working on client side dicom anonymization before uploading... On Thu 25. Jun...

I created an artificial DCM file, you can use it without restrictions (I don't know how to add it to the data repository) [testZeroPaddedPatientName.zip](https://github.com/dcmjs-org/dcmjs/files/4852068/testZeroPaddedPatientName.zip) The PatientName of the file contains...

I think the main problem is that the api_key REST API does not take a userId but uses the userId of the currently logged in user. The REST API api_key...

No, we have not looked at Qt 6 yet. But I guess basic features like the moc and signals slots will stay, so it should not be hard to keep...

No, I am probably the only one you can ask... florianlink at google mail On Fri 6. Nov 2020 at 16:29, Murmele wrote: > I'm interested in helping port to...

Probably some newer C++ features that the generator parser stumbles over... I did not yet look into it. On Wed 30. Dec 2020 at 21:57, David K. Hess wrote: >...

Well, eventually MeVisLab will switch to Qt6, at which point we will surely port PythonQt… but I can’t tell when MeVisLab will switch or someone else looks into this… as...

Sorry, I overlooked this... Slots have the following methods, which return tuples for all overloads: parameterTypes", (PyCFunction)PythonQtSlotFunction_parameterTypes, METH_NOARGS, "Returns a tuple of tuples of the C++ parameter types for all...

I wonder why that class has itself as its parent, shouldn’t that be fixed? PythonQt traverses the Qt metaobject parent hierarchy and it should not be possible to have a...