> 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 should be a lot smaller and the big gab should > be below the subsequent LineEdit at the bottom. > The same issue is on the second tab with the QLabel named "Output". > > My question now: What is the best way of solving these issues? > > I guess, I do not have to mention, that hard coding width and height of the > objects is not an option.
As far as I can tell you need to set the size policy for the widgets that you wish to be longer (or shorter). http://doc.qt.nokia.com/latest/qwidget.html#sizePolicy-prop >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<