Tianchi  v0.0.2 build 20130701
C++ library for Qt with VC & mingW
tianchi.h
浏览该文件的文档.
1 // **************************************************************************
2 // Tianchi C++ library for Qt (open source)
3 // 天池共享源码库
4 // 版权所有 (C) 天池共享源码库开发组
5 // 授权协议:请阅读天池共享源码库附带的授权协议
6 // **************************************************************************
7 // 文档说明:引用单元头文件
8 // ==========================================================================
9 // 开发日志:
10 // 日期 人员 说明
11 // --------------------------------------------------------------------------
12 // 2013.04.16 圣域天子 建立
13 // ==========================================================================
15 #ifndef TIANCHI_H
16 #define TIANCHI_H
17 
18 #include <tianchi/chinese/tcchinese.h>
19 
20 #include <tianchi/core/tcclasses.h>
21 #include <tianchi/core/tccommon.h>
22 #include <tianchi/core/tcstring.h>
23 #include <tianchi/core/tcutils.h>
27 #include <tianchi/core/tctuple.hpp>
28 
29 #include <tianchi/file/tcdir.h>
30 #include <tianchi/file/tcfile.h>
31 #include <tianchi/file/tcfileio.h>
32 #include <tianchi/file/tcjson.h>
33 #include <tianchi/file/tclog.h>
34 #include <tianchi/file/tcmsexcel.h>
35 #include <tianchi/file/tcexcelreader.h>
36 
37 #include <tianchi/gui/tcclicklabel.h>
38 #include <tianchi/gui/tcdateedit.h>
39 #include <tianchi/gui/tcflowlayout.h>
40 #include <tianchi/gui/tcformutils.h>
41 #include <tianchi/gui/tcgloweffect.h>
42 #include <tianchi/gui/tcguiutils.h>
43 #include <tianchi/gui/tcheadersetupdialog.h>
44 #include <tianchi/gui/tclineedit.h>
45 #include <tianchi/gui/tcmarqueelabel.h>
47 
48 #include <tianchi/network/tcdownloadhttp.h>
49 #include <tianchi/network/tcsingleinstance.h>
50 #include <tianchi/network/tcudp.h>
51 
52 #include <tianchi/os/tcos.h>
53 
54 #include <tianchi/sql/tcmssql.h>
55 #include <tianchi/sql/tcorcale.h>
56 #include <tianchi/sql/tcdatabase.h>
57 #include <tianchi/sql/tcdataaccess.h>
58 
59 #include <tianchi/widget/tctreeex.h>
60 
61 #endif // TIANCHI_H