Trolltech Home | Qt-jambi-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-jambi-interest Archive, August 2006
Modified QTableView


Message 1 in thread

Hi,

I have started an implimentation of the idea I have been discussing, attached 
is a screenshot.  The whole idea is that the QTableView and QLabels are 
controlled by one widget and easily editable and extendable.  

I hope this helps you understand.  

David

Attachment:

Attachment: dump.jpg
Description: JPEG image


Message 2 in thread

David Naylor wrote:
> Hi,
> 
> I have started an implimentation of the idea I have been discussing, attached 
> is a screenshot.  The whole idea is that the QTableView and QLabels are 
> controlled by one widget and easily editable and extendable.  
> 
> I hope this helps you understand.  

Hi David,

I'm sorry, but I don't understand how this is different from a normal 
table. The screenshots below show something that could easily be done 
with a normal QTableView or QTreeView.

-
Gunnar


Message 3 in thread

On Thursday 31 August 2006 12:51, Gunnar Sletta wrote:
> David Naylor wrote:
> > Hi,
> >
> > I have started an implimentation of the idea I have been discussing,
> > attached is a screenshot.  The whole idea is that the QTableView and
> > QLabels are controlled by one widget and easily editable and extendable.
> >
> > I hope this helps you understand.
>
> Hi David,
>
> I'm sorry, but I don't understand how this is different from a normal
> table. The screenshots below show something that could easily be done
> with a normal QTableView or QTreeView.
>
> -
> Gunnar

Hi Gunnar

Is there a way to clearly indicate sections in a table?  I tried by doing it 
in a QTreeView but the header ended up being on column in length and not the 
whole way across the screen.  I think the easiest example is something along 
the lines of the widget view in the Qt Designer, where there is groupings and 
a list of individual items below, except I need a table of items.  

Thank you for taking your time to look at my e-mails

David