Mercurial > hg > easyhg
comparison filestatuswidget.h @ 325:5fa5c908ca00 filelist_right_button_menu
Add right-button menus (not yet functional, but hopefully with the right things in them)
author | Chris Cannam |
---|---|
date | Thu, 10 Mar 2011 21:04:58 +0000 |
parents | 3fbafca196e4 |
children | 6e1fdda1dff2 |
comparison
equal
deleted
inserted
replaced
324:306ffd913071 | 325:5fa5c908ca00 |
---|---|
82 | 82 |
83 FileStates m_fileStates; | 83 FileStates m_fileStates; |
84 QMap<FileStates::State, QString> m_simpleLabels; | 84 QMap<FileStates::State, QString> m_simpleLabels; |
85 QMap<FileStates::State, QString> m_descriptions; | 85 QMap<FileStates::State, QString> m_descriptions; |
86 QMap<FileStates::State, QListWidget *> m_stateListMap; | 86 QMap<FileStates::State, QListWidget *> m_stateListMap; |
87 QMap<FileStates::Activity, QString> m_actionLabels; | |
87 QString m_highlightExplanation; | 88 QString m_highlightExplanation; |
88 | 89 |
89 QFileInfo *m_dateReference; | 90 QFileInfo *m_dateReference; |
90 QStringList m_selectedFiles; | 91 QStringList m_selectedFiles; |
91 | 92 |