Exemple #1
0
 def networkAccessibleChangedSlot(self, status):
     """
     When we lost the network we switch to another available network
     """
     if status == self.Accessible:
         return
     self.setConfiguration(QtNetwork.QNetworkConfigurationManager().defaultConfiguration())