ysx1993

Results 13 issues of ysx1993

![Snipaste_2022-07-06_08-54-39](https://user-images.githubusercontent.com/12573603/177440299-074249de-55d0-4898-8ff2-21e6e24fe9df.png)

Similar to the extensionsInitialized interface in the QtCreator plug-in.

void ctkPluginFrameworkLauncher::setFrameworkProperties(const ctkProperties& props) { ctkPluginFrameworkProperties::setProperties(props); // Should we add the following code? // Because 'install()' and 'start()' used it. **d->fwProps = props;** }

Is there only one way to parse the 'Require-Plugin'?

When the plug-in framework stops, the 'configadmin' plug-in may stop before plug-ins that need to be saved, so you cannot use 'configadmin' service to save the configuration in the stop()...

My program plug-ins include coreplugin.dll and testplugin.dll, testplugin.dll is dependent on coreplugin.dll, the program first started without any problems, CTK records plug-in information to the configuration folder, but when I...

When the user starts my program for the first time, the configuration folder will be created. When the user moves my program to other locations, my program cannot start

What's the difference between the blue line, the green line and the red line? Blue line: logical control Green line: data control red line: ??? Can you answer my question,...

My Qt version is 5.4.2.

I use QCadCam software to create a DXF file about CAM, and this DXF file contains some cam-related data, some of the data is in the block entity, and then...