Add context menu to show hidden image on lobby.

A tooltip show hidden image too.
The RSImageBlockWidget is removed.
This commit is contained in:
Phenom 2016-09-24 16:12:44 +02:00
parent 854eebb2cb
commit fdfd2e9248
7 changed files with 134 additions and 54 deletions

View file

@ -4,14 +4,12 @@
#include <QTextCursor>
#include <QWidget>
class ImageUtil
{
public:
ImageUtil();
static void extractImage(QWidget *window, QTextCursor cursor);
static bool checkImage(QTextCursor cursor);
};
#endif // IMAGEUTIL_H