92 .format(item.text())) |
92 .format(item.text())) |
93 |
93 |
94 def __saveDeviceData(self): |
94 def __saveDeviceData(self): |
95 """ |
95 """ |
96 Private method to save the device data. |
96 Private method to save the device data. |
|
97 |
|
98 @return flag indicating a successful save |
|
99 @rtype bool |
97 """ |
100 """ |
98 devices = [] |
101 devices = [] |
99 |
102 |
100 for row in range(self.deviceList.count()): |
103 for row in range(self.deviceList.count()): |
101 devices.append(self.deviceList.item(row).data( |
104 devices.append(self.deviceList.item(row).data( |