c++ - Is it possible to show two different dialog window in one window on Qt? -


i have different dialog windows in qt project. in case want show 2 different windows on 1 page. know widgets able that. not know how can implement this.

is know or can give me example that?

you can use qmdiarea qmdiarea exemple here


Comments