mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
Added connect the Thumbnail Button for select Images/Pictures to use it as Thumbnail for your Channel Item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2073 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
eab78c5c03
commit
20646fb349
3 changed files with 34 additions and 5 deletions
|
@ -42,6 +42,8 @@ public:
|
|||
bool local, std::string srcId);
|
||||
|
||||
void newChannelMsg();
|
||||
|
||||
QPixmap picture;
|
||||
|
||||
protected:
|
||||
virtual void dragEnterEvent(QDragEnterEvent *event);
|
||||
|
@ -53,6 +55,8 @@ private slots:
|
|||
|
||||
void cancelMsg();
|
||||
void sendMsg();
|
||||
|
||||
void addThumbnail();
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue