mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
44 lines
1.5 KiB
C++
44 lines
1.5 KiB
C++
/****************************************************************************
|
|
**
|
|
** Qtitan Library by Developer Machines (Ribbon for Qt)
|
|
**
|
|
** Copyright (c) 2009-2010 Developer Machines (http://www.devmachines.com)
|
|
** ALL RIGHTS RESERVED
|
|
**
|
|
** The entire contents of this file is protected by copyright law and
|
|
** international treaties. Unauthorized reproduction, reverse-engineering
|
|
** and distribution of all or any portion of the code contained in this
|
|
** file is strictly prohibited and may result in severe civil and
|
|
** criminal penalties and will be prosecuted to the maximum extent
|
|
** possible under the law.
|
|
**
|
|
** RESTRICTIONS
|
|
**
|
|
** THE SOURCE CODE CONTAINED WITHIN THIS FILE AND ALL RELATED
|
|
** FILES OR ANY PORTION OF ITS CONTENTS SHALL AT NO TIME BE
|
|
** COPIED, TRANSFERRED, SOLD, DISTRIBUTED, OR OTHERWISE MADE
|
|
** AVAILABLE TO OTHER INDIVIDUALS WITHOUT WRITTEN CONSENT
|
|
** AND PERMISSION FROM DEVELOPER MACHINES
|
|
**
|
|
** CONSULT THE END USER LICENSE AGREEMENT FOR INFORMATION ON
|
|
** ADDITIONAL RESTRICTIONS.
|
|
**
|
|
****************************************************************************/
|
|
|
|
#include "QtnOfficeStyle.h"
|
|
|
|
#include "QtnRibbonMainWindow.h"
|
|
#include "QtnRibbonSystemPopupBar.h"
|
|
#include "QtnRibbonSliderPane.h"
|
|
#include "QtnRibbonBar.h"
|
|
#include "QtnRibbonGroup.h"
|
|
#include "QtnRibbonPage.h"
|
|
#include "QtnRibbonStatusBar.h"
|
|
#include "QtnRibbonStyle.h"
|
|
#include "QtnRibbonToolTip.h"
|
|
#include "QtnOfficePopupMenu.h"
|
|
#include "QtnOfficePopupColorButton.h"
|
|
|
|
using namespace Qtitan;
|
|
|