Re: How do I design this interface?

2011-07-13 Thread Akarsh Simha
On Wed, Jul 13, 2011 at 09:04:44PM +0200, Aaron J. Seigo wrote: > On Monday, July 11, 2011 01:24:50 Akarsh Simha wrote: > > "What's interesting" box, that would programmatically generate a list > > of interesting objects that are visible from your location tonight > > (taking into account a bunch o

Re: How do I design this interface?

2011-07-13 Thread Aaron J. Seigo
On Monday, July 11, 2011 01:24:50 Akarsh Simha wrote: > "What's interesting" box, that would programmatically generate a list > of interesting objects that are visible from your location tonight > (taking into account a bunch of parameters including your equipment, > location, light pollution level

Re: Newbie-Questions: Solving Basic Layout Issues

2011-07-13 Thread Christopher Reichert
> In the first tab I see two issues: > The first is, that the LineEdit for the directory is a little to short. I > think, it would be nicer to be as long as the surrounding GroupBox. > The second is, that the space before and after the QLabel "Additional options > passed to tar:" is huge. That shou

Newbie-Questions: Solving Basic Layout Issues

2011-07-13 Thread Torbjoern Klatt
Hello all, I've just started learning to program with KDE and Qt. For this purpose I thought about a simple GUI application to back up a selection of the configuration files in ~/.kde/config. After reading in the source code of some existing KDE applications (mainly in g...@kde.org), I tried i