-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Make track color visible in track properties dialog #10324
Comments
can you send any screenshots of which position changes |
Do you have interest to adopt this bug? |
I will try to achieve it, first I will have a new column with "Text Color" as field and then assign to the color value that track is holding. |
Once this is achieved I will open a PR, and after that for editing color of track we can have a button in front of the Text Color label which will redirect to color palette as in the track dialog for setting the color which can maybe considered as a new feature for track properties dialog! |
Thank you for adopting this. |
Alright. |
Yes it can, but this feature will take time for me to implement then! |
Exactly. |
Ok. |
We just need the values as described in loop default color? And don't have to worry about the color pallete(s)! If that's the case then I am on it you can assign it to me and would try to open the PR by tomorrow or day after! |
Ahh, dlgprefcolors.cpp was a bit confusing though I suppose! |
main...tech-bash:mixxx:feat/trackColor, here are my recent changes for track color, my question is how can link QPushButton's value dynamically with the class btnTrackColor that I created for changing track color? In that class only I defined all the changes needed, what I am trying to do is - display the current Color on QPushButton and update it when the color geta updated! |
Please issue a Pull Request prefixed with [WIP] |
Ok |
Reported by: daschuer
Date: 2021-02-19T07:34:03Z
Status: Confirmed
Importance: Undecided
Launchpad Issue: lp1916119
Tags: easy
The track color is currently not visible nor editable in the track properties dialog.
That would be a nice addition.
The text was updated successfully, but these errors were encountered: