On 2022/2/13 20:20, Martin Koller wrote:
I already tried this but it did not solve the issue.
This code snippet works on my system. Please have a try. ```cpp dialog = new KCMultiDialog();KPluginMetaData module(QPluginLoader("plasma/kcms/systemsettings/kcm_bluetooth"));
if (!module.name().isEmpty())
dialog->addModule(module);
dialog->show();
```
