/apatite

QtQuick2 theme for nudesktop.

Primary LanguageQMLMIT LicenseMIT

QML Apatite

How to use

Warning
This component has only been tested on Qt version 5.15.2 and Windows OS at 3840x2160 resolution with a scaling factor of 250 percent; USAGE OF THIS COMPONENT CARRIES NO WARRANTY.
 

Usage

Clone the repository first.

git clone https://github.com/CentRa-Linux/apatite.git

Then include Apatite.pri in your project. see example-1

include('path/to/Apatite.pri')

Add qrc:/ to the engine import path. see example-1

engine.addImportPath("qrc:/");

And finally import the Apatite module. see example-1

import Apatite 1.0

If you are confused, please refer to example-1 for a clearer understanding of what you should do.

Components

Pending
  • Button
  • Radio Button
  • CheckBox
  • Slider
  • TextArea
  • TextField
  • ProgressBar
  • RadioButton
  • Switch
  • RangeSlider
  • SpinBox
  • Tumbler
  • Dial
  • BusyIndicator (updated)
  • SplitView
  • StackView
  • ComboBox