KUserFeedbackCore C++ Classes

Framework for collecting feedback from application users via telemetry and targeted surveys. More...

Namespaces

Classes

KUserFeedback::AbstractDataSource

Base class for data sources for telemetry data

KUserFeedback::ApplicationVersionSource

Data source for the application version

KUserFeedback::AuditLogUiController

Widget/QtQuick-independent logic and data for the audit log browser UI

KUserFeedback::CompilerInfoSource

Data source reporting which compiler was used to build this code

KUserFeedback::CpuInfoSource

Data source reporting the type and amount of CPUs

KUserFeedback::FeedbackConfigUiController

Logic/behavior of the feedback configuration UI

KUserFeedback::LocaleInfoSource

Data source reporting the region and language settings

KUserFeedback::OpenGLInfoSource

Data source reporting type, version and vendor of the OpenGL stack

KUserFeedback::PlatformInfoSource

Reports information about the platform the application is running on

KUserFeedback::PropertyRatioSource

Records the time ratio a given QObject property has a specific value

KUserFeedback::Provider

Central object managing data sources and transmitting feedback to the server

KUserFeedback::QPAInfoSource

Reports information about the Qt platform abstraction plugin the application is running on

KUserFeedback::QtVersionSource

Data source reporting the Qt version used at runtime

KUserFeedback::ScreenInfoSource

Data source for information about connected displays

KUserFeedback::SelectionRatioSource

Records the time ratio a given entry is selected via a QItemSelectionModel

KUserFeedback::StartCountSource

Data source reporting the total amount of applications starts

KUserFeedback::SurveyInfo

Information about a survey request

KUserFeedback::UsageTimeSource

Data source reporting the total usage time of the application

Detailed Description