Hi Friends
I m trying to develop a application that receives data on some socket and based on that create some graph on QScrollArea in my dialog but when that graph is increasing in size scrollbars are not visible in area.The grapht is a general QWidget only that is created dynamically.Every time data comes on socket we are calling the paintEvent of QWidget.that draws the graph.