QtDesignStudio/EffectComposer: Difference between revisions
Jump to navigation
Jump to search
(Created page with " == Known issues == * There is no search or find/replace functionality in the code view. * When you create properties, you can't change the order of them. * The code view window may fall behind the main window occasionally. You may need to move the main window out of the view to access it. * Some effects may work in the Effect Composer preview, but not in the actual application preview. * Syntax highlighting does not exist in the code view * Errors are displayed in the...") |
(No difference)
|
Revision as of 14:11, 23 January 2025
Known issues
- There is no search or find/replace functionality in the code view.
- When you create properties, you can't change the order of them.
- The code view window may fall behind the main window occasionally. You may need to move the main window out of the view to access it.
- Some effects may work in the Effect Composer preview, but not in the actual application preview.
- Syntax highlighting does not exist in the code view
- Errors are displayed in the preview window. The line numbers don't match the error, as the error actually happens elsewhere in the application code.
- Custom shaders are not possible to easily store for using across different projects.