please wait for actualization from repository.
if the problem will existing in new version, then i need the settings file of your project. but i think, it's bug or any mistake in the libhttrack, in this case i'll write the ticket for Xavier Roche (developer of libhttrack) - Jun 01 2014
in other case (if library is installed), configuration of cmake must find the path to the library. /usr/lib/ , or /usr/local/lib/ , or... - Apr 06 2013

Qt Widgets by sintegrial 2 comments
replaced in BarChartPlotter::drawContent
// QPen pen(qvariant_cast<QColor>(m_model->headerData(j, Qt::Vertical, Qt::ForegroundRole)));
// QBrush brush(qvariant_cast<QBrush>(m_model->headerData(j, Qt::Vertical, Qt::BackgroundRole)));
QPen pen(qvariant_cast<QColor>(m_model->data(m_model->index(j,i), Qt::ForegroundRole)));
QBrush brush(qvariant_cast<QBrush>(m_model->data(m_model->index(j,i), Qt::BackgroundRole)));
this solution i need for colorized displaing of percent information, f. ex: about 35% is red and so on - Aug 03 2012

Qt Widgets by sintegrial 2 comments
Many thanks for this project. :)
My question: i try to colorize the separate items of the chart, for example:
itemModel->setData(itemModel->index(i, j), Qt::red, Qt::BackgroundRole);
or
itemModel->setData(itemModel->index(i, j), Qt::blue, Qt::ForegroundRole);
and the objects are not colorized. what is wrong?
thank you! - Aug 03 2012

Developers Apps by Karbofos 5 comments

Developers Apps by Karbofos 5 comments
This Qt4 based version i make non-commercial, of course.
best regards from Hanover :) - Jun 11 2010

Developers Apps by Karbofos 5 comments
sorry for delaying. - Jun 10 2010

Network by Amine27 18 comments
but our edit window can be extended with icons. :)
- Jul 14 2009

Network by Amine27 18 comments
i think it will be ready at calendar week 30-31.
please be patient. :) - Jul 06 2009

Network by Amine27 18 comments
if any distribution have another version of qt4, then it can be problematic. Example: compiled with version 4.4.3 and user start the application with version 4.3.x and so.
of course, better way is to compile source code at local machine. or to compile for exactly version of qt libraries. - Jan 23 2009

Network by Amine27 18 comments
best regards! - Jan 22 2009