-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
text input: Implement completely for Material 3 (and Fluent 2) #437
base: master
Are you sure you want to change the base?
Conversation
peter-ha
commented
Oct 15, 2024
e0f6c18
to
b43455a
Compare
Can these functions be used now? I downloaded the latest library, but I cannot set the above effects. For example, outlined in the upper left corner |
Is the circular button in the upper right corner using QskPushButton, or is it another control? Because when I use qskpushbutton to draw such a small round button icon will be offset |
This pull request here has not been merged yet; for now you can check out this branch (edelhirsch:bugfix/400-text-input) and once it has been merged you can switch to master |
No, it is not a control of its own, it is just a subcontrol of QskTextInput named TrailingIcon. |
Is the custom zoom close button in the upper right corner of your window using QskPushButton? |
Do you mean the "hamburger" menu button? Yes, that is a normal QskPushButton, see for reference https://github.com/uwerat/qskinny/blob/master/examples/gallery/main.cpp#L233 |
We need to recalculate alignment etc. when changing states
b43455a
to
386c679
Compare
Resolved some merge conflicts with the slider stuff and added text selection styling for M3 |