opening exe files, comercial version vs opensource
Hi All
I go on with my program and done so far cool image proccesing, thanks!
few more questions:
1.I sent my exe file to my freind but he can't open it. does one need something installed to see the application? do I need to send more files?
2.does the commercial version of QT better then the opensource ? what are the differences?
3.the email support group http://lists.trolltech.com do they answer? didn't get any answer from them when I post to the list, I thought it is QT support
thanks:o
using selection color dialog
thanks . I am subscribed .
Another question:
I need to create a dialog that will be activated from the main menu
I want the function to open a dialog that the user can choose color.
I read I need to use ColorListEditor . still not sure if I need to create a widget? if I understand correctly no need to delete it later?
what widget to I need to use? is it a window? do I need to implamant it?
it is common to create new class for this window? or do you usualy create a base class that handle all wndows in the application?
or do I just inhirate the needed widjet to the function that handle the image?
hope I am clear
thanks