PDA

View Full Version : How create such information boxes?



NorthGod
25th June 2014, 11:06
10444

Qt Creator is an excellent application and I am now wondering how to create such information box as showed in the figure. Would anyone tell which widget to use? Thanks.

anda_skoa
25th June 2014, 16:08
You mean a multipage widget?

QStackedWidget with custom page switcher or QTabWidget

Cheers,
_

NorthGod
25th June 2014, 17:32
Let me clarify that. Actually my focus is on how to implement the embedded buttons (clear, copy...) on top of the box.