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>
|
2013-03-12 20:33:14 -04:00
|
|
|
<width>404</width>
|
|
|
|
<height>336</height>
|
2013-03-11 16:53:15 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Make Comment</string>
|
|
|
|
</property>
|
2013-03-12 20:33:14 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2013-03-11 16:53:15 -04:00
|
|
|
<item>
|
2013-03-12 20:33:14 -04:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<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;">
|
|
|
|
<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;">Comment</span></p></body></html></string>
|
2013-03-12 20:33:14 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="GxsIdChooser" name="idChooser"/>
|
2013-03-11 16:53:15 -04:00
|
|
|
</item>
|
2013-03-12 20:33:14 -04:00
|
|
|
<item row="1" column="0" colspan="4">
|
2013-03-11 16:53:15 -04:00
|
|
|
<widget class="QTextEdit" name="commentTextEdit"/>
|
|
|
|
</item>
|
2013-03-12 20:33:14 -04:00
|
|
|
<item row="0" column="1">
|
|
|
|
<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="0" column="2">
|
|
|
|
<widget class="QLabel" name="subjectLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Signed by</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-11 16:53:15 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
<customwidget>
|
|
|
|
<class>GxsIdChooser</class>
|
|
|
|
<extends>QComboBox</extends>
|
|
|
|
<header>gui/gxs/GxsIdChooser.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2013-03-11 16:53:15 -04:00
|
|
|
<resources/>
|
2013-03-12 20:33:14 -04:00
|
|
|
<connections/>
|
2013-03-11 16:53:15 -04:00
|
|
|
</ui>
|