#include <QPainter>
Go to the source code of this file.
Functions | |
void | draw_selection_rectangle (QPainter &painter, const QRect &rect) |
Routine for drawing a drag selection rectangle for any given QPainter. More... | |
void draw_selection_rectangle | ( | QPainter & | painter, |
const QRect & | rect | ||
) |
Routine for drawing a drag selection rectangle for any given QPainter.
painter | QPainter object to use for drawing |
rect | Rectangle to draw |