mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 02:24:18 -04:00
Show tags as label in MessagesDialog.
Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3728 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
618cc702a8
commit
5cc222d251
7 changed files with 159 additions and 38 deletions
|
@ -141,6 +141,9 @@ private:
|
|||
|
||||
void processSettings(bool bLoad);
|
||||
|
||||
void clearTagLabels();
|
||||
void showTagLabels();
|
||||
|
||||
void setToolbarButtonStyle(Qt::ToolButtonStyle style);
|
||||
void fillTags();
|
||||
bool m_bProcessSettings;
|
||||
|
@ -151,6 +154,7 @@ private:
|
|||
|
||||
std::string mCurrCertId;
|
||||
std::string mCurrMsgId;
|
||||
QList<QLabel*> tagLabels;
|
||||
|
||||
QString fileName;
|
||||
QFont mFont;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue