mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
* updated Library Dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@708 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d62876ae37
commit
1bc0cf6bf3
4 changed files with 139 additions and 19 deletions
|
@ -42,9 +42,11 @@ public:
|
|||
/** Default Destructor */
|
||||
|
||||
QString filePass();
|
||||
QString LibShared;
|
||||
QString filechose;
|
||||
QModelIndex ind;
|
||||
|
||||
private slots:
|
||||
|
||||
|
||||
void PopulateList();
|
||||
|
||||
|
@ -54,14 +56,23 @@ private slots:
|
|||
void CallCreateAlbumBtn_library();
|
||||
void CallDeleteAlbumBtn_library();
|
||||
void CallFindBtn_library();
|
||||
|
||||
|
||||
|
||||
void browseFile();
|
||||
void player();
|
||||
void ListLibrarymenu(QModelIndex,QPoint);
|
||||
void PlayFrmList();
|
||||
void copyFile();
|
||||
void DeleteFile();
|
||||
void RenameFile();
|
||||
void StopRename();
|
||||
|
||||
|
||||
signals:
|
||||
void rightButtonClicked(const QModelIndex , const QPoint);
|
||||
|
||||
|
||||
private:
|
||||
QTimer *progtime;
|
||||
|
||||
|
||||
/** Qt Designer generated object */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue