Static cast : Pass QWidget and grab Custom class out that

/* Pass QWidget and grab MainWindow out that */
 
Pane::Pane(QWidget *parent) : QFrame (parent){
 
 mainWindow = static_cast<MainWindow*>(parent);
 
}
Category(s): Qt

Leave a Reply

Your email address will not be published. Required fields are marked *

*

 

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">