67 |
67 |
68 def __refreshNetworkEntry(self, itm): |
68 def __refreshNetworkEntry(self, itm): |
69 """ |
69 """ |
70 Private method to (re-)set the data of a network entry. |
70 Private method to (re-)set the data of a network entry. |
71 |
71 |
72 @oaram itm reference to the network entry (QTreeWidgetItem) |
72 @param itm reference to the network entry (QTreeWidgetItem) |
73 """ |
73 """ |
74 # step 1: delete all child entries |
74 # step 1: delete all child entries |
75 children = itm.takeChildren() |
75 children = itm.takeChildren() |
76 for child in children: |
76 for child in children: |
77 del child |
77 del child |