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

YQLabel.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:       YQLabel.h
00014 
00015   Author:     Mathias Kettner <kettner@suse.de>
00016   Maintainer: Stefan Hundhammer <sh@suse.de>
00017 
00018 /-*/
00019 
00020 // -*- c++ -*-
00021 
00022 #ifndef YQLabel_h
00023 #define YQLabel_h
00024 
00025 #include <qlabel.h>
00026 #include <ycp/YCPString.h>
00027 
00028 #include "YLabel.h"
00029 
00030 
00031 class YQLabel : public QLabel, public YLabel
00032 {
00033     Q_OBJECT
00034 
00035 public:
00036 
00040     YQLabel( QWidget *                  parent,
00041              const YWidgetOpt &         opt,
00042              YCPString                  text );
00043 
00049     void setEnabling( bool enabled );
00050 
00056     long nicesize( YUIDimension dim );
00057 
00061     void setSize( long newWidth, long newHeight );
00062 
00066     void setLabel( const YCPString & label );
00067 };
00068 
00069 
00070 #endif // YQLabel_h

Generated on Fri Oct 14 19:03:46 2005 for yast2-qt by doxygen 1.3.6