Re: QTableWidget help!!

2020-01-31 Thread Barry
> 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

Re: QTableWidget help!!

2020-01-31 Thread Abdur-Rahmaan Janhangeer
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

QTableWidget help!!

2020-01-30 Thread Souvik Dutta
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