Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property editor not shown in QtCreator 4.13+ #2

Open
xiaoqiangwang opened this issue Jul 6, 2021 · 0 comments
Open

Property editor not shown in QtCreator 4.13+ #2

xiaoqiangwang opened this issue Jul 6, 2021 · 0 comments
Labels
known problems problems with known workarounds

Comments

@xiaoqiangwang
Copy link
Owner

This module has a local src/imports/components/designer/ComboBoxFix.qml to fix a problem when editing enum properties defined in qml items.

This is not needed in QtCreator 4.13+ and creates problems. So if QtCreator 4.13+ is used, change to use original version,

$ sed -i 's/ComboBoxFix/ComboBox/g' src/imports/components/designer
@xiaoqiangwang xiaoqiangwang added the known problems problems with known workarounds label Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
known problems problems with known workarounds
Projects
None yet
Development

No branches or pull requests

1 participant