KUserFeedback::ScreenInfoSource Class
class KUserFeedback::ScreenInfoSourceData source for information about connected displays. More...
Header: | #include <KUserFeedback/ScreenInfoSource> |
CMake: | find_package(KF6 REQUIRED COMPONENTS UserFeedbackCore) target_link_libraries(mytarget PRIVATE KF6::UserFeedbackCore) |
Inherits: | KUserFeedback::AbstractDataSource |
Public Functions
Detailed Description
This provides as array of maps containing the following properties:
- height: Height of the corresponding screen in pixel.
- width: Width of the corresponding screen in pixel.
- dpi: Dots per inch of the corresponding screen.
The default telemetry mode for this source is Provider::DetailedSystemInformation.
Member Function Documentation
ScreenInfoSource::ScreenInfoSource()
Create a new screen information source.