summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/mainwindow.h
Unidiff
Diffstat (limited to 'noncore/apps/confedit/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/confedit/mainwindow.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/noncore/apps/confedit/mainwindow.h b/noncore/apps/confedit/mainwindow.h
index b015dac..e0dc0b0 100644
--- a/noncore/apps/confedit/mainwindow.h
+++ b/noncore/apps/confedit/mainwindow.h
@@ -38,19 +38,27 @@ public slots:
38 void groupChanged(const QString&); 38 void groupChanged(const QString&);
39 void keyChanged(const QString&); 39 void keyChanged(const QString&);
40 void valueChanged(const QString&); 40 void valueChanged(const QString&);
41 void showPopup(); 41 void showPopup();
42 void stopTimer( QListViewItem* ); 42 void stopTimer( QListViewItem* );
43 void saveConfFile(); 43 void saveConfFile();
44 void revertConfFile();
44 45
45private: 46private:
46 ListViewConfDir *settingList; 47 ListViewConfDir *settingList;
47 EditWidget *editor; 48 EditWidget *editor;
48 ListViewItemConfigEntry *_currentItem; 49 ListViewItemConfigEntry *_currentItem;
49 ListViewItemConfFile *_fileItem; 50 ListViewItemConfFile *_fileItem;
50 QTimer *popupTimer; 51 QTimer *popupTimer;
51 QPopupMenu *popupMenu; 52 QPopupMenu *popupMenuFile;
53 QPopupMenu *popupMenuEntry;
54 QAction *popupActionSave;
55 QAction *popupActionRevert;
56 QAction *popupActionDelete;
57 QAction *popupActionNew;
58 //QAction *popupAction;
59 //QAction *popupAction;
52 60
53 void makeMenu(); 61 void makeMenu();
54}; 62};
55 63
56#endif 64#endif