Re: [PyQt] QTableWidget in QSplitter

2008-03-24 Thread Aaron Digulla
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 ?

[PyQt] QTableWidget in QSplitter

2008-03-22 Thread Gregor Kling
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