Results 1 to 2 of 2

Thread: Connect forms

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Connect forms

    As I am new in qt I need some help.

    Is it possible using the qt3 or qt4 designer user interface to connect two forms,Without writing a single line of C-code??

    Thank you
    R.

  2. #2
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Connect forms

    You mean to connect e.g. a button in form A with a widget in form B?
    And with "forms" you mean two different windows/dialogs?

    I am not sure, but when both form objects exist at the same time you could connect a signal from form A with a slot in form B. Maybe a "queued connection" should be used.
    I never tried something like this. Sounds very weird; interaction of different windows/dialogs with their own event loop.

    And it cannot be done without writing code manually.
    That's for sure!

Similar Threads

  1. A signal/slot connect isn't working.
    By Daimonie in forum Qt Programming
    Replies: 6
    Last Post: 15th February 2009, 22:55
  2. Replies: 12
    Last Post: 18th September 2008, 15:04
  3. Can I use arbitrary constants in a connect()?
    By WinchellChung in forum Newbie
    Replies: 3
    Last Post: 18th February 2008, 22:48
  4. Replies: 5
    Last Post: 28th August 2006, 14:36

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.