Qaterial icon indicating copy to clipboard operation
Qaterial copied to clipboard

🧩 Collection of Material Components based on QtQuickControls2.

Results 26 Qaterial issues
Sort by recently updated
recently updated
newest added

Should work with all Qt 6 version.

😢 **I tried my best but cannot make Qaterial support both Qt5 and 6 at the same time** In this case, a new branch is needed, to continue working with...

Hi, Is there a good way to import external QML files into Qaterial/QML Online environments? the **Import "http://fileaddress/filename.qml"** syntax freezes the page. I wrote those functions that work on QML...

![image](https://user-images.githubusercontent.com/42088872/134099925-399e8f7c-6630-4663-b862-8d6ffaa960a4.png)

```qml import QtQuick 2.15 import Qaterial 1.0 as Qaterial import QtQuick.Controls 2.12 Qaterial.Page { id: root ScrollView { parent: root id: _pagescroll width:root.width height: root.height contentWidth: -1 ScrollBar.vertical.policy: ScrollBar.AlwaysOff ScrollBar.horizontal.policy:...

How to change Data Format with TextFieldDatePicker?

``` Qaterial.LabelWithCaption { anchors.centerIn: parent horizontalAlignment: Qt.AlignHCenter spacing: 10 // Binding loop detected for property "y" text: "I'm a simple label" caption: "Here is my caption text" textFont: Qaterial.Style.textTheme.headline5 captionFont:...

For example Main window is dark theme Dialog is light theme is it possible?

![SliceCircle](https://user-images.githubusercontent.com/66482761/88653657-a518e780-d0cc-11ea-852d-27068fdfc2ff.gif)