Hi, Li

You need to supply us with some sourcecode to help you with that. Often the
thing to do is to start with a stripped down version of what works, and then
incrementally add more and more code until you see what calls makes it go
wrong.

Regards,
Helge Fredriksen

On Sat, Dec 11, 2010 at 1:33 AM, Zhongmiao Li <mars.le...@gmail.com> wrote:

> 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
> qt-jambi-inter...@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
>
>
_______________________________________________
Qt-jambi-interest mailing list
Qt-jambi-interest@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-jambi-interest

Reply via email to