
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This project is the result of writing a few applications by my small firm www.3electrons.com
ScriptWidget still is compiling but not supported anymore - use QtQuick instead.
If you like those components - please visit
http://www.3electrons.com/www/en/news/16.html
and consider donation.
6 years ago
2014-02-07 rev 257
Minor changes
Qt5 and Qt4 supported.
MSVS 2012 Supported
MinGW 32-bit supported
Minor compiling problems resolved.
In case you are going to contact me please use tomek(at)3electrons.com
2009-12-16 rev. 234
Added support for MSV 2008 and very initial support for Symbian.
Few minor bugs fixed.
2009-04-23 rev. 229
Added new resources in resources/widgets/dials/dials.svg
Plans are to make those widgets alive and create bigger library of widgets based on
svg themes.
2008-11-26 rev. 224
Added make install for linux - any comments and/or bugfixes for other systems
warmly welcomed.
Added PotentioMeter with 4 predefined svg themes.
PotentioMeter is still expermimental so use it with caution.
Added alternative theme for Counter in test program.
More info about themes in potentiometer.h and counter.h
2008-11-05 rev 217
Fixed all remaining and founded references where end iterator was used. What
caused crash with MsVisual.
2008-11-03 rev 215.
Fixed last error in poprper way - shame to say but I screw up
Valentin fix.
2008-10-29 rev. 214
Fixed ScaleGridDecorator::paintYScale() MsVisual crash.
Thanks Valentin ;).
6 years ago
2014-02-07 rev 257
Minor changes
Qt5 and Qt4 supported.
MSVS 2012 Supported
MinGW 32-bit supported
Minor compiling problems resolved.
In case you are going to contact me please use tomek(at)3electrons.com
2009-12-16 rev. 234
Added support for MSV 2008 and very initial support for Symbian.
Few minor bugs fixed.
2009-04-23 rev. 229
Added new resources in resources/widgets/dials/dials.svg
Plans are to make those widgets alive and create bigger library of widgets based on
svg themes.
2008-11-26 rev. 224
Added make install for linux - any comments and/or bugfixes for other systems
warmly welcomed.
Added PotentioMeter with 4 predefined svg themes.
PotentioMeter is still expermimental so use it with caution.
Added alternative theme for Counter in test program.
More info about themes in potentiometer.h and counter.h
2008-11-05 rev 217
Fixed all remaining and founded references where end iterator was used. What
caused crash with MsVisual.
2008-11-03 rev 215.
Fixed last error in poprper way - shame to say but I screw up
Valentin fix.
2008-10-29 rev. 214
Fixed ScaleGridDecorator::paintYScale() MsVisual crash.
Thanks Valentin ;).
3electrons
12 years ago
Report
mjtooba
12 years ago
iterator i pointed to empty vector!
channeldeco... .cpp line 49 =>
Channels & channels = chart->channels();
Channels::iterator i=channels.end();
*ERR* while ( i--!=channels.begin() )
{
channels is empty on debugger.
Report
3electrons
12 years ago
Report
mjtooba
12 years ago
other widgets are good with nice UI for graph you need more effort.
i tried to find problem,but cant spend much time to find code.
Report