mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 19:42:28 -04:00
added these missign files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1541 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a293a39d1b
commit
53dd3019fb
3 changed files with 320 additions and 0 deletions
25
retroshare-gui/src/gui/TurtleRouterDialog.h
Normal file
25
retroshare-gui/src/gui/TurtleRouterDialog.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
#pragma once
|
||||
|
||||
#include <QPoint>
|
||||
#include "ui_TurtleRouterDialog.h"
|
||||
|
||||
class TurtleRouterDialog: public QWidget, public Ui::TurtleRouterDialogForm
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
static void showUp() ;
|
||||
|
||||
/** Default Constructor */
|
||||
protected slots:
|
||||
void update() ;
|
||||
void showCtxMenu(const QPoint&) ;
|
||||
void removeFileHash() ;
|
||||
|
||||
private:
|
||||
void fillTable(QTableWidget *table,const std::vector<std::vector<std::string> >&) ;
|
||||
TurtleRouterDialog(QWidget *parent = NULL) ;
|
||||
QTimer *_timer ;
|
||||
|
||||
static TurtleRouterDialog *_instance ;
|
||||
} ;
|
Loading…
Add table
Add a link
Reference in a new issue