Download List

專案描述

Qanava is a C++ library designed to display graphs on a Qt canvas. Qanava provide classes to generate various layouts of directed graphs and visualize their nodes with custom styles on a graphic canvas. Qanava is designed for applications with basic graph visualization needs such as Gantt charts, social networks, and document or network modelling applications. It is not meant for a complex interactive visualization of very large data sets.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-01-09 04:29
0.0.5

This release comes with a preliminary graph editor that can load Pajek graph files to test its layout algorithms. The undirected graph layout algorithm has been greatly improved, and many bugs and memory leaks are now corrected.
標籤: Major feature enhancements

2005-11-30 11:17
0.0.4

Qanava has been ported to Qt4 and now uses the
Interview framework to expose the graph and get
canvas view data. The undirected graph layout
algorithm has been greatly improved, and many of
the graph module interfaces have been cleaned up.
A new test application has been added to
demonstrate how to display an existing Qt abstract
item model (such as directory model).
標籤: Major feature enhancements

2005-09-06 15:21
0.0.3

Major code cleanups and modifications were made in
the library internals to suppress the BOOST
dependency. Qanava is now depends on the Qt
library. Minor compiler issues with GCC 4 were
fixed.
標籤: Minor feature enhancements

2005-06-27 00:24
0.0.2

Major code cleanups in the canvas view module and a new
canvas navigation, zooming, and panning system. This
release also fix some serious GCC compilation problems.
標籤: Major feature enhancements

2005-06-19 13:32
0.0.1

標籤: Initial freshmeat announcement

Project Resources