> On 31 Jan 2020, at 03:38, Souvik Dutta wrote:
>
> Hi,
> I want to add a QTableWidget to an existing window with other labels and
> button. How can I add the QTableWidget without having to set it as
> centralwidget and be able to move it and set geometry. Because I am not
> being able to move
QTableView is recommended, what pyqt version are you using?
On Fri, 31 Jan 2020, 07:35 Souvik Dutta, wrote:
> Hi,
> I want to add a QTableWidget to an existing window with other labels and
> button. How can I add the QTableWidget without having to set it as
> centralwidget and be able to move it
Hi,
I want to add a QTableWidget to an existing window with other labels and
button. How can I add the QTableWidget without having to set it as
centralwidget and be able to move it and set geometry. Because I am not
being able to move the central widget by using
self.centralwidget.setGeometry . The