mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 09:05:24 -04:00
Added new rich text editor & improved design for Create Post
* Added new Rich Text Editor * Redesigned the Create Post Composer for Posted Links * When only link is added display different thumbnail
This commit is contained in:
parent
dadc86e291
commit
47678b33a4
36 changed files with 1691 additions and 135 deletions
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <QDialog>
|
||||
#include "retroshare/rsposted.h"
|
||||
#include "util/MRichTextEdit.h"
|
||||
|
||||
class TokenQueue;
|
||||
|
||||
|
@ -41,13 +42,15 @@ public:
|
|||
*/
|
||||
explicit PostedCreatePostDialog(TokenQueue* tokenQ, RsPosted* posted, const RsGxsGroupId& grpId, QWidget *parent = 0);
|
||||
~PostedCreatePostDialog();
|
||||
|
||||
|
||||
QPixmap picture;
|
||||
|
||||
private slots:
|
||||
void createPost();
|
||||
void addPicture();
|
||||
|
||||
void on_postButton_clicked();
|
||||
void on_imageButton_clicked();
|
||||
void on_linkButton_clicked();
|
||||
|
||||
private:
|
||||
QString mLink;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue