KUserFeedback Namespace
Header: | #include <KUserFeedback> |
CMake: | find_package(KF6 REQUIRED COMPONENTS UserFeedbackCore) target_link_libraries(mytarget PRIVATE KF6::UserFeedbackCore) |
Classes
class | AbstractDataSource |
class | ApplicationVersionSource |
class | AuditLogBrowserDialog |
class | AuditLogUiController |
class | CompilerInfoSource |
class | CpuInfoSource |
class | FeedbackConfigDialog |
class | FeedbackConfigUiController |
class | FeedbackConfigWidget |
class | LocaleInfoSource |
class | NotificationPopup |
class | OpenGLInfoSource |
class | PlatformInfoSource |
class | PropertyRatioSource |
class | Provider |
class | QPAInfoSource |
class | QtVersionSource |
class | ScreenInfoSource |
class | SelectionRatioSource |
class | StartCountSource |
class | StyleInfoSource |
class | SurveyInfo |
class | UsageTimeSource |
Detailed Description
Classes
class AbstractDataSource
Base class for data sources for telemetry data. More...
class ApplicationVersionSource
Data source for the application version. More...
class AuditLogUiController
Widget/QtQuick-independent logic and data for the audit log browser UI. More...
class CompilerInfoSource
Data source reporting which compiler was used to build this code. More...
class CpuInfoSource
Data source reporting the type and amount of CPUs. More...
class FeedbackConfigUiController
Logic/behavior of the feedback configuration UI. More...
class LocaleInfoSource
Data source reporting the region and language settings. More...
class OpenGLInfoSource
Data source reporting type, version and vendor of the OpenGL stack. More...
class PlatformInfoSource
Reports information about the platform the application is running on. More...
class PropertyRatioSource
Records the time ratio a given QObject property has a specific value. More...
class Provider
The central object managing data sources and transmitting feedback to the server. More...
class QPAInfoSource
Reports information about the Qt platform abstraction plugin the application is running on. More...
class QtVersionSource
Data source reporting the Qt version used at runtime. More...
class ScreenInfoSource
Data source for information about connected displays. More...
class SelectionRatioSource
Records the time ratio a given entry is selected via a QItemSelectionModel. More...
class StartCountSource
Data source reporting the total amount of applications starts. More...
class SurveyInfo
Information about a survey request. More...
class UsageTimeSource
Data source reporting the total usage time of the application. More...