Corg::kde::kirigami::AboutItem | An about item that displays the about data |
CAbstractApplicationHeader | An item that can be used as a title for the application |
►Corg::kde::kirigami::Action | An item that represents an abstract Action |
►Corg::kde::kirigami::PagePoolAction | An action used to load Pages coming from a common PagePool in a PageRow or QtQuickControls2 StackView |
Corg::kde::kirigami::SettingAction | SettingAction defines a settings page, and is typically used by a CategorizedSettings object |
Corg::kde::kirigami::SettingAction | SettingAction defines a settings page, and is typically used by a CategorizedSettings object |
Corg::kde::kirigami::DefaultCardBackground | This is the default background for Cards |
►Corg::kde::kirigami::Dialog | Popup dialog that is used for short tasks and user interaction |
Corg::kde::kirigami::MenuDialog | A dialog that prompts users with a context menu, with list items that perform actions |
Corg::kde::kirigami::MenuDialog | A dialog that prompts users with a context menu, with list items that perform actions |
Corg::kde::kirigami::PromptDialog | A simple dialog to quickly prompt a user with information, and possibly perform an action |
Corg::kde::kirigami::PromptDialog | A simple dialog to quickly prompt a user with information, and possibly perform an action |
Corg::kde::kirigami::Hero | An element that implements a shared element transition, otherwise known as a "hero animation" |
Corg::kde::kirigami::templates::IconPropertiesGroup | Group of icon properties |
►Corg::kde::kirigami::templates::InlineMessage | An inline message item with support for informational, positive, warning and error types, and with support for associated actions |
Corg::kde::kirigami::InlineMessage | An inline message item with support for informational, positive, warning and error types, and with support for associated actions |
CInlineMessage | An inline message item with support for informational, positive, warning and error types, and with support for associated actions |
Corg::kde::kirigami::Label | This is a label which uses the current Theme |
CLabel | This is a label which uses the current Theme |
Corg::kde::kirigami::NavigationTabBar | Page navigation tab-bar, used as an alternative to sidebars for 3-5 elements |
Corg::kde::kirigami::NavigationTabButton | Navigation buttons to be used for the NavigationTabBar component |
►Corg::kde::kirigami::templates::OverlaySheet | An overlay sheet that covers the current Page content |
Corg::kde::kirigami::OverlaySheet | An overlay sheet that covers the current Page content |
►Corg::kde::kirigami::PageRow | PageRow implements a row-based navigation model, which can be used with a set of interlinked information pages |
Corg::kde::kirigami::CategorizedSettings | A container for setting actions showing them in a list view and displaying the actual page next to it |
Corg::kde::kirigami::templates::PassiveNotificationsManager | PassiveNotificationManager is meant to display small, passive and inline notifications in the app |
►CQObject [external] | |
CBorderGroup | Grouped property for rectangle border |
CColorUtils | Utilities for processing items to obtain colors and information useful for UIs that need to adjust to variable elements |
CColumnViewAttached | This is an attached property to every item that is inserted in the ColumnView, used to access the view and page information such as the position and information for layouting, such as fillWidth |
CCornersGroup | Grouped property for corner radius |
CFormLayoutAttached | This attached property contains the information for decorating a org::kde::kirigami::FormLayout: |
CImageColors | Extracts the dominant colors from an element or an image and exports it to a color palette |
CInputMethod | This exposes information about the current used input method |
CKirigami::IconSizes | |
►CKirigami::KirigamiPluginFactory | |
CKirigami::KirigamiPluginFactoryV2 | This class provides an extended version of KirigamiPluginFactory |
CKirigami::PlatformTheme | |
CKirigami::TabletModeWatcher | |
CKirigami::Units | |
CKirigami::VirtualKeyboardWatcher | |
CKirigamiWheelEvent | Describes the mouse wheel event |
CMnemonicAttached | This Attached property is used to calculate automated keyboard sequences to trigger actions based upon their text: if an "&" mnemonic is used (ie "&Ok"), the system will attempt to assign the desired letter giving it priority, otherwise a letter among the ones in the label will be used if possible and not conflicting |
CPagePool | A Pool of Page items, pages will be unique per url and the items will be kept around unless explicitly deleted |
CPageRoute | Item representing a route the PageRouter can navigate to |
CPageRouter | An item managing pages and data of a ColumnView using named routes |
CPageRouterAttached | Attached object allowing children of a PageRouter to access its functions without requiring the children to have the parent PageRouter's id |
CPreloadRouteGroup | Item holding data about when to preload a route |
►CQQuickItem [external] | |
CColumnView | ColumnView is a container that lays out items horizontally in a row, when not all items fit in the ColumnView, it will behave like a Flickable and will be a scrollable view which shows only a determined number of columns |
CDelegateRecycler | This class may be used as a delegate of a ListView or a GridView in the case the intended delegate is a bit heavy, with many objects inside |
CIcon | Class for rendering an icon in UI |
►CQQuickPaintedItem [external] | |
CPaintedRectangleItem | A rectangle with a border and rounded corners, rendered through QPainter |
►CShadowedRectangle | A rectangle with a shadow behind it |
CShadowedTexture | A rectangle with a shadow, using a QQuickItem as texture |
CToolBarLayout | An item that creates delegates for actions and lays them out in a row |
CScenePositionAttached | This attached property contains the information about the scene position of the item: Its global x and y coordinates will update automatically and can be binded |
CSettings | This class contains global kirigami settings about the current device setup It is exposed to QML as the singleton "Settings" |
CShadowGroup | Grouped property for the rectangle's shadow |
CSizeGroup | SizeGroup is a utility object that makes groups of items request the same size |
CSpellCheckingAttached | This attached property contains hints for enabling spell checking |
CToolBarLayoutAttached | Attached property for ToolBarLayout delegates |
CWheelHandler | Handles scrolling for a Flickable and 2 attached ScrollBars |
►CQQmlParserStatus [external] | |
CPageRouter | An item managing pages and data of a ColumnView using named routes |
CQQuickItem [external] | |
CSizeGroup | SizeGroup is a utility object that makes groups of items request the same size |
►CQSGMaterial [external] | |
►CShadowedRectangleMaterial | A material rendering a rectangle with a shadow |
CShadowedBorderRectangleMaterial | A material rendering a rectangle with a shadow and a border |
CShadowedTextureMaterial | A material rendering a rectangle with a shadow |
►CQSGNode [external] | |
►CQSGBasicGeometryNode [external] | |
►CQSGGeometryNode [external] | |
►CShadowedRectangleNode | Scene graph node for a shadowed rectangle |
CShadowedTextureNode | Scene graph node for a shadowed texture source |
►CQtQuick.Controls.AbstractButton [external] | |
►Corg::kde::kirigami::templates::AbstractChip | AbstractChip is a visual object based on AbstractButton that provides a friendly way to display predetermined elements with the visual styling of "tags" or "tokens." |
►Corg::kde::kirigami::AbstractChip | AbstractChip is a visual object based on AbstractButton that provides a way to display predetermined elements with the visual styling of "tags" or "tokens" |
Corg::kde::kirigami::Chip | A compact element that represents an attribute, action, or filter |
Corg::kde::kirigami::Chip | A compact element that represents an attribute, action, or filter |
►CQtQuick.Controls.ApplicationWindow [external] | |
►Corg::kde::kirigami::AbstractApplicationWindow | A window that provides some basic features needed for all apps Use this class only if you need a custom content for your application, different from the Page Row behavior recommended by the HIG and provided by ApplicationWindow |
►Corg::kde::kirigami::ApplicationWindow | A window that provides some basic features needed for all apps |
Corg::kde::kirigami::RouterWindow | An ApplicationWindow with a preconfigured PageRouter |
Corg::kde::kirigami::RouterWindow | An ApplicationWindow with a preconfigured PageRouter |
►CQtQuick.Controls.Control [external] | |
►Corg::kde::kirigami::AbstractItemViewHeader | An item that can be used as an header for a ListView |
Corg::kde::kirigami::ItemViewHeader | An item that can be used as an header for a ListView |
Corg::kde::kirigami::ItemViewHeader | An item that can be used as an header for a ListView |
Corg::kde::kirigami::ActionToolBar | A toolbar built out of a list of actions |
Corg::kde::kirigami::Avatar | An element that represents a user, either with initials, an icon, or a profile image |
►CQtQuick.Controls.Drawer [external] | |
►Corg::kde::kirigami::templates::OverlayDrawer | Overlay Drawers are used to expose additional UI elements needed for small secondary tasks for which the main UI elements are not needed |
►Corg::kde::kirigami::OverlayDrawer | Overlay Drawers are used to expose additional UI elements needed for small secondary tasks for which the main UI elements are not needed |
Corg::kde::kirigami::ContextDrawer | A specialized type of drawer that will show a list of actions relevant to the application's current page |
Corg::kde::kirigami::ContextDrawer | A specialized type of drawer that will show a list of actions relevant to the application's current page |
Corg::kde::kirigami::GlobalDrawer | A specialized form of the Drawer intended for showing an application's always-available global actions |
►CQtQuick.Controls.ItemDelegate [external] | |
►Corg::kde::kirigami::templates::AbstractCard | A AbstractCard is the base for cards |
►Corg::kde::kirigami::AbstractCard | AbstractCard is the base for cards |
Corg::kde::kirigami::Card | This is the standard layout of a Card |
Corg::kde::kirigami::Card | This is the standard layout of a Card |
►Corg::kde::kirigami::templates::AbstractListItem | An item delegate for the primitive ListView component |
►Corg::kde::kirigami::AbstractListItem | An item delegate for the primitive ListView component |
►Corg::kde::kirigami::BasicListItem | A BasicListItem provides a simple list item design that can handle the most common list item usecases |
Corg::kde::kirigami::CheckableListItem | A simple subclass of BasicListItem that adds a checkbox on the left side of the layout |
Corg::kde::kirigami::CheckableListItem | A simple subclass of BasicListItem that adds a checkbox on the left side of the layout |
Corg::kde::kirigami::ListSectionHeader | A section delegate for the primitive ListView component |
►CQtQuick.Controls.Label [external] | |
Corg::kde::kirigami::Heading | A heading label used for subsections of texts |
►Corg::kde::kirigami::LinkButton | A button that looks like a link |
Corg::kde::kirigami::UrlButton | A link button that contains a URL |
►CQtQuick.Controls.Page [external] | |
►Corg::kde::kirigami::Page | Page is a container for all the app pages: everything pushed to the ApplicationWindow's pageStack should be a Page |
►Corg::kde::kirigami::ScrollablePage | ScrollablePage is a Page that holds scrollable content, such as a ListView |
Corg::kde::kirigami::AboutPage | An "About" page that is ready to integrate in a Kirigami app |
Corg::kde::kirigami::AboutPage | An "About" page that is ready to integrate in a Kirigami app |
►CQtQuick.Controls.TextArea [external] | |
Corg::kde::kirigami::SelectableLabel | This is a label which supports text selection |
►CQtQuick.Controls.TextField [external] | |
►Corg::kde::kirigami::ActionTextField | This is advanced textfield |
Corg::kde::kirigami::PasswordField | This is a standard password text field |
Corg::kde::kirigami::SearchField | This is a standard TextField following the KDE HIG, which, by default, uses Ctrl+F as the focus keyboard shortcut and "Search…" as a placeholder text |
Corg::kde::kirigami::SearchField | This is a standard TextField following the KDE HIG, which, by default, uses Ctrl+F as the focus keyboard shortcut and "Search…" as a placeholder text |
►CQtQuick.GridView [external] | |
Corg::kde::kirigami::CardsGridView | CardsGridView is used to display a grid of Cards generated from any model |
►CQtQuick.Item [external] | |
►Corg::kde::kirigami::AbstractApplicationItem | An item that provides the features of AbstractApplicationWindow without the window itself |
Corg::kde::kirigami::ApplicationItem | An item that provides the features of ApplicationWindow without the window itself |
Corg::kde::kirigami::FormLayout | This is the base class for Form layouts conforming to the Kirigami Human Interface Guidelines |
Corg::kde::kirigami::ListItemDragHandle | Implements a drag handle supposed to be in items in ListViews to reorder items The ListView must visualize a model which supports item reordering, such as ListModel.move() or QAbstractItemModel instances with moveRows() correctly implemented |
Corg::kde::kirigami::SwipeNavigator | SwipeNavigator is a control providing for lateral navigation |
Corg::kde::kirigami::TabViewLayout | Control for dynamically moving a bar above or below a content item, e.g |
►Corg::kde::kirigami::templates::AbstractApplicationHeader | An item that can be used as a title for the application |
Corg::kde::kirigami::AbstractApplicationHeader | An item that can be used as a title for the application |
►Corg::kde::kirigami::templates::ApplicationHeader | An item that can be used as a title for the application |
►Corg::kde::kirigami::ApplicationHeader | An item that can be used as a title for the application |
Corg::kde::kirigami::ToolBarApplicationHeader | ToolBarApplicationHeader represents a toolbar that will display the actions of the current page |
CSwipeListItem | An item delegate Intended to support extra actions obtainable by uncovering them by dragging away the item with the handle This acts as a container for normal list items |
►CQtQuick.Layouts.ColumnLayout [external] | |
Corg::kde::kirigami::FlexColumn | FlexColumn is a column that grows in width to a fixed cap |
►Corg::kde::kirigami::PlaceholderMessage | A placeholder message indicating that a view is empty |
Corg::kde::kirigami::LoadingPlaceholder | A placeholder for loading pages |
Corg::kde::kirigami::LoadingPlaceholder | A placeholder for loading pages |
►CQtQuick.Layouts.GridLayout [external] | |
Corg::kde::kirigami::CardsLayout | A GridLayout optimized for showing one or two columns of cards, depending on the available space |
►CQtQuick.ListView [external] | |
Corg::kde::kirigami::CardsListView | CardsListView is a ListView which can have AbstractCard as its delegate: it will automatically assign the proper spacings and margins around the cards adhering to the design guidelines |
►CQtQuick.Rectangle [external] | |
Corg::kde::kirigami::Separator | A visual separator |
Corg::kde::kirigami::ShadowedImage | An image with a shadow |
Corg::kde::kirigami::templates::SingletonHeaderSizeGroup | |
►Corg::kde::kirigami::templates::SwipeListItem | An item delegate intended to support extra actions obtainable by uncovering them by dragging away the item with the handle |
Corg::kde::kirigami::SwipeListItem | An item delegate Intended to support extra actions obtainable by uncovering them by dragging away the item with the handle This acts as a container for normal list items |
Corg::kde::kirigami::TabBarControl | |
CTheme | |