2010-09-27 17:05:52 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MessageComposer</class>
<widget class="QMainWindow" name="MessageComposer">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2014-05-07 16:53:16 -04:00
<width>892</width>
2013-08-04 09:19:27 -04:00
<height>682</height>
2010-09-27 17:05:52 -04:00
</rect>
</property>
<property name="windowTitle">
<string>Compose</string>
</property>
<property name="windowIcon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<normaloff>:/images/folder-draft.png</normaloff>:/images/folder-draft.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QSplitter" name="splitter_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QDockWidget" name="contactsdockWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>524287</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>220</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="floating">
<bool>false</bool>
</property>
<property name="features">
<set>QDockWidget::DockWidgetClosable</set>
</property>
<property name="windowTitle">
<string>Contacts</string>
</property>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QGridLayout" name="gridLayout_4">
<property name="margin">
<number>1</number>
</property>
<item row="0" column="0">
2012-01-26 19:32:17 -05:00
<widget class="FriendSelectionWidget" name="friendSelectionWidget" native="true">
2010-09-27 17:05:52 -04:00
<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>
<width>300</width>
<height>16777215</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>220</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
2011-05-21 12:26:00 -04:00
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
2010-09-27 17:05:52 -04:00
</widget>
</item>
2012-01-26 19:32:17 -05:00
<item row="2" column="0">
2010-09-27 17:05:52 -04:00
<layout class="QVBoxLayout" name="verticalLayout_4">
2013-09-07 10:02:24 -04:00
<item>
<widget class="QCheckBox" name="onlyTrustedKeys">
<property name="text">
<string>Only show people you trusted</string>
</property>
</widget>
</item>
2010-09-27 17:05:52 -04:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="addToButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>>> To</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="addCcButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>>> Cc</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="addBccButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>>> Bcc</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="addRecommendButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>>> Recommend</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QWidget" name="layoutWidget">
<layout class="QGridLayout" name="gridLayout_2">
<property name="verticalSpacing">
<number>2</number>
</property>
<item row="5" column="0">
2012-08-27 19:38:27 -04:00
<widget class="QFrame" name="toolBarFrame">
2010-09-28 06:52:20 -04:00
<property name="maximumSize">
<size>
<width>16777215</width>
<height>38</height>
</size>
</property>
2010-09-27 17:05:52 -04:00
<property name="frameShape">
2012-09-07 13:30:23 -04:00
<enum>QFrame::Box</enum>
2010-09-27 17:05:52 -04:00
</property>
<property name="frameShadow">
2012-09-07 13:30:23 -04:00
<enum>QFrame::Sunken</enum>
2010-09-27 17:05:52 -04:00
</property>
<layout class="QGridLayout" name="gridLayout_5">
<property name="margin">
<number>6</number>
</property>
<item row="0" column="0">
<layout class="QGridLayout">
<property name="horizontalSpacing">
<number>1</number>
</property>
2013-08-04 10:11:59 -04:00
<item row="0" column="12">
<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="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Add an 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-09-27 17:05:52 -04:00
<item row="0" column="0">
<widget class="QComboBox" name="comboStyle">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
2011-01-31 15:35:09 -05:00
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
2010-09-27 17:05:52 -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>
</widget>
</item>
<item row="0" column="1">
<widget class="QFontComboBox" name="comboFont">
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
2011-01-31 15:35:09 -05:00
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
2010-09-27 17:05:52 -04:00
</widget>
</item>
<item row="0" column="2">
<widget class="QComboBox" name="comboSize">
<property name="maximumSize">
<size>
<width>45</width>
<height>16777215</height>
</size>
</property>
2011-01-31 15:35:09 -05:00
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
2010-09-27 17:05:52 -04:00
<property name="toolTip">
<string>Font size</string>
</property>
</widget>
</item>
2010-11-10 08:35:38 -05:00
<item row="0" column="4">
2010-09-27 17:05:52 -04:00
<widget class="QToolButton" name="sizeincreaseButton">
<property name="maximumSize">
<size>
<width>1677</width>
<height>1677</height>
</size>
</property>
2011-01-31 15:35:09 -05:00
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
2010-09-27 17:05:52 -04:00
<property name="toolTip">
<string>Increase font size</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<normaloff>:/images/textedit/format_font_size_more.png</normaloff>:/images/textedit/format_font_size_more.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-11-10 08:35:38 -05:00
<item row="0" column="5">
2010-09-27 17:05:52 -04:00
<widget class="QToolButton" name="sizedecreaseButton">
<property name="maximumSize">
<size>
<width>167</width>
<height>167</height>
</size>
</property>
2011-01-31 15:35:09 -05:00
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
2010-09-27 17:05:52 -04:00
<property name="toolTip">
<string>Decrease font size</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<normaloff>:/images/textedit/format_font_size_less.png</normaloff>:/images/textedit/format_font_size_less.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-11-10 08:35:38 -05:00
<item row="0" column="6">
2010-09-27 17:05:52 -04: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>
2011-01-31 15:35:09 -05:00
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
2010-09-27 17:05:52 -04:00
<property name="toolTip">
<string>Bold</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<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-11-10 08:35:38 -05:00
<item row="0" column="8">
2010-09-27 17:05:52 -04: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>
2011-01-31 15:35:09 -05:00
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
2010-09-27 17:05:52 -04:00
<property name="toolTip">
<string>Italic</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<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-11-10 08:35:38 -05:00
<item row="0" column="10">
2010-09-27 17:05:52 -04: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>
2011-01-31 15:35:09 -05:00
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
2010-09-27 17:05:52 -04:00
<property name="toolTip">
<string>Select Color</string>
</property>
<property name="text">
<string/>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
2010-11-10 08:35:38 -05:00
<item row="0" column="11">
2010-09-27 17:05:52 -04: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>
2011-01-31 15:35:09 -05:00
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
2010-09-27 17:05:52 -04:00
<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-11-10 08:35:38 -05:00
<item row="0" column="9">
2010-09-27 17:05:52 -04:00
<widget class="QToolButton" name="codeButton">
2011-01-31 15:35:09 -05:00
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
2010-09-27 17:05:52 -04:00
<property name="toolTip">
<string>Sets text font to code style</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<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-11-10 08:35:38 -05:00
<item row="0" column="16">
2010-09-27 17:05:52 -04: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-11-10 08:35:38 -05:00
<item row="0" column="3">
<widget class="QToolButton" name="emoticonButton">
2011-01-31 15:35:09 -05:00
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
2010-11-10 08:35:38 -05:00
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-11-10 08:35:38 -05:00
<normaloff>:/images/emoticons/kopete/kopete020.png</normaloff>:/images/emoticons/kopete/kopete020.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
2011-01-31 15:35:09 -05:00
<item row="0" column="7">
<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="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Underline</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2011-01-31 15:35:09 -05:00
<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-09-27 17:05:52 -04:00
</layout>
</item>
</layout>
</widget>
</item>
<item row="6" column="0">
2012-09-26 19:32:53 -04:00
<widget class="MimeTextEdit" name="msgText">
2010-09-27 17:05:52 -04:00
<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>
<item row="0" column="0">
<widget class="QTableWidget" name="recipientWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>68</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>68</height>
</size>
</property>
2011-01-31 15:35:09 -05:00
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
2010-09-27 17:05:52 -04:00
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<attribute name="horizontalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>22</number>
</attribute>
</widget>
</item>
2011-05-21 12:26:00 -04:00
<item row="2" column="0" rowspan="2">
<layout class="QGridLayout" name="gridLayout_6">
<property name="sizeConstraint">
<enum>QLayout::SetNoConstraint</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Subject:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
2014-05-07 16:53:16 -04:00
<item row="0" column="1" colspan="7">
2011-05-21 12:26:00 -04:00
<widget class="QLineEdit" name="titleEdit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Tags:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="tagButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Tags</string>
</property>
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2011-05-21 12:26:00 -04:00
<normaloff>:/images/tag24.png</normaloff>:/images/tag24.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="3">
2014-05-07 16:53:16 -04:00
<layout class="QHBoxLayout" name="tagLayout"/>
</item>
<item row="1" column="4">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Respond to:</string>
</property>
</widget>
</item>
<item row="1" column="2">
2011-05-21 12:26:00 -04:00
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2014-05-07 16:53:16 -04:00
<item row="1" column="5">
2014-10-25 09:15:29 -04:00
<widget class="GxsIdChooser" name="respond_to_CB"/>
2014-05-07 16:53:16 -04:00
</item>
<item row="1" column="6">
<widget class="QPushButton" name="signMessage_CB">
<property name="toolTip">
<string><html><head/><body><p>Cryptographically sign message to distant peers. This is prevents intermediate peers to spoof your identity.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/stock_signature_ok.png</normaloff>:/images/stock_signature_ok.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
2011-05-21 12:26:00 -04:00
</item>
</layout>
</item>
2010-09-27 17:05:52 -04:00
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_1">
<layout class="QGridLayout" name="layoutrecommended">
<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>
<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>
2010-11-21 16:12:35 -05:00
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
2010-09-27 17:05:52 -04:00
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>File Name</string>
</property>
</column>
<column>
<property name="text">
<string>Size</string>
</property>
</column>
<column>
<property name="text">
<string>Hash</string>
</property>
</column>
</widget>
</item>
<item row="2" column="0">
2011-12-07 08:08:12 -05:00
<widget class="HashBox" name="hashBox">
2010-11-26 10:32:46 -05:00
<property name="widgetResizable">
<bool>true</bool>
</property>
</widget>
2010-09-27 17:05:52 -04:00
</item>
</layout>
</widget>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2014-05-07 16:53:16 -04:00
<width>892</width>
2013-08-04 09:19:27 -04:00
<height>25</height>
2010-09-27 17:05:52 -04:00
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="movable">
<bool>false</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionSend"/>
<addaction name="actionContactsView"/>
<addaction name="separator"/>
<addaction name="actionAttach"/>
<addaction name="actionSaveas"/>
<addaction name="actionQuote"/>
</widget>
<action name="actionSend">
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<normaloff>:/images/send24.png</normaloff>:/images/send24.png</iconset>
</property>
<property name="text">
<string>Send</string>
</property>
<property name="toolTip">
<string>Send this message now</string>
</property>
</action>
<action name="actionReply">
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<normaloff>:/images/replymail24.png</normaloff>:/images/replymail24.png</iconset>
</property>
<property name="text">
<string>Reply</string>
</property>
</action>
<action name="actionContactsView">
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<normaloff>:/images/contacts24.png</normaloff>:/images/contacts24.png</iconset>
</property>
<property name="text">
<string>Contacts</string>
</property>
<property name="toolTip">
<string>Toggle Contacts View</string>
</property>
</action>
<action name="actionSaveas">
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<normaloff>:/images/save24.png</normaloff>:/images/save24.png</iconset>
</property>
<property name="text">
<string>Save</string>
</property>
<property name="toolTip">
<string>Save this message</string>
</property>
</action>
<action name="actionAttach">
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<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>
<action name="actionQuote">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
2011-12-07 08:08:12 -05:00
<iconset resource="../images.qrc">
2010-09-27 17:05:52 -04:00
<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>
</widget>
2011-12-07 08:08:12 -05:00
<customwidgets>
<customwidget>
<class>HashBox</class>
<extends>QScrollArea</extends>
<header location="global">gui/common/HashBox.h</header>
<container>1</container>
</customwidget>
2012-09-26 19:32:53 -04:00
<customwidget>
<class>MimeTextEdit</class>
<extends>QTextEdit</extends>
<header location="global">gui/common/MimeTextEdit.h</header>
</customwidget>
2012-01-26 19:32:17 -05:00
<customwidget>
<class>FriendSelectionWidget</class>
<extends>QWidget</extends>
<header>gui/common/FriendSelectionWidget.h</header>
<container>1</container>
</customwidget>
2014-10-25 09:15:29 -04:00
<customwidget>
<class>GxsIdChooser</class>
<extends>QComboBox</extends>
<header>gui/gxs/GxsIdChooser.h</header>
</customwidget>
2011-12-07 08:08:12 -05:00
</customwidgets>
2010-09-27 17:05:52 -04:00
<tabstops>
2011-01-31 15:35:09 -05:00
<tabstop>recipientWidget</tabstop>
<tabstop>titleEdit</tabstop>
2010-09-27 17:05:52 -04:00
<tabstop>msgText</tabstop>
<tabstop>msgFileList</tabstop>
2011-01-31 15:35:09 -05:00
<tabstop>addToButton</tabstop>
<tabstop>addCcButton</tabstop>
<tabstop>addBccButton</tabstop>
<tabstop>addRecommendButton</tabstop>
<tabstop>comboSize</tabstop>
<tabstop>comboStyle</tabstop>
<tabstop>comboFont</tabstop>
<tabstop>hashBox</tabstop>
2010-09-27 17:05:52 -04:00
</tabstops>
2011-12-07 08:08:12 -05:00
<resources>
<include location="../images.qrc"/>
</resources>
2010-09-27 17:05:52 -04:00
<connections/>
</ui>