#include "cursors.h"
#include <QApplication>
#include <QDesktopWidget>
#include <QPixmap>
#include <QSvgRenderer>
#include <QPainter>
#include <QCursor>
#include <QDebug>
Functions | |
QCursor | load_cursor (const QString &file, int hotX=-1, int hotY=-1, bool right_aligned=false) |
Variables | |
const int | cursor_size = 24 |
QCursor load_cursor | ( | const QString & | file, |
int | hotX = -1 , |
||
int | hotY = -1 , |
||
bool | right_aligned = false |
||
) |
const int cursor_size = 24 |