2010-01-09 18:32:43 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-11-14 22:18:48 -05:00
|
|
|
<class>ChanMsgDialog</class>
|
2010-01-09 18:32:43 -05:00
|
|
|
<widget class="QMainWindow" name="ChanMsgDialog">
|
|
|
|
<property name="geometry">
|
2007-11-14 22:18:48 -05:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-03-24 13:36:17 -04:00
|
|
|
<width>770</width>
|
|
|
|
<height>528</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-09 18:32:43 -05:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
2010-01-18 17:50:14 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<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">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>160</width>
|
|
|
|
<height>524287</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeIncrement">
|
|
|
|
<size>
|
|
|
|
<width>160</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>160</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Contacts</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<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>
|
|
|
|
<width>160</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</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>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">
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
<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">
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QComboBox" name="comboStyle"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QFontComboBox" name="comboFont"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QComboBox" name="comboSize">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font size</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QPushButton" name="boldbtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Bold</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QPushButton" name="underlinebtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Underline</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="QPushButton" name="italicbtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Italic</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="6">
|
|
|
|
<widget class="QPushButton" name="colorbtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Color</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="7">
|
|
|
|
<widget class="QPushButton" name="textalignmentbtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Alignment</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="11">
|
|
|
|
<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>
|
|
|
|
<item row="0" column="8">
|
|
|
|
<widget class="QPushButton" name="imagebtn">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Add a Image</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</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>
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
<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>
|
|
|
|
</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>
|
2008-03-24 13:36:17 -04:00
|
|
|
<width>770</width>
|
2010-01-18 17:50:14 -05:00
|
|
|
<height>25</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"/>
|
|
|
|
<addaction name="actionSaveas"/>
|
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>
|
|
|
|
</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">
|
|
|
|
<property name="text">
|
2008-03-24 13:36:17 -04:00
|
|
|
<string>Contacts</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-01-09 18:32:43 -05:00
|
|
|
<action name="actionSaveas">
|
|
|
|
<property name="text">
|
2008-03-24 21:41:01 -04:00
|
|
|
<string>Save</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>
|