Re: Newbie-Questions: Solving Basic Layout Issues

2011-07-14 Thread David Jarvie
On Thu, July 14, 2011 2:06 pm, Torbjoern Klatt wrote: > On Wednesday 13 July 2011 (12:47:23) Christopher Reichert wrote: >> > 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

Re: Newbie-Questions: Solving Basic Layout Issues

2011-07-14 Thread Torbjoern Klatt
On Wednesday 13 July 2011 (12:47:23) Christopher Reichert wrote: > > 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

Re: Newbie-Questions: Solving Basic Layout Issues

2011-07-14 Thread David Jarvie
On Wed, July 13, 2011 6:47 pm, Christopher Reichert wrote: >> 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 t

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