uwerat

Results 130 issues of uwerat

Material3 TextFields supports 2 modes: - filled - outlined ( https://m3.material.io/components/text-fields/overview ) It also has an optional title - similar to the header of the Fluent2 TextBox. There is also...

Material 3
Control

The viewBox of a SVG gets lost when compiling it to a QVG,

enhancement
Framework

For applications, that do not want ( or can't f.e WebAssembly without Asyncify ) to use recursive event loops we need to have an API, where the return value is...

Framework

Some of the SVGs for the symbols of the Fluent2 design system look way too complicated. F.e the down indicator for the spin boxes is made of ~10 cubic bezier...

Fluent2

QskModelObjectBinder introduced

Fluent2 and Material3 define specific line heights depending on the fontRole. However the line height is not an an attribute of QFont - it has to be passed as parameter...

Material 3
Framework
Fluent2

The Android user settings allow to set individual scale factors for: - font size - display size This feature seems to be useful for all design systems. The implementation could...

Framework

QColor did not fit into some limitations (

Framework

QPlatformTheme::createPlatformDialogHelper allows to fall back on native dialogs: class QPlatformTheme { enum DialogType { FileDialog, ColorDialog, FontDialog, MessageDialog }; virtual bool usePlatformNativeDialog(DialogType type) const; virtual QPlatformDialogHelper *createPlatformDialogHelper(DialogType type) const; };

Framework

In the menu of a combo box we have: a) the option that corresponds to the value of the combo box b) the option that is related to the navigation...