def setStoredToolchainDict(self, toolchain_dict): toolchains = qvariant_converter.convertBoolDict(toolchain_dict) self._app_settings.setValue("toolchains", toolchains)
def setToolchains(self, toolchains): """ Stores the toolchains in the QSettings. """ self.settingsStore("toolchains", qvariant_converter.convertBoolDict(toolchains))