2013-03-11 16:53:15 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>GxsCreateCommentDialog</class>
|
|
|
|
<widget class="QDialog" name="GxsCreateCommentDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-01-09 18:12:38 -05:00
|
|
|
<width>459</width>
|
|
|
|
<height>324</height>
|
2013-03-11 16:53:15 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Make Comment</string>
|
|
|
|
</property>
|
2019-01-09 18:12:38 -05:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
<widget class="GxsIdLabel" name="titleLabel">
|
2013-03-12 20:33:14 -04:00
|
|
|
<property name="text">
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
2013-03-11 16:53:15 -04:00
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
p, li { white-space: pre-wrap; }
|
|
|
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
2019-01-09 18:12:38 -05:00
|
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Compose new Comment</span></p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
2013-03-12 20:33:14 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-01-09 18:12:38 -05:00
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<widget class="AvatarWidget" name="avatarLabel">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>52</width>
|
|
|
|
<height>52</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>52</width>
|
|
|
|
<height>52</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" colspan="3">
|
2016-10-22 10:02:38 -04:00
|
|
|
<layout class="QVBoxLayout" name="mainVLayout">
|
2019-01-09 18:12:38 -05:00
|
|
|
<item>
|
|
|
|
<widget class="GxsIdLabel" name="replaytolabel">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="MimeTextEdit" name="commentTextEdit">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Type your comment</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-12-23 19:10:15 -05:00
|
|
|
<item>
|
2016-10-22 10:02:38 -04:00
|
|
|
<layout class="QHBoxLayout" name="signedHLayout">
|
2014-12-23 19:10:15 -05:00
|
|
|
<item>
|
2016-10-22 10:02:38 -04:00
|
|
|
<widget class="QLabel" name="signedLabel">
|
2014-12-23 19:10:15 -05:00
|
|
|
<property name="text">
|
2019-01-09 18:12:38 -05:00
|
|
|
<string>Post as:</string>
|
2014-12-23 19:10:15 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-01-09 18:12:38 -05:00
|
|
|
<widget class="GxsIdChooser" name="idChooser">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContentsOnFirstShow</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2014-12-23 19:10:15 -05:00
|
|
|
</item>
|
|
|
|
</layout>
|
2013-03-12 20:33:14 -04:00
|
|
|
</item>
|
2013-03-11 16:53:15 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
2019-01-09 18:12:38 -05:00
|
|
|
<item row="2" column="0">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" rowspan="2" colspan="2">
|
|
|
|
<widget class="QLabel" name="commentLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="3">
|
2013-03-11 16:53:15 -04:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-03-12 20:33:14 -04:00
|
|
|
<customwidgets>
|
2016-10-22 10:02:38 -04:00
|
|
|
<customwidget>
|
2019-01-09 18:12:38 -05:00
|
|
|
<class>GxsIdLabel</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header>gui/gxs/GxsIdLabel.h</header>
|
2016-10-22 10:02:38 -04:00
|
|
|
</customwidget>
|
2013-03-12 20:33:14 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>GxsIdChooser</class>
|
|
|
|
<extends>QComboBox</extends>
|
|
|
|
<header>gui/gxs/GxsIdChooser.h</header>
|
|
|
|
</customwidget>
|
2019-01-09 18:12:38 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>MimeTextEdit</class>
|
|
|
|
<extends>QTextEdit</extends>
|
|
|
|
<header location="global">gui/common/MimeTextEdit.h</header>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>AvatarWidget</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header>gui/common/AvatarWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2013-03-12 20:33:14 -04:00
|
|
|
</customwidgets>
|
2019-01-09 18:12:38 -05:00
|
|
|
<resources>
|
|
|
|
<include location="../icons.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
</resources>
|
2013-03-12 20:33:14 -04:00
|
|
|
<connections/>
|
2013-03-11 16:53:15 -04:00
|
|
|
</ui>
|