Greetings all,
Is there any widget to separate two QWidgets and also give full focus to a one widget.
As shown in following figure ?

Thanks in advance,
umanga
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How about QSplitter?
QWidget 1, for exmaple,
QListView. QWidget 2 is a combination ofQWidgets (the left part is simpleQPushButtonwith show/hide caption, and the right part another widget)… All you have to do, is to hide your QWidget2 when user clicked onQPushButton…If you need an example, I may post it.
Updated
main.cpp
splitter.h
splitter.cpp