2012-11-12 15:47:55 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>CreateGxsForumMsg</class>
|
2012-11-21 13:55:52 -05:00
|
|
|
<widget class="QDialog" name="CreateGxsForumMsg">
|
2012-11-12 15:47:55 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>482</width>
|
2012-11-21 13:55:52 -05:00
|
|
|
<height>448</height>
|
2012-11-12 15:47:55 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Post Forum Message</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/rstray3.png</normaloff>:/images/rstray3.png</iconset>
|
|
|
|
</property>
|
2012-11-21 13:55:52 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-07-19 17:06:19 -04:00
|
|
|
<property name="margin">
|
2012-11-21 13:55:52 -05:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2013-07-19 17:06:19 -04:00
|
|
|
<widget class="HeaderFrame" name="headerFrame"/>
|
2012-11-21 13:55:52 -05:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2013-01-07 17:11:16 -05:00
|
|
|
<widget class="QFrame" name="innerFrame">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2013-07-19 17:06:19 -04:00
|
|
|
<property name="margin">
|
2013-01-07 17:11:16 -05:00
|
|
|
<number>0</number>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
|
|
|
<item>
|
2013-01-07 17:11:16 -05:00
|
|
|
<widget class="QFrame" name="subjectFrame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
2013-01-07 17:11:16 -05:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
2013-01-07 17:11:16 -05:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2013-07-19 17:06:19 -04:00
|
|
|
<property name="margin">
|
2013-01-07 17:11:16 -05:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="forumLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Forum</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="forumName">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="subjectLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Subject</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="forumSubject"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-11-12 15:47:55 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-01-07 17:11:16 -05:00
|
|
|
<widget class="QFrame" name="toolBarFrame">
|
|
|
|
<property name="maximumSize">
|
2012-11-12 15:47:55 -05:00
|
|
|
<size>
|
2013-01-07 17:11:16 -05:00
|
|
|
<width>16777215</width>
|
|
|
|
<height>38</height>
|
2012-11-12 15:47:55 -05:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-01-07 17:11:16 -05:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
2013-01-07 17:11:16 -05:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
2013-01-07 17:11:16 -05:00
|
|
|
<layout class="QHBoxLayout">
|
2013-07-19 17:06:19 -04:00
|
|
|
<property name="margin">
|
2013-01-07 17:11:16 -05:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="attachFileButton">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Attach File</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/add-share24.png</normaloff>:/images/add-share24.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="emoticonButton">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="signBox">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Sign Message</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/pgp.png</normaloff>:/images/pgp.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="GxsIdChooser" name="idChooser"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>15</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="pastersButton">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Paste RetroShare Link</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/pasterslink.png</normaloff>:/images/pasterslink.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-11-12 15:47:55 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-19 17:14:45 -05:00
|
|
|
<item>
|
2013-01-07 17:11:16 -05:00
|
|
|
<widget class="QGroupBox" name="messageGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Forum Post</string>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
2013-01-07 17:11:16 -05:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTextEdit" name="forumMessage">
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="html">
|
|
|
|
<string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
2012-11-12 15:47:55 -05:00
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
p, li { white-space: pre-wrap; }
|
2012-11-21 13:55:52 -05:00
|
|
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
2013-01-07 17:11:16 -05:00
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><br /></p></body></html></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-11-12 15:47:55 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-01-07 17:11:16 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="hashGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Attach files via drag and drop</string>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
2013-01-07 17:11:16 -05:00
|
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="HashBox" name="hashBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>You can attach files via drag and drop here in this window</string>
|
|
|
|
</property>
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-11-12 15:47:55 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-21 13:55:52 -05:00
|
|
|
<item>
|
2013-07-19 17:06:19 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="generateCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Generate mass data</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="generateSpinBox">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-11-21 13:55:52 -05:00
|
|
|
</item>
|
2012-11-12 15:47:55 -05:00
|
|
|
</layout>
|
2012-11-21 13:55:52 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-11-12 15:47:55 -05:00
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
2012-11-19 17:14:45 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>GxsIdChooser</class>
|
|
|
|
<extends>QComboBox</extends>
|
|
|
|
<header>gui/gxs/GxsIdChooser.h</header>
|
|
|
|
</customwidget>
|
2012-11-21 13:55:52 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>HeaderFrame</class>
|
|
|
|
<extends>QFrame</extends>
|
|
|
|
<header>gui/common/HeaderFrame.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2012-11-12 15:47:55 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>HashBox</class>
|
|
|
|
<extends>QScrollArea</extends>
|
|
|
|
<header location="global">gui/common/HashBox.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|