Re: [PyQt] QTableWidget Desperation!

2007-11-23 Thread Lawrence Shafer
OK, I'm a total ID10T! Two more lines did it! just when you give up after 3 hrs of struggle, it all comes together! Sorry! additional code; item = QtGui.QTableWidgetItem("simple text") self.tableWidget.setItem(0, 0, item) Lawrence Shafer wrote: I am tryin

[PyQt] QTableWidget Desperation!

2007-11-23 Thread Lawrence Shafer
I am trying to get the QTableWidget figured out. So far, adding data to the cells doesn't seem straightforward. I can't seem to find a good solid example that is simple, maybe because it's not simple! This is what I have so far, can you just give me an example of how to put simple text into on