mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-09 06:38:08 -05:00
a1fbe33e43
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1709 b45a01b8-16f6-495d-af2f-9b41ad6348cc
86 lines
2.4 KiB
XML
86 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MessagesPopupDialog</class>
|
|
<widget class="QMainWindow" name="MessagesPopupDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>657</width>
|
|
<height>478</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Messages</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/rstray3.png</normaloff>:/images/rstray3.png</iconset>
|
|
</property>
|
|
<property name="toolButtonStyle">
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget"/>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionCompose">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/folder-draft24.png</normaloff>:/images/folder-draft24.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Compose</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionReplyMessage">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/replymail24.png</normaloff>:/images/replymail24.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Reply</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionForwardMessage">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/mailforward24-hover.png</normaloff>:/images/mailforward24-hover.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Forward</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRemove">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/deletemail24.png</normaloff>:/images/deletemail24.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Remove</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPrintMenu">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/print24.png</normaloff>:/images/print24.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Print</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPrintPreview">
|
|
<property name="text">
|
|
<string>PrintPreview</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPrint">
|
|
<property name="text">
|
|
<string>Print</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="images.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|