LeechCraft 0.6.70-14794-g33744ae6ce
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
The QML utilities

Common QML-related classes and functions. More...

Classes

class  LC::Util::ColorThemeProxy
 Proxy for QML files to use colors from current color theme. More...
 
class  LC::Util::SettableIconProvider
 QML image provider with settable icons for each path. More...
 
class  LC::Util::StandardNAMFactory
 A standard QML QNetworkAccessManager factory. More...
 
class  LC::Util::ThemeImageProvider
 Provides icons from the current theme by their FDO name. More...
 
class  LC::Util::ToolTipItem
 ToolTip for Qml objects. More...
 
class  LC::Util::UnhideListModel
 A model to be used with UnhideListViewBase. More...
 
class  LC::Util::UnhideListViewBase
 Base class for a view of a list of items to be unclosed. More...
 
class  LC::Util::WidthIconProvider
 Provides scalable icons to QML. More...
 

Functions

void LC::Util::WatchQmlErrors (QQuickWidget *view)
 Utility function for logging errors from a QML view.
 

Detailed Description

Common QML-related classes and functions.

Function Documentation

◆ WatchQmlErrors()

UTIL_QML_API void LC::Util::WatchQmlErrors ( QQuickWidget *  view)

Utility function for logging errors from a QML view.

Parameters
[in]viewThe declarative view to watch for errors.

Definition at line 16 of file qmlerrorwatcher.cpp.