mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 00:25:48 -04:00
Add context menu to show hidden image on lobby.
A tooltip show hidden image too. The RSImageBlockWidget is removed.
This commit is contained in:
parent
854eebb2cb
commit
fdfd2e9248
7 changed files with 134 additions and 54 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue