Results 1 to 9 of 9

Thread: Problem with comunication between widgets

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Problem with comunication between widgets

    you don't have to create a new button since the ui loader does that for you. You can access it as you do via ui->button. So just use that in your connect statement instead your temporary pointer:
    Qt Code:
    1. connect(ui->button, SIGNAL/*...*/);
    To copy to clipboard, switch view to plain text mode 
    And for simply displaying an image, you can use QLabel.

  2. The following user says thank you to Lykurg for this useful post:

    laabor (3rd May 2010)

Similar Threads

  1. Problem of including Widgets into DLL
    By dsedov in forum Qt Programming
    Replies: 15
    Last Post: 14th July 2021, 23:05
  2. Problem accesing widgets
    By Greender in forum Qt Programming
    Replies: 4
    Last Post: 6th February 2009, 12:14
  3. Problem in using Custom Widgets
    By vjn in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 13th April 2008, 21:40
  4. GUI thread and Working thread comunication
    By FasTTo in forum Qt Programming
    Replies: 2
    Last Post: 13th September 2007, 15:31
  5. Dock widgets PROBLEM
    By L1L0 in forum Qt Programming
    Replies: 8
    Last Post: 7th April 2006, 18:29

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.