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

QY2LayoutUtils.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |
00003 |                      __   __    ____ _____ ____                      |
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |
00005 |                       \ V / _` \___ \ | |   __) |                    |
00006 |                        | | (_| |___) || |  / __/                     |
00007 |                        |_|\__,_|____/ |_| |_____|                    |
00008 |                                                                      |
00009 |                          contributed Qt widgets                      |
00010 |                                                        (C) SuSE GmbH |
00011 \----------------------------------------------------------------------/
00012 
00013   File:       QY2LayoutUtils.h
00014 
00015   Author:     Stefan Hundhammer <sh@suse.de>
00016 
00017   These are pure Qt functions - they can be used independently of YaST2.
00018 
00019 /-*/
00020 
00021 // -*- c++ -*-
00022 
00023 #ifndef QY2LayoutUtils_h
00024 #define QY2LayoutUtils_h
00025 
00026 class QWidget;
00027 
00028 
00032 QWidget * addVStretch( QWidget * parent );
00033 
00037 QWidget * addHStretch( QWidget * parent );
00038 
00042 QWidget * addVSpacing( QWidget * parent, int height = 8 );
00043 
00047 QWidget * addHSpacing( QWidget * parent, int width = 8 );
00048 
00049 
00050 #endif // ifndef QY2LayoutUtils_h

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