Hi, everyone,

I'm using   an inherited class of QWidget in my program,  it has been in the
simplest form, which only contains a constructor
InheritedWidget(QWidget parent){
super(parent);
}
. But to my surprise, whatever I tried, I can not see it ( but I know it
exists because the button under it can not be clicked.).
However, if I just change its type to QWidget, it is visible.
Maybe because I did  many settings like  FramelessWidget,
 TransulanceBackground before, and the widget also inherits these attributes
automatically?  So can anyone help to me solve this? I can do nothing
further without solving this problem! Thanks very much!!!

-- 
Best regards
Li Zhongmiao
Digital Media, College of Computer Science, Zhejiang University
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to