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...") |
(→Known issues: Added iMouse not working.) |
||
Line 9: | Line 9: | ||
* 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. | * 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. | * Custom shaders are not possible to easily store for using across different projects. | ||
* iMouse does not work on Qt Design Studio yet. |
Latest revision as of 11:57, 30 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.
- iMouse does not work on Qt Design Studio yet.