2010-01-09 18:32:43 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2010-05-23 15:13:41 -04:00
|
|
|
<class>MessageComposer</class>
|
|
|
|
<widget class="QMainWindow" name="MessageComposer">
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="geometry">
|
2007-11-14 22:18:48 -05:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-01-25 10:36:24 -05:00
|
|
|
<width>769</width>
|
|
|
|
<height>485</height>
|
2007-11-14 22:18:48 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="contextMenuPolicy">
|
2007-11-14 22:18:48 -05:00
|
|
|
<enum>Qt::NoContextMenu</enum>
|
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="windowTitle">
|
2007-11-14 22:18:48 -05:00
|
|
|
<string>Compose</string>
|
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/folder-draft.png</normaloff>:/images/folder-draft.png</iconset>
|
2007-11-14 22:18:48 -05:00
|
|
|
</property>
|
2010-01-25 09:03:38 -05:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolBar#toolBar{background-image: url(:/images/connect/connectFriendBanner.png)}
|
|
|
|
</string>
|
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
2010-01-25 09:03:38 -05:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
2010-01-18 17:50:14 -05:00
|
|
|
<widget class="QSplitter" name="splitter_2">
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="orientation">
|
2010-01-18 17:50:14 -05:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2008-03-24 13:36:17 -04:00
|
|
|
</property>
|
2010-01-18 17:50:14 -05:00
|
|
|
<widget class="QDockWidget" name="contactsdockWidget">
|
|
|
|
<property name="sizePolicy">
|
2010-02-13 17:34:13 -05:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2010-01-18 17:50:14 -05:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2010-02-13 17:34:13 -05:00
|
|
|
<width>300</width>
|
2010-01-18 17:50:14 -05:00
|
|
|
<height>524287</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeIncrement">
|
|
|
|
<size>
|
2010-02-13 17:34:13 -05:00
|
|
|
<width>220</width>
|
2010-01-18 17:50:14 -05:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
2010-02-13 17:34:13 -05:00
|
|
|
<width>0</width>
|
2010-01-18 17:50:14 -05:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-03-22 20:21:37 -04:00
|
|
|
<property name="floating">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="features">
|
|
|
|
<set>QDockWidget::DockWidgetClosable</set>
|
|
|
|
</property>
|
2010-01-18 17:50:14 -05:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Contacts</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
2010-05-29 15:05:10 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
2010-01-18 17:50:14 -05:00
|
|
|
<property name="margin">
|
2010-05-29 15:05:10 -04:00
|
|
|
<number>1</number>
|
2010-01-18 17:50:14 -05:00
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
2010-05-29 15:05:10 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search for Name:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLineEdit" name="filterPatternLineEdit">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
p, li { white-space: pre-wrap; }
|
|
|
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Search Friends</span></p></body></html></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="clearButton">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>MS Shell Dlg 2</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reset</string>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QPushButton
|
|
|
|
{
|
|
|
|
border-image: url(:/images/closenormal.png)
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:hover
|
|
|
|
{
|
|
|
|
border-image: url(:/images/closehover.png)
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:pressed {
|
|
|
|
border-image: url(:/images/closepressed.png)
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2010-01-18 17:50:14 -05:00
|
|
|
<widget class="QTreeWidget" name="msgSendList">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>4</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2010-02-13 17:34:13 -05:00
|
|
|
<width>300</width>
|
2010-01-18 17:50:14 -05:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-02-13 17:34:13 -05:00
|
|
|
<property name="sizeIncrement">
|
|
|
|
<size>
|
|
|
|
<width>220</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-01-18 17:50:14 -05:00
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<column>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="text">
|
2010-01-18 17:50:14 -05:00
|
|
|
<string>Send To:</string>
|
2007-11-18 18:35:53 -05:00
|
|
|
</property>
|
2010-01-18 17:50:14 -05:00
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
2010-01-25 09:03:38 -05:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2010-01-18 17:50:14 -05:00
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Subject:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="titleEdit"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2010-01-25 09:03:38 -05:00
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QFrame#frame{
|
|
|
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
|
|
|
stop:0 #FEFEFE, stop:1 #E8E8E8);
|
|
|
|
|
|
|
|
border: 1px solid #CCCCCC;}</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
2010-01-25 10:36:24 -05:00
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
2010-01-25 09:03:38 -05:00
|
|
|
<property name="margin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QGridLayout">
|
2010-01-25 10:36:24 -05:00
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2010-01-25 09:03:38 -05:00
|
|
|
<item row="0" column="0">
|
2010-01-25 10:36:24 -05:00
|
|
|
<widget class="QComboBox" name="comboStyle">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2010-05-25 13:18:12 -04:00
|
|
|
<width>16777215</width>
|
2010-01-25 10:36:24 -05:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-05-25 13:18:12 -04:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Paragraph</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Heading 1</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Heading 2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Heading 2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Heading 3</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Heading 4</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Heading 5</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Heading 6</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2010-01-25 10:36:24 -05:00
|
|
|
</widget>
|
2010-01-25 09:03:38 -05:00
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2010-01-25 10:36:24 -05:00
|
|
|
<widget class="QFontComboBox" name="comboFont">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-01-25 09:03:38 -05:00
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QComboBox" name="comboSize">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>45</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font size</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QToolButton" name="sizeincreaseButton">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>1677</width>
|
|
|
|
<height>1677</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Increase font size</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2010-02-18 20:48:52 -05:00
|
|
|
<normaloff>:/images/textedit/format_font_size_more.png</normaloff>:/images/textedit/format_font_size_more.png</iconset>
|
2010-01-25 09:03:38 -05:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-05-25 12:16:28 -04:00
|
|
|
<item row="0" column="4">
|
2010-01-25 09:03:38 -05:00
|
|
|
<widget class="QToolButton" name="sizedecreaseButton">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>167</width>
|
|
|
|
<height>167</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Decrease font size</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2010-02-18 20:48:52 -05:00
|
|
|
<normaloff>:/images/textedit/format_font_size_less.png</normaloff>:/images/textedit/format_font_size_less.png</iconset>
|
2010-01-25 09:03:38 -05:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-05-25 12:16:28 -04:00
|
|
|
<item row="0" column="5">
|
2010-01-25 09:03:38 -05:00
|
|
|
<widget class="QToolButton" name="boldbtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>1677</width>
|
|
|
|
<height>1677</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Bold</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/textedit/textbold.png</normaloff>:/images/textedit/textbold.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-05-25 12:16:28 -04:00
|
|
|
<item row="0" column="6">
|
2010-01-25 09:03:38 -05:00
|
|
|
<widget class="QToolButton" name="underlinebtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>167</width>
|
|
|
|
<height>167</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Underline</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/textedit/textunder.png</normaloff>:/images/textedit/textunder.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-05-25 12:16:28 -04:00
|
|
|
<item row="0" column="7">
|
2010-01-25 09:03:38 -05:00
|
|
|
<widget class="QToolButton" name="italicbtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>167</width>
|
|
|
|
<height>167</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Italic</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/textedit/textitalic.png</normaloff>:/images/textedit/textitalic.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-05-25 13:18:12 -04:00
|
|
|
<item row="0" column="9">
|
2010-01-25 09:03:38 -05:00
|
|
|
<widget class="QToolButton" name="colorbtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>167</width>
|
|
|
|
<height>167</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select Color</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-05-25 13:18:12 -04:00
|
|
|
<item row="0" column="10">
|
2010-01-25 09:03:38 -05:00
|
|
|
<widget class="QToolButton" name="textalignmentbtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>167</width>
|
|
|
|
<height>167</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Alignment</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="popupMode">
|
|
|
|
<enum>QToolButton::MenuButtonPopup</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-05-25 13:18:12 -04:00
|
|
|
<item row="0" column="11">
|
2010-01-25 09:03:38 -05:00
|
|
|
<widget class="QToolButton" name="imagebtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>167</width>
|
|
|
|
<height>167</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Add a Image</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/add_image24.png</normaloff>:/images/add_image24.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-05-25 12:16:28 -04:00
|
|
|
<item row="0" column="8">
|
2010-01-25 09:03:38 -05:00
|
|
|
<widget class="QToolButton" name="codeButton">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Sets text font to code style</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/textedit/hi22-action-format-text-code.png</normaloff>:/images/textedit/hi22-action-format-text-code.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-05-25 13:18:12 -04:00
|
|
|
<item row="0" column="14">
|
2010-01-25 10:36:24 -05:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-01-25 09:03:38 -05:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-01-18 17:50:14 -05:00
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QTextEdit" name="msgText">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>4</horstretch>
|
|
|
|
<verstretch>4</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::TextEditorInteraction</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-01-25 10:36:24 -05:00
|
|
|
<widget class="QWidget" name="layoutWidget_1">
|
2010-01-20 16:39:27 -05:00
|
|
|
<layout class="QGridLayout" name="layoutrecommended">
|
2010-01-18 17:50:14 -05:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<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>Recommended Files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QTreeWidget" name="msgFileList">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<column>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="text">
|
2010-01-18 17:50:14 -05:00
|
|
|
<string>File Name</string>
|
2007-11-18 18:35:53 -05:00
|
|
|
</property>
|
2010-01-18 17:50:14 -05:00
|
|
|
</column>
|
|
|
|
<column>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="text">
|
2010-01-18 17:50:14 -05:00
|
|
|
<string>Size</string>
|
2007-11-18 18:35:53 -05:00
|
|
|
</property>
|
2010-01-18 17:50:14 -05:00
|
|
|
</column>
|
|
|
|
<column>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="text">
|
2010-01-18 17:50:14 -05:00
|
|
|
<string>Sources</string>
|
2008-03-25 08:28:13 -04:00
|
|
|
</property>
|
2010-01-18 17:50:14 -05:00
|
|
|
</column>
|
|
|
|
<column>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="text">
|
2010-01-18 17:50:14 -05:00
|
|
|
<string>Hash</string>
|
2008-03-25 08:28:13 -04:00
|
|
|
</property>
|
2010-01-18 17:50:14 -05:00
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-20 16:39:27 -05:00
|
|
|
<item row="2" column="0">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"/>
|
|
|
|
</item>
|
2010-01-18 17:50:14 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2007-11-14 22:18:48 -05:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-01-09 18:32:43 -05:00
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
2007-11-14 22:18:48 -05:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-01-25 10:36:24 -05:00
|
|
|
<width>769</width>
|
2010-01-20 16:39:27 -05:00
|
|
|
<height>21</height>
|
2007-11-14 22:18:48 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-01-09 18:32:43 -05:00
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="contextMenuPolicy">
|
2007-11-14 22:18:48 -05:00
|
|
|
<enum>Qt::NoContextMenu</enum>
|
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="movable">
|
2007-11-14 22:18:48 -05:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="orientation">
|
2007-11-14 22:18:48 -05:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="toolButtonStyle">
|
2007-11-14 22:18:48 -05:00
|
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<attribute name="toolBarArea">
|
2008-03-24 13:36:17 -04:00
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
2010-01-09 18:32:43 -05:00
|
|
|
<attribute name="toolBarBreak">
|
2008-03-24 13:36:17 -04:00
|
|
|
<bool>false</bool>
|
2007-11-14 22:18:48 -05:00
|
|
|
</attribute>
|
2010-01-09 18:32:43 -05:00
|
|
|
<addaction name="actionSend"/>
|
|
|
|
<addaction name="actionContactsView"/>
|
|
|
|
<addaction name="separator"/>
|
2010-01-20 16:39:27 -05:00
|
|
|
<addaction name="actionAttach"/>
|
2010-01-09 18:32:43 -05:00
|
|
|
<addaction name="actionSaveas"/>
|
2010-05-25 13:21:37 -04:00
|
|
|
<addaction name="actionQuote"/>
|
2007-11-14 22:18:48 -05:00
|
|
|
</widget>
|
2010-01-09 18:32:43 -05:00
|
|
|
<action name="actionSend">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/send24.png</normaloff>:/images/send24.png</iconset>
|
2007-11-14 22:18:48 -05:00
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="text">
|
2007-11-14 22:18:48 -05:00
|
|
|
<string>Send</string>
|
|
|
|
</property>
|
2010-01-25 09:03:38 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Send this message now</string>
|
|
|
|
</property>
|
2007-11-14 22:18:48 -05:00
|
|
|
</action>
|
2010-01-09 18:32:43 -05:00
|
|
|
<action name="actionReply">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/replymail24.png</normaloff>:/images/replymail24.png</iconset>
|
2007-11-14 22:18:48 -05:00
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="text">
|
2007-11-14 22:18:48 -05:00
|
|
|
<string>Reply</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-01-09 18:32:43 -05:00
|
|
|
<action name="actionContactsView">
|
2010-01-25 09:03:38 -05:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/contacts24.png</normaloff>:/images/contacts24.png</iconset>
|
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="text">
|
2008-03-24 13:36:17 -04:00
|
|
|
<string>Contacts</string>
|
|
|
|
</property>
|
2010-01-25 09:03:38 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle Contacts View</string>
|
|
|
|
</property>
|
2008-03-24 13:36:17 -04:00
|
|
|
</action>
|
2010-01-09 18:32:43 -05:00
|
|
|
<action name="actionSaveas">
|
2010-01-25 09:03:38 -05:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/save24.png</normaloff>:/images/save24.png</iconset>
|
|
|
|
</property>
|
2010-01-09 18:32:43 -05:00
|
|
|
<property name="text">
|
2008-03-24 21:41:01 -04:00
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
2010-01-25 09:03:38 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Save this message</string>
|
|
|
|
</property>
|
2008-03-24 21:41:01 -04:00
|
|
|
</action>
|
2010-01-20 16:39:27 -05:00
|
|
|
<action name="actionAttach">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/attach.png</normaloff>:/images/attach.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Attach</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Attach File</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-01-25 15:16:54 -05:00
|
|
|
<action name="actionQuote">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/quote_24.png</normaloff>:/images/quote_24.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Quote</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Add Blockquote</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2007-11-14 22:18:48 -05:00
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>msgSendList</tabstop>
|
|
|
|
<tabstop>titleEdit</tabstop>
|
|
|
|
<tabstop>msgText</tabstop>
|
|
|
|
<tabstop>msgFileList</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources>
|
2010-01-09 18:32:43 -05:00
|
|
|
<include location="../images.qrc"/>
|
2007-11-14 22:18:48 -05:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|