mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 21:40:36 -04:00
Added first Emoteicons feature
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@436 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
967b91eea1
commit
b55eb395a3
4 changed files with 169 additions and 56 deletions
|
@ -23,12 +23,14 @@
|
|||
#ifndef _POPUPCHATDIALOG_H
|
||||
#define _POPUPCHATDIALOG_H
|
||||
|
||||
#include <QtGui>
|
||||
#include <QDialog>
|
||||
|
||||
#include "ui_PopupChatDialog.h"
|
||||
|
||||
#include "rsiface/rsiface.h"
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
|
||||
class QAction;
|
||||
class QTextEdit;
|
||||
|
@ -49,10 +51,16 @@ public:
|
|||
|
||||
void updateChat();
|
||||
void addChatMsg(ChatInfo *ci);
|
||||
|
||||
|
||||
void loadEmoticons();
|
||||
|
||||
|
||||
public slots:
|
||||
/** Overloaded QWidget.show */
|
||||
void show();
|
||||
void show();
|
||||
|
||||
void smileyWidget();
|
||||
void addSmiley();
|
||||
|
||||
|
||||
protected:
|
||||
|
@ -81,6 +89,8 @@ private:
|
|||
std::string dialogId, dialogName;
|
||||
unsigned int lastChatTime;
|
||||
std::string lastChatName;
|
||||
|
||||
QHash<QString, QString> smileys;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::PopupChatDialog ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue