Did you try Lykurg's suggestion: QBoxLayout::addSpacerItem() ?
If that didn't work for you, try adding a simple, empty QBoxLayout::addStretch() between adding your upper layout and slider widgets. This should work and will also keep you from hardcoding a "magic number" height and width for your spacer.
Bookmarks