On this page

NoResultsFound QML Type

A placeholder message shown when a search yields no results. More...

Import Statement: import QtInterfaceFramework.ControlPanelHelper 1.0
Inherits:

Rectangle

Properties

Detailed Description

NoResultsFound displays a search icon, a title, and a description that includes the search query. It is used by InterfaceSelector and the property list when the user's filter matches nothing. The itemType property lets the message adapt to different contexts (e.g. "properties", "interfaces").

Usage

NoResultsFound {
    searchText: searchField.text
    itemType: "properties"
}

Property Documentation

descriptionText : string

This property holds the description text shown below the title. Defaults to 'No <itemType> match "<searchText>"'.

itemType : string

This property holds the type of items being searched, used to build the title and description text (e.g. "properties", "interfaces"). Defaults to "properties".

searchText : string

This property holds the search query to display in the description message.

titleText : string

This property holds the title text shown in the no-results placeholder when a search yields no matches. Defaults to "No <itemType> found".

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.