This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#include "../src/base/QtitanDef.h"
+43
View File
@@ -0,0 +1,43 @@
/****************************************************************************
**
** 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;
+1
View File
@@ -0,0 +1 @@
#include "../src/styles/QtnCommonStyle.h"
+1
View File
@@ -0,0 +1 @@
#include "../src/ribbon/QtnOfficeDefines.h"
@@ -0,0 +1 @@
#include "../src/ribbon/QtnOfficePopupColorButton.h"
@@ -0,0 +1 @@
#include "../src/ribbon/QtnOfficePopupMenu.h"
@@ -0,0 +1 @@
#include "../src/ribbon/QtnOfficePopupWindow.h"
+1
View File
@@ -0,0 +1 @@
#include "../src/styles/QtnOfficeStyle.h"
@@ -0,0 +1 @@
#include "../src/ribbon/QtnRibbonBackstageView.h"
+1
View File
@@ -0,0 +1 @@
#include "../src/ribbon/QtnRibbonBar.h"
+1
View File
@@ -0,0 +1 @@
#include "../src/ribbon/QtnRibbonGallery.h"
+2
View File
@@ -0,0 +1,2 @@
#include "../src/ribbon/QtnRibbonGroup.h"
@@ -0,0 +1 @@
#include "../src/ribbon/QtnRibbonMainWindow.h"
+1
View File
@@ -0,0 +1 @@
#include "../src/ribbon/QtnRibbonPage.h"
@@ -0,0 +1 @@
#include "../src/ribbon/QtnRibbonQuickAccessBar.h"
@@ -0,0 +1,2 @@
#include "../src/ribbon/QtnRibbonSliderPane.h"
@@ -0,0 +1,2 @@
#include "../src/ribbon/QtnRibbonStatusBar.h"
+1
View File
@@ -0,0 +1 @@
#include "../src/styles/QtnRibbonStyle.h"
@@ -0,0 +1 @@
#include "../src/ribbon/QtnRibbonSystemPopupBar.h"
+1
View File
@@ -0,0 +1 @@
#include "../src/ribbon/QtnRibbonToolTip.h"
+1
View File
@@ -0,0 +1 @@
#include "../src/styles/QtnStyleHelpers.h"