Ok,
supposing that the frame name is : FrameMain
i could use :
frame->setStyleSheet("#MainFrame { border: 5px solid black; }");
Have I understood correctly ?
Thanks for your support !!!!
Ok,
supposing that the frame name is : FrameMain
i could use :
frame->setStyleSheet("#MainFrame { border: 5px solid black; }");
Have I understood correctly ?
Thanks for your support !!!!
No, you have to use "#FrameMain" and not "#MainFrame".
Ok Thank You for your precious support !!!
Bookmarks