fluid
fluid copied to clipboard
:book: Library for QtQuick apps with Material Design
Create a new protocol for Fluid decorations based on `liri-decoration` but instead of specifying colors as string use separate RGBA channels as `uint` values.
Is it possible to add fluid as a submodule and compile it as part of Qt in a static build?
Scrims
To make typography legible on top of imagery, apply text protection in the form of scrims. Scrims are lightweight, translucent material layers. Text protection from https://material.io/guidelines/style/imagery.html#imagery-best-practices
## Expected Behavior Tests should pass ## Current Behavior Tests fail with the output: ``` Start testing: Feb 20 22:56 EST ---------------------------------------------------------- 1/2 Testing: tst_fluid_controls 1/2 Test: tst_fluid_controls Command: "/var/tmp/portage/gui-libs/liri-fluid-9999/work/liri-fluid-9999_build/tests/auto/controls/tst_fluid_controls"...
Hey, i tried to get the minimalqmake exmaple running. Build shows no problems, when i press the start button i get the following message: ``` QQmlApplicationEngine failed to load component...
There is a problem when including the searchBar inside the menuBar (Page/customContents) I added a new variable customContentIntegration (false by default), when used and changed to true the searchBar will...
Wrap Button (and the other buttons such as ToolButton and RoundButton). We can already set up the tool tip for both desktop and mobile: ``` Button { ToolTip.delay: FluidCore.Device.isMobile ?...
By wrapping all Qt Quick Controls 2 controls we can define a custom behavior.
Added ExpansionPanel (#58) and related demo page