Hi All
I have a issue where I need to add a framewidget to the mainwindow.I am writing the following code
But when I execute, the frame doesnt get displayed
/************************************************** *****************************/
FrameDisplay* display = new FrameDisplay;
QGridLayout* layout = new QGridLayout;
layout->setGeometry(20,140,231,300);
layout->addWidget(display);
display->show();
setLayout(layout);
/************************************************** *******************************/
Added after 25 minutes:
I need to have a image like the one thats attached
Bookmarks