Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
DOtherSide is a C language library for creating bindings for the QT QML language. The following features are implementable from a binding language:
Creating custom QObject
Creating custom QAbstractListModels
Creating custom properties, signals and slots
Creating from QML QObject defined in the binded language
Creating from Singleton QML QObject defined in the binded language
QtKeychain is a Qt library to store passwords and other secret data securely. It will not store any data unencrypted unless explicitly requested.
This package provides single signon authentication library for GLib applications.
The Qt Speech module provides a virtual keyboard framework that consists of a C++ backend supporting custom input methods as well as a UI frontend implemented in QML.
SIP is a tool to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.
SIP comprises a code generator and a Python module. The code generator processes a set of specification files and generates C or C++ code, which is then compiled to create the bindings extension module. The SIP Python module provides support functions to the automatically generated code.
The Qt QML module provides a framework for developing applications and libraries with the QML language. It defines and implements the language and engine infrastructure, and provides an API to enable application developers to extend the QML language with custom types and integrate QML code with JavaScript and C++.
PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine libraries. The bindings sit on top of PyQt6 and are implemented as a set of three modules.
This package contains the union of PyQt and the Qscintilla extension.
The Qt Charts module provides a set of easy to use chart components. It uses the Qt Graphics View Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can be used as QWidgets, QGraphicsWidget, or QML types. Users can easily create impressive graphs by selecting one of the charts themes.
Accounts SSO is a framework for application developers who wish to acquire, use and store web account details and credentials. It handles the authentication process of an account and securely stores the credentials and service-specific settings.
The Qt Sensors API provides access to sensor hardware via QML and C++ interfaces. The Qt Sensors API also provides a motion gesture recognition API for devices.
This package provides some extra widgets for PyQt/PySide:
Multi-handle slider for float values
Spinbox with arbitrarily large integers
Magnitude combined with unit dropdown
Label that willl elide text
Searchable ComboBox populated from Enum
Searchable List
Searchable Tree
Color ComboBox
Colormap ComboBox
Toggle switch
Collapsible widget to hide and unhide child widgets
Flow layout
The Qt Speech module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are visually challenged or cannot access the application for whatever reason. The most common use case where text-to-speech comes in handy is when the end-user is driving and cannot attend the incoming messages on the phone. In such a scenario, the messaging application can read out the incoming message.
This package provides some QT/QML utilities that might be used by various hypr* apps.
The Qt Location module provides an interface for location, positioning and geolocation plugins.
QCoro is a C++ library that provide set of tools to make use of C++20 coroutines in connection with certain asynchronous Qt actions.
The Qt Tools module provides a set of applications to browse the documentation, translate applications, generate help files and other stuff that helps in Qt development.
QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips.
Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS & JavaScript like language.
QCustomPlot is a Qt C++ widget providing 2D plots, graphs and charts.
KD SOAP is a tool for creating client applications for web services using the XML based SOAP protocol and without the need for a dedicated web server.
The Qt WebEngine module provides support for web applications using the Chromium browser project. The Chromium source code has Google services and binaries removed, and adds modular support for using system libraries.
The Qt Speech module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are visually challenged or cannot access the application for whatever reason. The most common use case where text-to-speech comes in handy is when the end-user is driving and cannot attend the incoming messages on the phone. In such a scenario, the messaging application can read out the incoming message.
Qt provides support for application scripting with ECMAScript. The following guides and references cover aspects of programming with ECMAScript and Qt.