Gregor Kling schrieb:
> I have a MainWindow of which the Centralwidget consist of a Splitter
> with more Splitters in it.
>[...]
> Now what I want is, that each QTableWidget expands its QTableWidgetItems
> to the actual size
> of its respective Splitter.
> Does anyone have a clue how to do this ?
Hello,
I have a MainWindow of which the Centralwidget consist of a Splitter
with more Splitters in it.
self.adminListWidget = QTreeWidget()
self.adminInfoWidget = QTableWidget()
self.netInfoWidget = QTableWidget()
self.domainInfoWidget = QTableWidget()
self.infoSplitter = QSp