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

Profile menu not updating itself on select? #276

Open
Randrianasulu opened this issue Oct 8, 2023 · 5 comments
Open

Profile menu not updating itself on select? #276

Randrianasulu opened this issue Oct 8, 2023 · 5 comments
Assignees

Comments

@Randrianasulu
Copy link

I tried to compile MLV-App on Slackware 15.0 i586 (but actual cpu is AMD FX 4300, so plenty of SIMD extensions).

Compile was fine (I used src up to 620d7c8).

But after starting resulting App and playing with ElgersburgBHF.zip (5 seconds MLV file I found on forum) I noticed Profile dropdown menu does not change its content on select, so I was a bit confused about its working.

Next one (Processing gamut) works as intended, showing selected mode on itself.

I am not familiar with qt, looking at last git commit message ( "Set msgbox default buttons") may be some updates were missed?

@masc4ii
Copy link
Collaborator

masc4ii commented Oct 8, 2023

This combobox is a pre-seletion of presets. It sets up the transfer function and the processing gamut. You should see these options:
Bildschirmfoto 2023-10-08 um 19 44 59

If you select for example the Davinci option, you should get this:
Bildschirmfoto 2023-10-08 um 19 45 15

@Randrianasulu
Copy link
Author

This combobox is a pre-seletion of presets.

Yes, but shouldn't its text reflect active selected preset?

@masc4ii
Copy link
Collaborator

masc4ii commented Oct 9, 2023

No. Because then it would be incorrect in nearly all cases. The preset is a combination of processing gamut and a unique equation. The formula is changeable. There are endless possibilities. A preset is just one of that.

@Randrianasulu
Copy link
Author

No. Because then it would be incorrect in nearly all cases. The preset is a combination of processing gamut and a unique equation. The formula is changeable. There are endless possibilities. A preset is just one of that.

hm, may he then ONLY replace 'Select preset' text with 'Custom' or 'Custom, click to change" IF changes were made?

or at least indicate it in statusbar somewhere?

@masc4ii
Copy link
Collaborator

masc4ii commented Oct 9, 2023

Why adding this additional complexity (the profile thing is very complex already now), as everything is custom (apart from those few presets)? You always see what you selected below. And if you're not sure, select it another time again. A text "custom" in a combobox, which is autoselected but not manually selectable... I don't know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants