Mercurial > hg > easyhg
comparison filestatuswidget.h @ 100:0dc7305acbc8
* Helpful texts
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 19:53:36 +0000 |
parents | d1be9712818a |
children | 0bd32aedc6f6 |
comparison
equal
deleted
inserted
replaced
99:a5a2d74a83a7 | 100:0dc7305acbc8 |
---|---|
66 | 66 |
67 QString m_remoteURL; | 67 QString m_remoteURL; |
68 QLabel *m_remoteURLLabel; | 68 QLabel *m_remoteURLLabel; |
69 | 69 |
70 FileStates m_fileStates; | 70 FileStates m_fileStates; |
71 QMap<FileStates::State, QString> m_simpleLabels; | |
72 QMap<FileStates::State, QString> m_descriptions; | |
71 QMap<FileStates::State, QListWidget *> m_stateListMap; | 73 QMap<FileStates::State, QListWidget *> m_stateListMap; |
74 QString m_highlightExplanation; | |
72 | 75 |
73 QFileInfo *m_dateReference; | 76 QFileInfo *m_dateReference; |
74 QStringList m_selectedFiles; | 77 QStringList m_selectedFiles; |
75 | 78 |
76 void updateWidgets(); | 79 void updateWidgets(); |
80 QString labelFor(FileStates::State, bool addHighlightExplanation = false); | |
81 void setLabelFor(QWidget *w, FileStates::State, bool addHighlightExplanation); | |
77 }; | 82 }; |
78 | 83 |
79 #endif | 84 #endif |