Saturday, July 5th 2008, 4:45am UTC+1

You are not logged in.

  • Login
  • Register

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.

KarlBlau

Trainee

Posts: 99

Location: Germany, BW

Occupation: Student

1

Wednesday, November 7th 2007, 12:29pm

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.
  • Go to the top of the page

Rate this thread