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);
67 void on_cbLocal_editTextChanged(
const QString &szPath);
69 void slotTreeLocalClicked(
const QModelIndex &index);
70 void on_treeLocal_customContextMenuRequested(
const QPoint &pos);
71 void slotTreeLocalUpload();
72 void slotTreeLocalAddToList();
73 void slotTreeLocalOpen();
74 void slotTreeLocalNew();
75 void slotTreeLocalRename();
76 void slotTreeLocalDelete();
77 void slotTreeLocalCopyToClipboard();
79 void on_tabLocal_customContextMenuRequested(
const QPoint &pos);
80 void slotTabLocalUpload();
81 void slotTabLocalAddToList();
82 void slotTabLocalOpen();
83 void slotTabLocalEdit();
84 void slotTabLocalRename();
85 void slotTabLocalDelete();
86 void slotTabLocalCopyToClipboard();
88 void on_cbRemote_editTextChanged(
const QString &szPath);
90 void on_cbRemote_currentIndexChanged(
int index);
92 void on_treeRemote_clicked(
const QModelIndex &index);
93 void on_treeRemote_doubleClicked(
const QModelIndex &index);
94 void on_treeRemote_customContextMenuRequested(
const QPoint &pos);
95 void slotTreeRemoteDownload();
96 void slotTreeRemoteAddToList();
97 void slotTreeRemoteNew();
98 void slotTreeRemoteDelete();
99 void slotTreeRemoteRename();
100 void slotTreeRemoteRefresh();
101 void slotTreeRemoteCopyToClipboard();
103 void on_tabRemote_customContextMenuRequested(
const QPoint &pos);
104 void slotTabRemoteDownload();
105 void slotTabRemoteAddToList();
106 void slotTabRemoteNew();
107 void slotTabRemoteDelete();
108 void slotTabRemoteRename();
109 void slotTabRemoteCopyToClipboard();
111 void on_tabList_customContextMenuRequested(
const QPoint &pos);
112 void slotTabListDelete();
114 void slotProcessFileTransfer();
115 void slotFileTransferUpdate(QSharedPointer<CFileTransfer> f);
118 Ui::CFrmFileTransfer *ui;
120 QFileSystemModel* m_pModelLocalDir;
121 QFileSystemModel* m_pModelLocalFile;