<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#330033" bgcolor="#ffffff">
Had the "aha" feeling recently when finally getting a Table View to
work, so my display of spreadsheet-style data of more than a few
entries was actually blazing fast, instead of dog slow. Now I can
start to be more esoteric.... but where to start?<br>
<br>
Well, Excel and other spreadsheets have figured out how to allow
empty cells to the right of a cell to be used to display a cell
containing a long string. By default, PyQt doesn't seem to do
that. I've been googling around, but haven't come up with the right
search string or keywords (if there are any) to find any references
to doing such a thing in PyQt.<br>
<br>
It would be delightful to discover it is built-in, but that I
haven't found it in the PyQt documentation.<br>
<br>
Alternately, if anyone has any sample code or documentation pointers
to get me started, they would be appreciated.<br>
</body>
</html>