372:237c3fe739f5 | 373:1299126510eb |
---|---|
452 def on_hexOutButton_clicked(self): | 452 def on_hexOutButton_clicked(self): |
453 """ | 453 """ |
454 Private slot to send a hexadecimal number. | 454 Private slot to send a hexadecimal number. |
455 """ | 455 """ |
456 self.insertNumber.emit(self.hexEdit.text()) | 456 self.insertNumber.emit(self.hexEdit.text()) |
457 | |
458 def setNumber(self, number): | |
459 """ | |
460 Public method to set the number. | |
461 """ | |
462 # TODO: implement this |