[Printing-architecture] Coding the Common Printing Dialog and its interface

Alex Wauck alex.wauck at gmail.com
Thu May 1 08:44:07 PDT 2008


Another comment:
Forcing the columns to be a particular height is not particularly easy in Qt
(I don't know how difficult it is in GTK+), and it leads to unexpected
behavior when resizing the dialog.  Specifically, some resize operations are
not possible, and the user may not like that.  Is it really necessary to
force column height?  Perhaps that part of the spec should be relaxed to a
preferred or minimum height instead of a required height.  I got it to work
in Qt by subclassing QGridLayout, but it's a bit of a hack, and a real
solution would likely be much more difficult.

Alex

On Wed, Apr 30, 2008 at 3:12 PM, Alex Wauck <alex.wauck at gmail.com> wrote:

> One comment so far: in the "dialog specification" section, it only mentions
> the three columns in the middle part of the dialog.  Then, in the "Dialog
> Zones Specification" section, it adds a zone that spans columns 2 and 3.
> That has very different consequences for the implementation than simply
> having three columns.  It looks like the level 3 dialog always has that
> zone, so perhaps the first specification should mention it?
>
> Alex
>
>
> On Wed, Apr 30, 2008 at 1:33 PM, Till Kamppeter <till.kamppeter at gmail.com>
> wrote:
>
>> Till Kamppeter wrote:
>>
>>> 3. How the OpenUsability dialog itself has to look like and how it is
>>>   operated.
>>>
>>>    - See Peter Sikking's blog
>>>      http://www.mmiworks.net/eng/publications/labels/openPrinting.html
>>>    - Peter is working with a student on the specs.
>>>
>>>
>> Peter has started to write down the specs here:
>>
>> http://wiki.openusability.org/printing/index.php/Specification
>>
>>   Till
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linux-foundation.org/pipermail/printing-architecture/attachments/20080501/35fec529/attachment.htm 


More information about the Printing-architecture mailing list