__init__( * args, ** kwargs) w = QListWidget() for n in range(8): i = QListWidgetItem('%s' % n) i.setBackground(QColor(colors[n])) w.
確定! 回上一頁