moved Horizontal text Splitter to Insert Menu and added Paragraph ComboBox instead of Lists ComboBox, Lists needs a own Format Menu not more use as ComboBox.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3000 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-05-25 17:18:12 +00:00
parent ff32924d73
commit c9fe6dee6b
3 changed files with 112 additions and 32 deletions

View file

@ -67,6 +67,9 @@ public slots:
void sendMessage();
void cancelMessage();
void addImage();
void changeFormatType(int styleIndex );
protected:
void closeEvent (QCloseEvent * event);