QWidget (parent) _layout = QtGui.QVBoxLayout() for n in range(0,10): _btn = QtGui.QPushButton("test {}".format(n), parent) _layout.
確定! 回上一頁