QILabelSeparator.h revision f40651fec68d81e2bf7503e4db1b2c7146728f63
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * VBox frontends: Qt GUI ("VirtualBox"):
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * VirtualBox Qt extensions: QILabelSeparator class declaration
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * Copyright (C) 2008 Sun Microsystems, Inc.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * This file is part of VirtualBox Open Source Edition (OSE), as
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * available from http://www.virtualbox.org. This file is free software;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * you can redistribute it and/or modify it under the terms of the GNU
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * General Public License (GPL) as published by the Free Software
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * Foundation, in version 2 as it comes in the "COPYING" file of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * Clara, CA 95054 USA or visit http://www.sun.com if you need
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe * additional information or have any questions.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe/* Qt includes */
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe QILabelSeparator (QWidget *aParent = NULL, Qt::WindowFlags aFlags = 0);
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe QILabelSeparator (const QString &aText, QWidget *aParent = NULL, Qt::WindowFlags aFlags = 0);
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe /* Protected member vars */
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#endif // __QILabelSeparator_h__