mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 23:40:26 -04:00
Improvements of People dialog. Patch from Phenom (slightly modified).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7603 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
20786dbfeb
commit
d79f5e10fb
12 changed files with 1020 additions and 992 deletions
|
@ -122,6 +122,10 @@ signals:
|
|||
///Signales when the widget is dropped.
|
||||
void flowLayoutItemDropped(QList <FlowLayoutItem*> listItem, bool &bAccept);
|
||||
|
||||
/// \brief updated
|
||||
///Signales when the image (getImage) is updated.
|
||||
void imageUpdated();
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *event){event->ignore();}
|
||||
void keyReleaseEvent(QKeyEvent *event){event->ignore();}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue