我对此QDataWidgetMapper not working with QLabels提出了类似的问题。你是如何在PYQT5中做到的。
答案 0 :(得分:0)
这是由eyllanesc回答的。非常感谢。
"如果你没有改善你的问题,那么我无法帮助你,花时间去做,因为我已经把它建议你了。将self._dataMapper.addMapping(self.lable,2," text")更改为self._dataMapper.addMapping(self.lable,2,b" text")"