资源简介
提供了非常有用的甘特图(包含: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-master\CHANGES
文件 51474 2017-03-03 02:14 KDChart-master\Doxyfile
文件 731 2017-03-03 02:14 KDChart-master\FindKDChart.cmake
文件 4064 2017-03-03 02:14 KDChart-master\INSTALL.txt
文件 54196 2017-03-03 02:14 KDChart-master\LICENSE.GPL.txt
文件 8065 2017-03-03 02:14 KDChart-master\LICENSE.US.txt
文件 5414 2017-03-03 02:14 KDChart-master\LICENSE.txt
文件 2402 2017-03-03 02:14 KDChart-master\README-commercial.txt
文件 2304 2017-03-03 02:14 KDChart-master\README.txt
文件 8786 2017-03-03 02:14 KDChart-master\configure.bat
文件 8442 2017-03-03 02:14 KDChart-master\configure.sh
目录 0 2017-03-03 02:14 KDChart-master\doc\
目录 0 2017-03-03 02:14 KDChart-master\doc\manual\
文件 7348626 2017-03-03 02:14 KDChart-master\doc\manual\kdchart.pdf
目录 0 2017-03-03 02:14 KDChart-master\doc\refman\
文件 4541 2017-03-03 02:14 KDChart-master\doc\refman\_chart_graphics_item_8cpp.html
文件 11446 2017-03-03 02:14 KDChart-master\doc\refman\_chart_graphics_item_8cpp_source.html
文件 5876 2017-03-03 02:14 KDChart-master\doc\refman\_chart_graphics_item_8h.html
文件 16203 2017-03-03 02:14 KDChart-master\doc\refman\_chart_graphics_item_8h_source.html
文件 6570 2017-03-03 02:14 KDChart-master\doc\refman\_k_d_chart_abstract_area_8cpp.html
文件 38303 2017-03-03 02:14 KDChart-master\doc\refman\_k_d_chart_abstract_area_8cpp_source.html
文件 6062 2017-03-03 02:14 KDChart-master\doc\refman\_k_d_chart_abstract_area_8h.html
文件 17630 2017-03-03 02:14 KDChart-master\doc\refman\_k_d_chart_abstract_area_8h_source.html
文件 7449 2017-03-03 02:14 KDChart-master\doc\refman\_k_d_chart_abstract_area_ba
文件 61449 2017-03-03 02:14 KDChart-master\doc\refman\_k_d_chart_abstract_area_ba
文件 6623 2017-03-03 02:14 KDChart-master\doc\refman\_k_d_chart_abstract_area_ba
文件 21520 2017-03-03 02:14 KDChart-master\doc\refman\_k_d_chart_abstract_area_ba
文件 6190 2017-03-03 02:14 KDChart-master\doc\refman\_k_d_chart_abstract_area_widget_8cpp.html
文件 42310 2017-03-03 02:14 KDChart-master\doc\refman\_k_d_chart_abstract_area_widget_8cpp_source.html
文件 5997 2017-03-03 02:14 KDChart-master\doc\refman\_k_d_chart_abstract_area_widget_8h.html
............此处省略3433个文件信息
- 上一篇:lora比较火,最全面的资料!
- 下一篇:VISIO各种图形图标大集合
评论
共有 条评论