QTabWidget tabs on the vertical, but text in horizontal

后端 未结 3 707
独厮守ぢ
独厮守ぢ 2021-02-05 15:52

I\'m trying to make an app in C++ Qt with a sidebar like this one:

\"Finder's

But when making

3条回答
  •  萌比男神i
    2021-02-05 16:33

    You can use QListWidget to show the "tabs" (with some mods to make it look like you want) and QStackedWidget to handle switching between pages like normal tab widget does.

提交回复
热议问题