24    virtual int Load(QSettings &set);
 
   25    virtual int Save(QSettings &set);
 
   28    void sigUpload(
const QString& source, 
const QString& destination);
 
   29    void sigCopyUrlToClipboard(
const QString& szPath);
 
   33                   QVector<QSharedPointer<CRemoteFileSystem> > contents,
 
   36    void sigMakeDir(
const QString &szPath);
 
   37    void sigRemoveDir(
const QString &szPath);
 
   38    void sigRemoveFile(
const QString& szFile);
 
   39    void sigRename(
const QString& oldName, 
const QString& newName);
 
   41    void sigStartFileTransfer(QSharedPointer<CFileTransfer> f);
 
   42    void sigStopFileTransfer(QSharedPointer<CFileTransfer> f);
 
   51    int EnumLocalDirectory(QDir d, 
const QString& szRemote);
 
   55    void on_cbLocal_editTextChanged(
const QString &szPath);
 
   57    void slotTreeLocalClicked(
const QModelIndex &index);
 
   58    void on_treeLocal_customContextMenuRequested(
const QPoint &pos);
 
   59    void slotTreeLocalUpload();
 
   60    void slotTreeLocalAddToList();
 
   61    void slotTreeLocalOpen();
 
   62    void slotTreeLocalNew();
 
   63    void slotTreeLocalRename();
 
   64    void slotTreeLocalDelete();
 
   65    void slotTreeLocalCopyToClipboard();
 
   67    void on_tabLocal_customContextMenuRequested(
const QPoint &pos);
 
   68    void slotTabLocalUpload();
 
   69    void slotTabLocalAddToList();
 
   70    void slotTabLocalOpen();
 
   71    void slotTabLocalEdit();
 
   72    void slotTabLocalRename();
 
   73    void slotTabLocalDelete();
 
   74    void slotTabLocalCopyToClipboard();
 
   76    void on_cbRemote_editTextChanged(
const QString &szPath);
 
   78    void on_cbRemote_currentIndexChanged(
int index);
 
   80    void on_treeRemote_clicked(
const QModelIndex &index);
 
   81    void on_treeRemote_doubleClicked(
const QModelIndex &index);
 
   82    void on_treeRemote_customContextMenuRequested(
const QPoint &pos);
 
   83    void slotTreeRemoteDownload();
 
   84    void slotTreeRemoteAddToList();
 
   85    void slotTreeRemoteNew();
 
   86    void slotTreeRemoteDelete();
 
   87    void slotTreeRemoteRename();
 
   88    void slotTreeRemoteRefresh();
 
   89    void slotTreeRemoteCopyToClipboard();
 
   91    void on_tabRemote_customContextMenuRequested(
const QPoint &pos);
 
   92    void slotTabRemoteDownload();
 
   93    void slotTabRemoteAddToList();
 
   94    void slotTabRemoteNew();
 
   95    void slotTabRemoteDelete();
 
   96    void slotTabRemoteRename();
 
   97    void slotTabRemoteCopyToClipboard();
 
   99    void on_tabList_customContextMenuRequested(
const QPoint &pos);
 
  100    void slotTabListDelete();
 
  102    void slotProcessFileTransfer();
 
  103    void slotFileTransferUpdate(QSharedPointer<CFileTransfer> f);
 
  106    Ui::CFrmFileTransfer *ui;
 
  108    QFileSystemModel* m_pModelLocalDir;
 
  109    QFileSystemModel* m_pModelLocalFile;