PyQt4或PyQt5中QVector可以替代吗?

时间:2019-05-07 13:15:33

标签: python pyqt5 pyqt4

我需要在PyQt4中使用Vector,但不幸的是,PyQt4不包含它:

rects = QVector(region.rects())
data = QVector();
for rect in rects.count():
  r = QRect(rect)
  data << r.x() << r.y() << r.width() << r.height()

0 个答案:

没有答案