标签: python dictionary pyqt4 counter qtablewidget
我必须在QtableWidget中插入这种数据:
dict={'Something': Counter({'16091': 55, '16705': 15, '18534': 15, '6412': 15, '15058': 14, '9327': 11, '6417': 11, '15779': 10})}
我是pyqt和python的新手,所以有人可以帮忙吗? 谢谢!