diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:09 +0900 |
commit | 8423a99b3f4530263c4d16364e834ecf83fd9b3b (patch) | |
tree | f874f6e5d2dcb8e3d1892f48d1150b3174ebd846 /arts | |
parent | 286a061a4cd8a904a0b16b5be4c274a20935d5df (diff) | |
download | tdemultimedia-8423a99b3f4530263c4d16364e834ecf83fd9b3b.tar.gz tdemultimedia-8423a99b3f4530263c4d16364e834ecf83fd9b3b.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'arts')
-rw-r--r-- | arts/builder/TODO | 2 | ||||
-rw-r--r-- | arts/builder/propertypanelbase.ui | 4 | ||||
-rw-r--r-- | arts/examples/README | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/arts/builder/TODO b/arts/builder/TODO index 8b962aa5..139f22b2 100644 --- a/arts/builder/TODO +++ b/arts/builder/TODO @@ -41,7 +41,7 @@ Wishlist for the artsbuilder app: this should be very useful in editing objects with lots of properties (widgets) -- make _changed Q_SIGNALS visible so you can connect the value_changed of a +- make _changed signals visible so you can connect the value_changed of a poti to the frequency of a filter - make it possible to edit parent property of widgets (i.e. to insert one diff --git a/arts/builder/propertypanelbase.ui b/arts/builder/propertypanelbase.ui index 0ff20382..875f6813 100644 --- a/arts/builder/propertypanelbase.ui +++ b/arts/builder/propertypanelbase.ui @@ -355,8 +355,8 @@ <slot>setEnabled(bool)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected">setTitleFont()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/arts/examples/README b/arts/examples/README index 425da5c0..2132bfc3 100644 --- a/arts/examples/README +++ b/arts/examples/README @@ -172,7 +172,7 @@ example_xfade.arts This example mixes 440 and 880 Hz sine waves using a cross fader. Adjust the value of the cross fader's percentage input from -1 to 1 to -control the mixing of the two Q_SIGNALS. +control the mixing of the two signals. example_pscale.arts |