Results 1 to 3 of 3

Thread: How to communicate data and & call one Ui from the other Ui

  1. #1
    Join Date
    Jun 2009
    Location
    India
    Posts
    143
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    16
    Thanked 2 Times in 2 Posts

    Question How to communicate data and & call one Ui from the other Ui

    Hi,

    I have created two uis using designer. Now how do i call one ui from other ui and pass data between the two uis using code. Please help me.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: How to communicate data and & call one Ui from the other Ui

    Basically the same as here:
    http://www.qtcentre.org/forum/faq.ph...esigner_2forms

    Use signals and slots or store pointers to widgets as class members (or both).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. The following user says thank you to wysota for this useful post:

    augusbas (16th June 2009)

  4. #3
    Join Date
    Jun 2009
    Location
    India
    Posts
    143
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    16
    Thanked 2 Times in 2 Posts

    Smile Re: How to communicate data and & call one Ui from the other Ui

    Hi Wyosta,

    Thanks for your reply. Let me try the solution.

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.