text input: Implement completely for Material 3 (and Fluent 2) - #437
text input: Implement completely for Material 3 (and Fluent 2)#437peter-ha wants to merge 11 commits into
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 |
