Thanks, that worked! I was able to do it with from Qt Creator itself, place widget and label inside another widget and setting the grid layout.
If someone else is doing similar thing, another nice thing I did to to set the layout nice is for QLabel, I set the vertical sizePolicy to maximum and horizental sizePolicy to 'ignored'. This created the perfect layout that I wanted otherwise the QLabel will take more space in the division.