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