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

YQSpacing.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:       YQSpacing.h
00014 
00015   Author:     Stefan Hundhammer <sh@suse.de>
00016 
00017 /-*/
00018 
00019 // -*- c++ -*-
00020 
00021 #ifndef YQSpacing_h
00022 #define YQSpacing_h
00023 
00024 #include <qwidget.h>
00025 #include "YSpacing.h"
00026 
00027 
00028 class YQSpacing : public QWidget, public YSpacing
00029 {
00030     Q_OBJECT
00031 
00032 public:
00036     YQSpacing( QWidget *                parent,
00037                const YWidgetOpt &       opt,
00038                float                    size,
00039                bool                     horizontal,
00040                bool                     vertical );
00041 
00046     void setSize( long newWidth, long newHeight );
00047 };
00048 
00049 #endif // YQSpacing_h

Generated on Wed Sep 14 10:59:02 2005 for yast2-qt by  doxygen 1.4.4