Will adding a widget to the same grid location of a QGridLayout() effectively overwrite the previous widget?

后端 未结 0 645
盖世英雄少女心
盖世英雄少女心 2021-01-27 07:53

I have a grid layout with a widget in an arbitrary location, row 2 column 0)

layout = QGridLayout()
button = QPushButton("I\'m a button")
layout.addWidg         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题