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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
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++.
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.
WAF is an extension for animating Qt widgets.
The Qt Virtual Keyboard 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.
Qt Creator is an IDE tailored to the needs of Qt developers. It includes features such as an advanced code editor, a visual debugger and a GUI designer.
The QtImageFormats module contains plugins for adding support for MNG, TGA, TIFF and WBMP image formats.
The QtScript module provides classes for making Qt applications scriptable. This module provides a set of extra components that can be used to build complete interfaces in Qt Quick.
This package provides multicast DNS library for Qt applications.
The Qt3d module provides classes for displaying 3D.
QtAppInstanceManager is a tool to control how many instances of your Qt application are running at the same time, and to send messages between instances. It uses a local socket under the hood. You may then build upon this foundation any messaging system or protocol, such as JSON-RPC for instance (NB: not provided because out of the scope of this library).
It is intended to be a replacement for QtSingleApplication, the deprecated Qt4 official project.
SingleApplication is a replacement of the QtSingleApplication for Qt5 and Qt6.
It keeps the Primary Instance of your Application and kills each subsequent instances. It can (if enabled) spawn secondary (non-related to the primary) instances and can send data to the primary instance from secondary instances.
The QtImageFormats module contains plugins for adding support for MNG, TGA, TIFF and WBMP image formats.
PyQt is a set of Python v2 and v3 bindings for the Qt application framework. The bindings are implemented as a set of Python modules and contain over 620 classes.
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 will 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
WebSocket is a web-based protocol designed to enable two-way communication between a client application and a remote host. The Qt WebSockets module provides C++ and QML interfaces that enable Qt applications to act as a server that can process WebSocket requests, or a client that can consume data received from the server, or both.
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 some QT/QML utilities that might be used by various hypr* apps.
The qt5compat package includes application programming interfaces (APIs) from Qt 5 that were ported to Qt 6, to ease migration. It provides for example the GraphicalEffects module that came with the qtgraphicaleffects Qt 5 package.
The Qt3d module provides classes for displaying 3D.
QtSolutions is a set of components extending Qt.
QtLockedFile: A class that extends QFile with advisory locking functions.
QtPropertyBrowser: A framework that enables the user to edit a set of properties.
QtService: A helper for writing services such as Unix daemons.
QtSingleApplication: A component that provides support for applications that can be only started once per user.
QtSoap: A component that provides basic web service support with version 1.1 of the SOAP protocol.
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.
Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS & JavaScript like language.
Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense.
Qt6CT is a program that allows users to configure Qt6 settings (such as icons, themes, and fonts) in desktop environments or window managers, that don't provide Qt integration by themselves.