How Can I put a widget inside a Frame or a Container
Unsolved
General and Desktop
-
My Colleague has written This Piece of code,and I'm supposed to build User Interface to contain his part and add some buttons on that, how can I put his Widget inside a frame to keep a space to my buttons ?
QLayout *map = layout(); map->addWidget(m_mapView); this->setLayout(map);
-
Hi,
What is his widget ?
What do you want to do with it ?
What should your UI look like ?