Results 1 to 2 of 2

Thread: QtScript and signals

  1. #1
    Join Date
    Oct 2009
    Location
    Russia, South Ural, Chelyabinsk
    Posts
    42
    Thanks
    1
    Thanked 2 Times in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default QtScript and signals

    Hi!

    I use Qt 4.4.3

    Can I set signals as private and can QtScript use private signals?

    Qt Code:
    1. class MyClass
    2. {
    3. ...
    4. private signals:
    5. ...
    6. };
    To copy to clipboard, switch view to plain text mode 

    May be Qt has define to make some signals unvisible for QtScript
    Last edited by wysota; 3rd December 2009 at 10:54.

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

    Default Re: QtScript and signals

    Signals are always protected.

    Why do you want to make a signal inaccessible?
    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.


Similar Threads

  1. Qtscript -signals and slots
    By coolmac in forum Qt Programming
    Replies: 1
    Last Post: 16th July 2008, 16:02

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.