How to center widget inside QStackedLayout?

后端 未结 1 716
悲哀的现实
悲哀的现实 2021-01-25 05:31

I have a QProgressBar that I need to be centered inside QStackedLayout. How can I achieve it, given that QStackedLayout::setAlignment doesn\'t have any effect, and the widget is

1条回答
  •  抹茶落季
    2021-01-25 06:06

    Place the QProgressBar in a container (i.e. QWidget) that allows it to be centered with an additional layout.

    0 讨论(0)
提交回复
热议问题