Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Connecting to own functions
Hi,
until now, I didn't use Qt Designer to use widgets. I did this by hand. I read in the documentation and went to some examples but there is one thing I am not sure about:
I don't want to mix up the functions that handle GUI things and the functions that handle the mathematical functions as good as possible. The best would be to use extra files that contain the mathematical functions.
Therefore I tried to create a widget containing one button. The clicked(bool) signal should be connected to the slot my_func(bool) declared in my_file.h.
Can this be done using the Qt Designer?
Regards, K.B.