![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
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. | |
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.
| QString SettingsSearchEntry::fullSearchText |
Extended search text (label, control text, tooltip) for full-text matching.
| QString SettingsSearchEntry::groupTitle |
Title of the group/section within the page.
| int SettingsSearchEntry::pageIndex |
Index of the settings page this entry belongs to.
| QWidget* SettingsSearchEntry::widget |
Pointer to the setting widget for focus/scrolling.
| QString SettingsSearchEntry::widgetLabel |
Display label for the setting widget.