octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: spacing for the GUI wokspace viewer


From: Daniel J Sebald
Subject: Re: spacing for the GUI wokspace viewer
Date: Thu, 11 Apr 2013 14:25:05 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 04/11/2013 01:59 PM, John W. Eaton wrote:
On 04/11/2013 02:46 PM, Daniel J Sebald wrote:

Qt's scheme is that there is a "model" (the data), and a "view" which
handles displaying the model. To adjust the amount of whitespace around
table entries is probably done inside "workspace-viewer.cc".

Yeah, I understand that, but I don't know how to do it, which is why I'm
asking. Is it possible to adjust the spacing somehow? I don't the
methods to do it. I thought some Qt expert here would see immediately
what needs to be done.

The following did not seem to work for me.

I'll give it a try.


+ view->resizeColumnsToContents ();
+ view->resizeRowsToContents ();

Looks interesting.  Not sure this is it though.  I'll investigate.

Dan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]