Results 1 to 2 of 2

Thread: how to call signal from GUI to dll with the same object

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2020
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default how to call signal from GUI to dll with the same object

    In mainwindow constructor i am creating the member variable
    kkkk= new Exp_IRIG_EMIT;

    i am connecting the signal for updating progressbar range and value

    calling initialize function to create thread in dll. and it will be loop
    kkkk->Initialize();


    click on ABORT push button on_pushButton_clicked() function get called

    In side function i am calling signal to abort the thread

    if i use kkkk object to abort its not calling abort signal

    signal is get called when i create a new object with Exp_IRIG_EMIT.

    i want to use the same object how to abort. any one can help to sortout the issue.
    Attached Files Attached Files

Similar Threads

  1. Replies: 1
    Last Post: 14th August 2014, 17:08
  2. Replies: 2
    Last Post: 8th August 2012, 11:11
  3. How to call a function in the mother object from a child object?
    By Momergil in forum General Programming
    Replies: 4
    Last Post: 18th December 2011, 15:49
  4. Cannot call function without object
    By Salazaar in forum Newbie
    Replies: 5
    Last Post: 11th June 2007, 14:55
  5. Call on Parent Object
    By hufgardm in forum Newbie
    Replies: 1
    Last Post: 7th September 2006, 15:11

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.