fluid icon indicating copy to clipboard operation
fluid copied to clipboard

:book: Library for QtQuick apps with Material Design

Results 80 fluid issues
Sort by recently updated
recently updated
newest added

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.

enhancement

Is it possible to add fluid as a submodule and compile it as part of Qt in a static build?

question

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

needs info
hacktoberfest
good first issue

## 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...

Change mouse cursor when hovering a link. See #318

enhancement

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 ?...

enhancement

By wrapping all Qt Quick Controls 2 controls we can define a custom behavior.

enhancement

Added ExpansionPanel (#58) and related demo page