kdChart源码


提供了非常有用的甘特图(包含:Gantt charts),以及流行的图表:条形图、折线图、饼图。通过使用 KDChartWidget,可以简单地将图表集成到 Qt 应用程序。
资源截图
代码片段和文件信息
/****************************************************************************
** Copyright (C) 2001-2016 Klaralvdalens Datakonsult AB.  All rights reserved.
**
** This file is part of the KD Chart library.
**
** Licensees holding valid commercial KD Chart licenses may use this file in
** accordance with the KD Chart Commercial License Agreement provided with
** the Software.
**
**
** This file may be distributed and/or modified under the terms of the
** GNU General Public License version 2 and version 3 as published by the
** Free Software Foundation and appearing in the file LICENSE.GPL.txt included.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND INCLUDING THE
** WARRANTY OF DESIGN MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
** Contact info@kdab.com if any conditions of this licensing are not
** clear to you.
**
**********************************************************************/

#include 
#include “mainwindow.h“

int main( int argc char** argv )
{
    QApplication app( argc argv );

    MainWindow mainWindow;
    mainWindow.show();

    return app.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-03-03 02:14  KDChart-master
     文件        1243  2017-03-03 02:14  KDChart-masterCHANGES
     文件       51474  2017-03-03 02:14  KDChart-masterDoxyfile
     文件         731  2017-03-03 02:14  KDChart-masterFindKDChart.cmake
     文件        4064  2017-03-03 02:14  KDChart-masterINSTALL.txt
     文件       54196  2017-03-03 02:14  KDChart-masterLICENSE.GPL.txt
     文件        8065  2017-03-03 02:14  KDChart-masterLICENSE.US.txt
     文件        5414  2017-03-03 02:14  KDChart-masterLICENSE.txt
     文件        2402  2017-03-03 02:14  KDChart-masterREADME-commercial.txt
     文件        2304  2017-03-03 02:14  KDChart-masterREADME.txt
     文件        8786  2017-03-03 02:14  KDChart-masterconfigure.bat
     文件        8442  2017-03-03 02:14  KDChart-masterconfigure.sh
     目录           0  2017-03-03 02:14  KDChart-masterdoc
     目录           0  2017-03-03 02:14  KDChart-masterdocmanual
     文件     7348626  2017-03-03 02:14  KDChart-masterdocmanualkdchart.pdf
     目录           0  2017-03-03 02:14  KDChart-masterdoc
efman
     文件        4541  2017-03-03 02:14  KDChart-masterdoc
efman\_chart_graphics_item_8cpp.html
     文件       11446  2017-03-03 02:14  KDChart-masterdoc
efman\_chart_graphics_item_8cpp_source.html
     文件        5876  2017-03-03 02:14  KDChart-masterdoc
efman\_chart_graphics_item_8h.html
     文件       16203  2017-03-03 02:14  KDChart-masterdoc
efman\_chart_graphics_item_8h_source.html
     文件        6570  2017-03-03 02:14  KDChart-masterdoc
efman\_k_d_chart_abstract_area_8cpp.html
     文件       38303  2017-03-03 02:14  KDChart-masterdoc
efman\_k_d_chart_abstract_area_8cpp_source.html
     文件        6062  2017-03-03 02:14  KDChart-masterdoc
efman\_k_d_chart_abstract_area_8h.html
     文件       17630  2017-03-03 02:14  KDChart-masterdoc
efman\_k_d_chart_abstract_area_8h_source.html
     文件        7449  2017-03-03 02:14  KDChart-masterdoc
efman\_k_d_chart_abstract_area_base_8cpp.html
     文件       61449  2017-03-03 02:14  KDChart-masterdoc
efman\_k_d_chart_abstract_area_base_8cpp_source.html
     文件        6623  2017-03-03 02:14  KDChart-masterdoc
efman\_k_d_chart_abstract_area_base_8h.html
     文件       21520  2017-03-03 02:14  KDChart-masterdoc
efman\_k_d_chart_abstract_area_base_8h_source.html
     文件        6190  2017-03-03 02:14  KDChart-masterdoc
efman\_k_d_chart_abstract_area_widget_8cpp.html
     文件       42310  2017-03-03 02:14  KDChart-masterdoc
efman\_k_d_chart_abstract_area_widget_8cpp_source.html
     文件        5997  2017-03-03 02:14  KDChart-masterdoc
efman\_k_d_chart_abstract_area_widget_8h.html
............此处省略3433个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)