Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

YQFrame.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |
00003 |                      __   __    ____ _____ ____                      |
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |
00005 |                       \ V / _` \___ \ | |   __) |                    |
00006 |                        | | (_| |___) || |  / __/                     |
00007 |                        |_|\__,_|____/ |_| |_____|                    |
00008 |                                                                      |
00009 |                               core system                            |
00010 |                                                        (C) SuSE GmbH |
00011 \----------------------------------------------------------------------/
00012 
00013   File:       YQFrame.h
00014 
00015   Author:     Stefan Hundhammer <sh@suse.de>
00016   Maintainer: Stefan Hundhammer <sh@suse.de>
00017 
00018 /-*/
00019 
00020 // -*- c++ -*-
00021 
00022 #ifndef YQFrame_h
00023 #define YQFrame_h
00024 
00025 #include <qgroupbox.h>
00026 
00027 #include "YFrame.h"
00028 
00029 class QWidget;
00030 
00031 class YQFrame : public QGroupBox, public YFrame
00032 {
00033     Q_OBJECT
00034 
00035 public:
00036 
00040     YQFrame( QWidget *                  parent,
00041              const YWidgetOpt &         opt,
00042              const YCPString &          label );
00043 
00049     void setEnabling( bool enabled );
00050 
00054     void setSize ( long newWidth, long newHeight );
00055 
00059     void setLabel( const YCPString & newLabel );
00060 
00066     long nicesize ( YUIDimension dim );
00067 
00068 
00069 protected:
00070 
00076     void childAdded( YWidget * child );
00077 };
00078 
00079 
00080 #endif // YQFrame_h

Generated on Wed Nov 12 06:11:15 2008 for yast2-qt by  doxygen 1.3.9.1