From 831a1031b14f4899905e54dd94fdff5d263eb609 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 13 Aug 2010 17:06:00 +0200 Subject: Implemented editing of file part numbers Added the possibility to edit file part numbers via context menu in FilesTreeWidget. This action triggers the edit event on the specific QModelIndex. --- filestreewidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'filestreewidget.h') diff --git a/filestreewidget.h b/filestreewidget.h index eddf344..86686ca 100644 --- a/filestreewidget.h +++ b/filestreewidget.h @@ -37,6 +37,7 @@ class FilesTreeWidget : public QWidget { void moveToDirectory(); void fileProperties(); void editQuality(); + void editPart(); private slots: void fileSelectionChanged(const QModelIndex ¤t, const QModelIndex &previous); -- cgit v1.2.3-70-g09d2