Qt Widgets
Graphic Apps

Images - Slide Show
Graphic Apps by qphoton 2 comments
as I wrote, the application is not yet ready, so please consider it as an unstable application ;-)
I can't define a proper installation procedure, because I released the source code only, so you have to compile it and "like every Qt application" you have to do on your linux shell:
qmake images.pro
make
and then run from the command line.
Remember to put the
factoryTransitions.txt file
where you have the executable.
I'm working hard on the application because there are many things I have to improve and I'm looking for a package manager (.deb, .rmp) so it will be easy to install it. For the moment you have to compile it, sorry.
I'm glad if you try my application and you can give me some feedback. I think images can improve a lot with the help of a user community :-)
Thank you
Paolo
- Feb 05 2011
I can't define a proper installation procedure, because I released the source code only, so you have to compile it and "like every Qt application" you have to do on your linux shell:
qmake images.pro
make
and then run from the command line.
Remember to put the
factoryTransitions.txt file
where you have the executable.
I'm working hard on the application because there are many things I have to improve and I'm looking for a package manager (.deb, .rmp) so it will be easy to install it. For the moment you have to compile it, sorry.
I'm glad if you try my application and you can give me some feedback. I think images can improve a lot with the help of a user community :-)
Thank you
Paolo
- Feb 05 2011
I understand the problem.
Your compiler does not find qled.h
I'm organising the widgets into a library and I'm arranging the path for new versions.
Unfortunately, for the moment there is a problem with the header in current widget version. What you can do is simply put the qled.h in a place where your compiler can find it.
Please tell me if this fixes the problem.
Thanx
paolo
- Mar 10 2008
Your compiler does not find qled.h
I'm organising the widgets into a library and I'm arranging the path for new versions.
Unfortunately, for the moment there is a problem with the header in current widget version. What you can do is simply put the qled.h in a place where your compiler can find it.
Please tell me if this fixes the problem.
Thanx
paolo
- Mar 10 2008
OK, I've added some doxygen information about QMeter and I included the doxygen html files into the zip archive.
Now I have to verify the robustness of the code and improve the error management.
After some testing I will consider QMetr stable and I'll release the 1.0.0 version.
If someone has comments or find a bug, please post a comment.
Good luck!
paolo
- Feb 05 2008
Now I have to verify the robustness of the code and improve the error management.
After some testing I will consider QMetr stable and I'll release the 1.0.0 version.
If someone has comments or find a bug, please post a comment.
Good luck!
paolo
- Feb 05 2008
I'm happy when someone is using my code :-)
If you like I would appreciate to see your modification, so I can integrate something in my widget (only if you want, of course)
I know Qwt, I know Uwe and he is doing a great job.
From my side I do like to receive comments and requests for new features from other people. It helps me to understand that my work is useful and someone can benefit from that ;-)
So if you have more requests I'll like to know and implement.
Take care
paolo
- Jan 11 2008
If you like I would appreciate to see your modification, so I can integrate something in my widget (only if you want, of course)
I know Qwt, I know Uwe and he is doing a great job.
From my side I do like to receive comments and requests for new features from other people. It helps me to understand that my work is useful and someone can benefit from that ;-)
So if you have more requests I'll like to know and implement.
Take care
paolo
- Jan 11 2008