Named the function sendBlog rather than sendMsg.

Added users/status box to BlogDialog.ui



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@530 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
rwoodruff91 2008-05-04 15:27:16 +00:00
parent 2d40e6cef4
commit c58edd7a10
3 changed files with 393 additions and 228 deletions

View file

@ -29,7 +29,7 @@ BlogDialog::BlogDialog(QWidget *parent)
/* Invoke the Qt Designer generated object setup routine */ /* Invoke the Qt Designer generated object setup routine */
setupUi(this); setupUi(this);
connect(sendBtn, SIGNAL(clicked()), this, SLOT(sendMsg())); connect(sendBtn, SIGNAL(clicked()), this, SLOT(sendBlog()));
connect(boldBtn, SIGNAL(clicked()), this, SLOT(setFont())); connect(boldBtn, SIGNAL(clicked()), this, SLOT(setFont()));
connect(underlineBtn, SIGNAL(clicked()), this, SLOT(setFont())); connect(underlineBtn, SIGNAL(clicked()), this, SLOT(setFont()));
connect(italicBtn, SIGNAL(clicked()), this, SLOT(setFont())); connect(italicBtn, SIGNAL(clicked()), this, SLOT(setFont()));
@ -38,7 +38,7 @@ BlogDialog::BlogDialog(QWidget *parent)
} }
void BlogDialog::sendMsg() void BlogDialog::sendBlog()
{ {
QString msg = lineEdit->toPlainText(); QString msg = lineEdit->toPlainText();

View file

@ -38,7 +38,7 @@ public:
Ui::BlogDialog ui; Ui::BlogDialog ui;
public slots: public slots:
void sendMsg(); void sendBlog();
void setFont(); void setFont();
private slots: private slots:

View file

@ -5,8 +5,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>471</width> <width>680</width>
<height>418</height> <height>399</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy" > <property name="sizePolicy" >
@ -504,27 +504,203 @@
<property name="windowIcon" > <property name="windowIcon" >
<iconset/> <iconset/>
</property> </property>
<widget class="QWidget" name="" > <widget class="QWidget" name="layoutWidget" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>0</x> <x>460</x>
<y>0</y> <y>6</y>
<width>463</width> <width>211</width>
<height>403</height> <height>383</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<property name="leftMargin" > <property name="leftMargin" >
<number>0</number> <number>0</number>
</property> </property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<property name="horizontalSpacing" > <property name="horizontalSpacing" >
<number>-1</number> <number>0</number>
</property> </property>
<property name="verticalSpacing" > <property name="verticalSpacing" >
<number>1</number> <number>0</number>
</property> </property>
<item row="0" column="0" > <item row="0" column="0" >
<layout class="QGridLayout" > <layout class="QGridLayout" >
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<property name="horizontalSpacing" >
<number>6</number>
</property>
<property name="verticalSpacing" >
<number>6</number>
</property>
<item row="0" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>41</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0" >
<layout class="QGridLayout" >
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<property name="horizontalSpacing" >
<number>6</number>
</property>
<property name="verticalSpacing" >
<number>6</number>
</property>
<item row="0" column="1" >
<widget class="QLabel" name="label_14" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font" >
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text" >
<string>User status:</string>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<string/>
</property>
<property name="pixmap" >
<pixmap resource="images.qrc" >:/images/peers_16x16.png</pixmap>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item row="1" column="0" >
<widget class="QTreeWidget" name="msgSendList" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Ignored" hsizetype="Ignored" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>20</width>
<height>0</height>
</size>
</property>
<property name="sizeIncrement" >
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="sortingEnabled" >
<bool>true</bool>
</property>
<column>
<property name="text" >
<string>User</string>
</property>
</column>
<column>
<property name="text" >
<string>Status</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget" >
<property name="geometry" >
<rect>
<x>1</x>
<y>4</y>
<width>451</width>
<height>221</height>
</rect>
</property>
<layout class="QGridLayout" >
<property name="topMargin" >
<number>2</number>
</property>
<property name="horizontalSpacing" >
<number>0</number>
</property>
<property name="verticalSpacing" >
<number>0</number>
</property>
<item row="0" column="0" >
<layout class="QGridLayout" >
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<property name="horizontalSpacing" >
<number>6</number>
</property>
<property name="verticalSpacing" >
<number>6</number>
</property>
<item row="0" column="0" > <item row="0" column="0" >
<layout class="QGridLayout" > <layout class="QGridLayout" >
<property name="leftMargin" > <property name="leftMargin" >
@ -546,238 +722,227 @@
<number>6</number> <number>6</number>
</property> </property>
<item row="0" column="0" > <item row="0" column="0" >
<layout class="QGridLayout" > <widget class="QLabel" name="label" >
<property name="leftMargin" > <property name="text" >
<number>0</number> <string/>
</property> </property>
<property name="topMargin" > <property name="pixmap" >
<number>0</number> <pixmap resource="images.qrc" >:/images/chat.png</pixmap>
</property> </property>
<property name="rightMargin" > </widget>
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<property name="horizontalSpacing" >
<number>6</number>
</property>
<property name="verticalSpacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QLabel" name="label" >
<property name="text" >
<string/>
</property>
<property name="pixmap" >
<pixmap resource="images.qrc" >:/images/chat.png</pixmap>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLabel" name="label_12" >
<property name="font" >
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text" >
<string>Blog Feed:</string>
</property>
</widget>
</item>
</layout>
</item> </item>
<item row="0" column="1" > <item row="0" column="1" >
<spacer> <widget class="QLabel" name="label_12" >
<property name="orientation" > <property name="font" >
<enum>Qt::Horizontal</enum> <font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property> </property>
<property name="sizeHint" > <property name="text" >
<size> <string>Blog Feed:</string>
<width>360</width>
<height>16</height>
</size>
</property> </property>
</spacer> </widget>
</item> </item>
</layout> </layout>
</item> </item>
<item row="1" column="0" > <item row="0" column="1" >
<widget class="QTextBrowser" name="msgText" > <spacer>
<property name="sizePolicy" > <property name="orientation" >
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" > <enum>Qt::Horizontal</enum>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
<property name="contextMenuPolicy" > <property name="sizeHint" >
<enum>Qt::DefaultContextMenu</enum> <size>
<width>360</width>
<height>16</height>
</size>
</property> </property>
<property name="undoRedoEnabled" > </spacer>
<bool>false</bool>
</property>
<property name="readOnly" >
<bool>true</bool>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
<item row="1" column="0" > <item row="1" column="0" >
<layout class="QGridLayout" > <widget class="QTextBrowser" name="msgText" >
<property name="verticalSpacing" > <property name="sizePolicy" >
<number>1</number> <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
<item row="0" column="0" > <property name="contextMenuPolicy" >
<spacer> <enum>Qt::DefaultContextMenu</enum>
<property name="orientation" > </property>
<enum>Qt::Horizontal</enum> <property name="undoRedoEnabled" >
</property> <bool>false</bool>
<property name="sizeHint" > </property>
<size> <property name="readOnly" >
<width>355</width> <bool>true</bool>
<height>20</height> </property>
</size> </widget>
</property> </item>
</spacer> </layout>
</item> </widget>
<item row="0" column="1" colspan="2" > <widget class="QWidget" name="" >
<widget class="QPushButton" name="boldBtn" > <property name="geometry" >
<property name="minimumSize" > <rect>
<size> <x>0</x>
<width>24</width> <y>227</y>
<height>24</height> <width>451</width>
</size> <height>165</height>
</property> </rect>
<property name="maximumSize" > </property>
<size> <layout class="QGridLayout" >
<width>24</width> <property name="horizontalSpacing" >
<height>24</height> <number>10</number>
</size> </property>
</property> <property name="verticalSpacing" >
<property name="toolTip" > <number>1</number>
<string>Bold</string> </property>
</property> <item row="0" column="0" >
<property name="text" > <spacer>
<string/> <property name="orientation" >
</property> <enum>Qt::Horizontal</enum>
<property name="icon" > </property>
<iconset resource="images.qrc" >:/images/edit-bold.png</iconset> <property name="sizeHint" >
</property> <size>
<property name="checkable" > <width>360</width>
<bool>true</bool> <height>16</height>
</property> </size>
</widget> </property>
</item> </spacer>
<item row="0" column="3" > </item>
<widget class="QPushButton" name="underlineBtn" > <item row="0" column="1" >
<property name="minimumSize" > <widget class="QPushButton" name="boldBtn" >
<size> <property name="minimumSize" >
<width>24</width> <size>
<height>24</height> <width>24</width>
</size> <height>24</height>
</property> </size>
<property name="maximumSize" > </property>
<size> <property name="maximumSize" >
<width>24</width> <size>
<height>24</height> <width>24</width>
</size> <height>24</height>
</property> </size>
<property name="toolTip" > </property>
<string>Italic</string> <property name="toolTip" >
</property> <string>Bold</string>
<property name="text" > </property>
<string/> <property name="text" >
</property> <string/>
<property name="icon" > </property>
<iconset resource="images.qrc" >:/images/edit-underline.png</iconset> <property name="icon" >
</property> <iconset resource="images.qrc" >:/images/edit-bold.png</iconset>
<property name="checkable" > </property>
<bool>true</bool> <property name="checkable" >
</property> <bool>true</bool>
</widget> </property>
</item> </widget>
<item row="0" column="4" > </item>
<widget class="QPushButton" name="italicBtn" > <item row="0" column="2" >
<property name="minimumSize" > <widget class="QPushButton" name="underlineBtn" >
<size> <property name="minimumSize" >
<width>24</width> <size>
<height>24</height> <width>24</width>
</size> <height>24</height>
</property> </size>
<property name="maximumSize" > </property>
<size> <property name="maximumSize" >
<width>24</width> <size>
<height>24</height> <width>24</width>
</size> <height>24</height>
</property> </size>
<property name="toolTip" > </property>
<string>Underline</string> <property name="toolTip" >
</property> <string>Italic</string>
<property name="text" > </property>
<string/> <property name="text" >
</property> <string/>
<property name="icon" > </property>
<iconset resource="images.qrc" >:/images/edit-italic.png</iconset> <property name="icon" >
</property> <iconset resource="images.qrc" >:/images/edit-underline.png</iconset>
<property name="checkable" > </property>
<bool>true</bool> <property name="checkable" >
</property> <bool>true</bool>
</widget> </property>
</item> </widget>
<item row="1" column="0" colspan="5" > </item>
<widget class="QTextEdit" name="lineEdit" > <item row="0" column="3" >
<property name="sizePolicy" > <widget class="QPushButton" name="italicBtn" >
<sizepolicy vsizetype="Maximum" hsizetype="Expanding" > <property name="minimumSize" >
<horstretch>0</horstretch> <size>
<verstretch>0</verstretch> <width>24</width>
</sizepolicy> <height>24</height>
</property> </size>
<property name="maximumSize" > </property>
<size> <property name="maximumSize" >
<width>16777215</width> <size>
<height>100</height> <width>24</width>
</size> <height>24</height>
</property> </size>
<property name="sizeIncrement" > </property>
<size> <property name="toolTip" >
<width>0</width> <string>Underline</string>
<height>0</height> </property>
</size> <property name="text" >
</property> <string/>
<property name="baseSize" > </property>
<size> <property name="icon" >
<width>0</width> <iconset resource="images.qrc" >:/images/edit-italic.png</iconset>
<height>0</height> </property>
</size> <property name="checkable" >
</property> <bool>true</bool>
</widget> </property>
</item> </widget>
<item row="2" column="0" colspan="2" > </item>
<spacer> <item row="1" column="0" colspan="4" >
<property name="orientation" > <widget class="QTextEdit" name="lineEdit" >
<enum>Qt::Horizontal</enum> <property name="sizePolicy" >
</property> <sizepolicy vsizetype="Maximum" hsizetype="Expanding" >
<property name="sizeHint" > <horstretch>0</horstretch>
<size> <verstretch>0</verstretch>
<width>321</width> </sizepolicy>
<height>20</height> </property>
</size> <property name="maximumSize" >
</property> <size>
</spacer> <width>16777215</width>
</item> <height>100</height>
<item row="2" column="2" colspan="3" > </size>
<widget class="QPushButton" name="sendBtn" > </property>
<property name="text" > <property name="sizeIncrement" >
<string>Send</string> <size>
</property> <width>0</width>
</widget> <height>0</height>
</item> </size>
</layout> </property>
<property name="baseSize" >
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="2" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>360</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="1" colspan="3" >
<widget class="QPushButton" name="sendBtn" >
<property name="text" >
<string>Send</string>
</property>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>