libyui-qt
2.46.13
|
Static Public Member Functions | |
static QY2Styler * | styler () |
Protected Member Functions | |
QY2Styler (QObject *parent) | |
Constructor. More... | |
void | renderParent (QWidget *wid) |
QImage | getScaled (const QString name, const QSize &size) |
void | processUrls (QString &text) |
Search and replace some self-defined macros in the style sheet. More... | |
bool | eventFilter (QObject *obj, QEvent *ev) |
Definition at line 36 of file QY2Styler.h.
|
protected |
Constructor.
Use the static styler() function instead to return the singleton for this class.
Definition at line 53 of file QY2Styler.cc.
|
protected |
Search and replace some self-defined macros in the style sheet.
Among other things, expands the file name inside url( filename.png ) in the style sheet with the full path.
Definition at line 116 of file QY2Styler.cc.