Skip to content

KDABLabs/DeclarativeWidgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66b0866 · Mar 22, 2025
Mar 22, 2025
Feb 20, 2025
Apr 14, 2020
Feb 20, 2025
Mar 22, 2025
Feb 25, 2025
Feb 20, 2025
Feb 20, 2025
Apr 1, 2020
Feb 20, 2025
Mar 16, 2018
Feb 20, 2025
Feb 25, 2025
Mar 11, 2022
Jan 2, 2021
Jan 2, 2021
Aug 1, 2021
Feb 20, 2025
Mar 16, 2018
Jan 2, 2021
Mar 19, 2013
Mar 16, 2018

Repository files navigation

Introduction

The KDAB DeclarativeWidgets software provides a library and tools for creating QtWidget User Interfaces with QML.

Dependencies

DeclarativeWidgets requires Qt 5.11.0 or above.

Building and running

Build:

$ mkdir build
$ cd build
$ qmake -r ../declarativewidgets.pro
$ make or nmake (or jom)

Install:

$ make install #into your Qt5 installation. you may need to use sudo

How to Use

There are three example applications that show how to use the DeclarativeWidgets QML module: bookstore, config-editor and text-editor.

In addition, there are a number of example QML files in the examples directory. Run these by passing the full path to one of the example files as the command line arguments to the runner target in Qt Creator.

Contact

Get Involved

KDAB will happily accept external contributions, but substantial contributions require a signed Copyright Assignment Agreement

Contact [email protected] for more information about the Copyright Assignment Agreement.

Please submit your contributions or issue reports from our GitHub space at https://github.com/KDAB/DeclarativeWidgets

License

The DeclarativeWidgets Library is (C) 2012-2021 Klarälvdalens Datakonsult AB (KDAB), and is available under the terms of:

  • the GPL
  • the KDAB commercial license, provided that you buy a license. please contact [email protected] if you are interested in buying commercial licenses.

Commercial licensing terms are available in the included file LICENSE.txt.

About KDAB

The DeclarativeWidgets Library is supported and maintained by Klarälvdalens Datakonsult AB (KDAB).

The KDAB Group is the global No.1 software consultancy for Qt, C++ and OpenGL applications across desktop, embedded and mobile platforms.

The KDAB Group provides consulting and mentoring for developing Qt applications from scratch and in porting from all popular and legacy frameworks to Qt. We continue to help develop parts of Qt and are one of the major contributors to the Qt Project. We can give advanced or standard trainings anywhere around the globe on Qt as well as C++, OpenGL, 3D and more.

Please visit https://www.kdab.com to meet the people who write code like this.