summaryrefslogtreecommitdiffstats
path: root/torrentwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'torrentwidget.h')
-rw-r--r--torrentwidget.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/torrentwidget.h b/torrentwidget.h
index 549b3db..051a281 100644
--- a/torrentwidget.h
+++ b/torrentwidget.h
@@ -45,21 +45,29 @@ class TorrentWidget : public QWidget {
private:
void setupGui();
+ void createActions();
void readHeaderData();
void writeHeaderData();
void readSettings();
void writeSettings();
+ QAction *createSeparator();
QLineEdit *mDir;
QPushButton *mSelDir;
QLineEdit *mSearchTorrents;
QPushButton *mDoSearchTorrents;
QString mExt;
QStandardItemModel *mModel;
- FileSorter *mProxy;
QTreeView *mFileView;
- TorrentDisplay *mTorrentDisplay;
QToolBar *mToolBar;
QMenuBar *mMenuBar;
+ QAction *mRefreshA;
+ QAction *mDeleteA;
+ QAction *mMoveA;
+ QAction *mTorrentInfoA;
+ QAction *mSelDirA;
+ QAction *mCopyFnToClipA;
+ FileSorter *mProxy;
+ TorrentDisplay *mTorrentDisplay;
};
#endif // TORRENTWIDGET_H