Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
SettingsSearchEntry Struct Reference

Represents a single searchable setting entry. More...

#include <settings_search_model.h>

Public Attributes

int pageIndex
 Index of the settings page this entry belongs to.
QString groupTitle
 Title of the group/section within the page.
QString widgetLabel
 Display label for the setting widget.
QString fullSearchText
 Extended search text (label, control text, tooltip) for full-text matching.
QWidget * widget
 Pointer to the setting widget for focus/scrolling.

Detailed Description

Represents a single searchable setting entry.

Each settings page provides a list of these entries via getSearchEntries(). The model uses them for filtering, relevance scoring, and display.

Member Data Documentation

◆ fullSearchText

QString SettingsSearchEntry::fullSearchText

Extended search text (label, control text, tooltip) for full-text matching.

◆ groupTitle

QString SettingsSearchEntry::groupTitle

Title of the group/section within the page.

◆ pageIndex

int SettingsSearchEntry::pageIndex

Index of the settings page this entry belongs to.

◆ widget

QWidget* SettingsSearchEntry::widget

Pointer to the setting widget for focus/scrolling.

◆ widgetLabel

QString SettingsSearchEntry::widgetLabel

Display label for the setting widget.


The documentation for this struct was generated from the following file: