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>
|
|
|
|
<width>796</width>
|
2011-12-07 08:08:12 -05:00
|
|
|
<height>624</height>
|
2010-09-27 17:05:52 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::NoContextMenu</enum>
|
|
|
|
</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>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolBar#toolBar{background-image: url(:/images/connect/connectFriendBanner.png)}
|
|
|
|
</string>
|
|
|
|
</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">
|
|
|
|
<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>Search Friends</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>
|
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>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">
|
|
|
|
<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>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
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-09-30 13:01:51 -04:00
|
|
|
<property name="expandsOnDoubleClick">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-09-27 17:05:52 -04:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Send To:</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<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">
|
|
|
|
<widget class="QFrame" name="frame">
|
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="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>
|
|
|
|
<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>
|
|
|
|
<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="12">
|
2010-09-27 17:05:52 -04: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>
|
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>Add a Image</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/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-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">
|
|
|
|
<widget class="QTextEdit" name="msgText">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>4</horstretch>
|
|
|
|
<verstretch>4</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="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>
|
|
|
|
<item row="0" column="1" colspan="5">
|
|
|
|
<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">
|
|
|
|
<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>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<layout class="QHBoxLayout" name="tagLayout"/>
|
|
|
|
</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>
|
|
|
|
<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>
|
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>
|
|
|
|
<width>796</width>
|
|
|
|
<height>20</height>
|
|
|
|
</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>
|
|
|
|
</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>filterPatternLineEdit</tabstop>
|
|
|
|
<tabstop>msgSendList</tabstop>
|
|
|
|
<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>
|