▼NKirigami | |
CIconSizes | |
CKirigamiPluginFactory | |
CKirigamiPluginFactoryV2 | This class provides an extended version of KirigamiPluginFactory |
CPlatformTheme | |
CTabletModeWatcher | |
CUnits | |
CVirtualKeyboardWatcher | |
▼Norg | |
▼Nkde | |
►Nkirigami | |
►Ntemplates | |
CAbstractApplicationHeader | An item that can be used as a title for the application |
CAbstractCard | A AbstractCard is the base for cards |
CAbstractChip | 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." |
CAbstractListItem | An item delegate for the primitive ListView component |
CApplicationHeader | An item that can be used as a title for the application |
CIconPropertiesGroup | Group of icon properties |
CInlineMessage | An inline message item with support for informational, positive, warning and error types, and with support for associated actions |
COverlayDrawer | Overlay Drawers are used to expose additional UI elements needed for small secondary tasks for which the main UI elements are not needed |
COverlaySheet | An overlay sheet that covers the current Page content |
CPassiveNotificationsManager | PassiveNotificationManager is meant to display small, passive and inline notifications in the app |
CSingletonHeaderSizeGroup | |
CSwipeListItem | An item delegate intended to support extra actions obtainable by uncovering them by dragging away the item with the handle |
CAboutItem | An about item that displays the about data |
CAboutPage | An "About" page that is ready to integrate in a Kirigami app |
CAbstractApplicationHeader | An item that can be used as a title for the application |
CAbstractApplicationItem | An item that provides the features of AbstractApplicationWindow without the window itself |
CAbstractApplicationWindow | 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 |
CAbstractCard | AbstractCard is the base for cards |
CAbstractChip | AbstractChip is a visual object based on AbstractButton that provides a way to display predetermined elements with the visual styling of "tags" or "tokens" |
CAbstractItemViewHeader | An item that can be used as an header for a ListView |
CAbstractListItem | An item delegate for the primitive ListView component |
CAction | An item that represents an abstract Action |
CActionTextField | This is advanced textfield |
CActionToolBar | A toolbar built out of a list of actions |
CApplicationHeader | An item that can be used as a title for the application |
CApplicationItem | An item that provides the features of ApplicationWindow without the window itself |
CApplicationWindow | A window that provides some basic features needed for all apps |
CAvatar | An element that represents a user, either with initials, an icon, or a profile image |
CBasicListItem | A BasicListItem provides a simple list item design that can handle the most common list item usecases |
CCard | This is the standard layout of a Card |
CCardsGridView | CardsGridView is used to display a grid of Cards generated from any model |
CCardsLayout | A GridLayout optimized for showing one or two columns of cards, depending on the available space |
CCardsListView | 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 |
CCategorizedSettings | A container for setting actions showing them in a list view and displaying the actual page next to it |
CCheckableListItem | A simple subclass of BasicListItem that adds a checkbox on the left side of the layout |
CChip | A compact element that represents an attribute, action, or filter |
CContextDrawer | A specialized type of drawer that will show a list of actions relevant to the application's current page |
CDefaultCardBackground | This is the default background for Cards |
CDialog | Popup dialog that is used for short tasks and user interaction |
CFlexColumn | FlexColumn is a column that grows in width to a fixed cap |
CFormLayout | This is the base class for Form layouts conforming to the Kirigami Human Interface Guidelines |
CGlobalDrawer | A specialized form of the Drawer intended for showing an application's always-available global actions |
CHeading | A heading label used for subsections of texts |
CHero | An element that implements a shared element transition, otherwise known as a "hero animation" |
CInlineMessage | An inline message item with support for informational, positive, warning and error types, and with support for associated actions |
CItemViewHeader | An item that can be used as an header for a ListView |
CLabel | This is a label which uses the current Theme |
CLinkButton | A button that looks like a link |
CListItemDragHandle | 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 |
CListSectionHeader | A section delegate for the primitive ListView component |
CLoadingPlaceholder | A placeholder for loading pages |
CMenuDialog | A dialog that prompts users with a context menu, with list items that perform actions |
CNavigationTabBar | Page navigation tab-bar, used as an alternative to sidebars for 3-5 elements |
CNavigationTabButton | Navigation buttons to be used for the NavigationTabBar component |
COverlayDrawer | Overlay Drawers are used to expose additional UI elements needed for small secondary tasks for which the main UI elements are not needed |
COverlaySheet | An overlay sheet that covers the current Page content |
CPage | Page is a container for all the app pages: everything pushed to the ApplicationWindow's pageStack should be a Page |
CPagePoolAction | An action used to load Pages coming from a common PagePool in a PageRow or QtQuickControls2 StackView |
CPageRow | PageRow implements a row-based navigation model, which can be used with a set of interlinked information pages |
CPasswordField | This is a standard password text field |
CPlaceholderMessage | A placeholder message indicating that a view is empty |
CPromptDialog | A simple dialog to quickly prompt a user with information, and possibly perform an action |
CRouterWindow | An ApplicationWindow with a preconfigured PageRouter |
CScrollablePage | ScrollablePage is a Page that holds scrollable content, such as a ListView |
CSearchField | 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 |
CSelectableLabel | This is a label which supports text selection |
CSeparator | A visual separator |
CSettingAction | SettingAction defines a settings page, and is typically used by a CategorizedSettings object |
CShadowedImage | An image with a shadow |
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 |
CSwipeNavigator | SwipeNavigator is a control providing for lateral navigation |
CTabBarControl | |
CTabViewLayout | Control for dynamically moving a bar above or below a content item, e.g |
CToolBarApplicationHeader | ToolBarApplicationHeader represents a toolbar that will display the actions of the current page |
CUrlButton | A link button that contains a URL |
CAbstractApplicationHeader | An item that can be used as a title for the application |
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 |
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 |
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 |
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 |
CFormLayoutAttached | This attached property contains the information for decorating a org::kde::kirigami::FormLayout: |
CIcon | Class for rendering an icon in UI |
CImageColors | Extracts the dominant colors from an element or an image and exports it to a color palette |
CInlineMessage | An inline message item with support for informational, positive, warning and error types, and with support for associated actions |
CInputMethod | This exposes information about the current used input method |
CKirigamiWheelEvent | Describes the mouse wheel event |
CLabel | This is a label which uses the current Theme |
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 |
CPaintedRectangleItem | A rectangle with a border and rounded corners, rendered through QPainter |
CPreloadRouteGroup | Item holding data about when to preload a route |
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" |
CShadowedBorderRectangleMaterial | A material rendering a rectangle with a shadow and a border |
CShadowedRectangle | A rectangle with a shadow behind it |
CShadowedRectangleMaterial | A material rendering a rectangle with a shadow |
CShadowedRectangleNode | Scene graph node for a shadowed rectangle |
CShadowedTexture | A rectangle with a shadow, using a QQuickItem as texture |
CShadowedTextureMaterial | A material rendering a rectangle with a shadow |
CShadowedTextureNode | Scene graph node for a shadowed texture source |
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 |
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 |
CTheme | |
CToolBarLayout | An item that creates delegates for actions and lays them out in a row |
CToolBarLayoutAttached | Attached property for ToolBarLayout delegates |
CWheelHandler | Handles scrolling for a Flickable and 2 attached ScrollBars |