|
|
disconnect[Deprecated]Disconnects a signal from a slot |
| Usage |
|
| Description |
| Disconnects the <source_object>'s signal <signal_name> from the <target_object>'s slot <slot_name>. When one of the two objects is destroyed, the signal/slot connection is automatically removed. |
| Syntax Specification |
|
| See also |
| class, connect, objects documentation |