def setStoredToolchainDict(self, toolchain_dict):
     toolchains = qvariant_converter.convertBoolDict(toolchain_dict)
     self._app_settings.setValue("toolchains", toolchains)
Example #2
0
 def setStoredToolchainDict(self, toolchain_dict):
     toolchains = qvariant_converter.convertBoolDict(toolchain_dict)
     self._app_settings.setValue("toolchains", toolchains)
Example #3
0
 def setToolchains(self, toolchains):
     """
     Stores the toolchains in the QSettings.
     """
     self.settingsStore("toolchains", qvariant_converter.convertBoolDict(toolchains))
Example #4
0
 def setToolchains(self, toolchains):
     """
     Stores the toolchains in the QSettings.
     """
     self.settingsStore("toolchains",
                        qvariant_converter.convertBoolDict(toolchains))