2012-11-27 23:21:20 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>GxsForumThreadWidget</class>
|
|
|
|
<widget class="QWidget" name="GxsForumThreadWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-12-24 15:04:08 +01:00
|
|
|
<width>1217</width>
|
2016-01-13 00:39:22 -05:00
|
|
|
<height>721</height>
|
2012-11-27 23:21:20 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2016-11-25 22:14:08 +01:00
|
|
|
<layout class="QVBoxLayout" name="GxsForumThreadWidgetVLayout">
|
2016-06-16 18:41:56 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-11-27 23:21:20 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="threadSplitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2016-11-25 22:14:08 +01:00
|
|
|
<widget class="QWidget" name="topWidget">
|
|
|
|
<layout class="QVBoxLayout" name="topVLayout">
|
2012-11-27 23:21:20 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="toolBarFrame">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
2016-11-25 22:14:08 +01:00
|
|
|
<layout class="QHBoxLayout" name="toolBarFrameHLayout">
|
2016-06-16 18:41:56 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2012-11-27 23:21:20 +00:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2014-07-07 11:18:20 +00:00
|
|
|
<item>
|
|
|
|
<widget class="SubscribeToolButton" name="subscribeToolButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">Subscribe</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-27 23:21:20 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="newthreadButton">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Start new Thread for Selected Forum</string>
|
|
|
|
</property>
|
2017-10-22 15:55:08 +03:00
|
|
|
<property name="text">
|
|
|
|
<string>New Thread</string>
|
|
|
|
</property>
|
2012-11-27 23:21:20 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/mail_new.png</normaloff>:/images/mail_new.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-10-22 15:55:08 +03:00
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
2012-11-27 23:21:20 +00:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-15 14:30:37 +00:00
|
|
|
<item>
|
2015-06-09 23:21:16 +00:00
|
|
|
<widget class="ElidedLabel" name="forumName">
|
2015-05-15 14:30:37 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>2</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>1677215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-06-09 23:21:16 +00:00
|
|
|
<string notr="true">Forum name</string>
|
2015-05-15 14:30:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-27 23:21:20 +00:00
|
|
|
<item>
|
2016-11-25 22:14:08 +01:00
|
|
|
<spacer name="toolBarHSpacer">
|
2012-11-27 23:21:20 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
2014-11-27 22:45:34 +00:00
|
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
2012-11-27 23:21:20 +00:00
|
|
|
</property>
|
2016-01-13 00:39:22 -05:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2012-11-27 23:21:20 +00:00
|
|
|
</spacer>
|
|
|
|
</item>
|
2014-11-27 22:45:34 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="progressText">
|
|
|
|
<property name="text">
|
|
|
|
<string>Loading</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QProgressBar" name="progressBar">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>10</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-15 14:30:37 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="viewBox">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Last Post</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Threaded View</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Flat View</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-27 23:21:20 +00:00
|
|
|
<item>
|
|
|
|
<widget class="LineEditClear" name="filterLineEdit">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Search forums</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="forumLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-02-22 11:52:33 +00:00
|
|
|
<widget class="RSTreeWidget" name="threadTreeWidget">
|
2012-11-27 23:21:20 +00:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="allColumnsShowFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Title</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/message-state-header.png</normaloff>:/images/message-state-header.png</iconset>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Date</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
2016-12-24 15:04:08 +01:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
2017-01-03 01:37:16 +01:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2016-12-24 15:04:08 +01:00
|
|
|
<string>Distribution</string>
|
|
|
|
</property>
|
2017-01-03 01:37:16 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../icons.qrc">
|
|
|
|
<normaloff>:/icons/flag-green.png</normaloff>:/icons/flag-green.png</iconset>
|
|
|
|
</property>
|
2016-12-24 15:04:08 +01:00
|
|
|
</column>
|
2012-11-27 23:21:20 +00:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Author</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="threadLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2015-05-01 15:20:23 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="postLayout">
|
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="QToolButton" name="downloadButton">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
2013-07-12 17:24:11 +00:00
|
|
|
</property>
|
2015-05-01 15:20:23 +00:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
2013-07-12 17:24:11 +00:00
|
|
|
</property>
|
2015-05-01 15:20:23 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Download all files</string>
|
2012-11-27 23:21:20 +00:00
|
|
|
</property>
|
2015-05-01 15:20:23 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/down.png</normaloff>:/images/down.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
2012-11-27 23:21:20 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-03 13:02:53 +01:00
|
|
|
<item row="0" column="13">
|
2013-07-14 18:48:40 +00:00
|
|
|
<widget class="QPushButton" name="nextUnreadButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Next unread</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-27 23:21:20 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QToolButton" name="newmessageButton">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2017-10-22 15:55:08 +03:00
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
2012-11-27 23:21:20 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reply Message</string>
|
|
|
|
</property>
|
2017-10-22 15:55:08 +03:00
|
|
|
<property name="text">
|
|
|
|
<string>Reply</string>
|
|
|
|
</property>
|
2012-11-27 23:21:20 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/mail_reply.png</normaloff>:/images/mail_reply.png</iconset>
|
|
|
|
</property>
|
2017-10-22 15:55:08 +03:00
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
2012-11-27 23:21:20 +00:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-03 13:02:53 +01:00
|
|
|
<item row="0" column="15">
|
2013-07-14 18:48:40 +00:00
|
|
|
<widget class="QPushButton" name="expandButton">
|
2012-11-27 23:21:20 +00:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2013-07-14 18:48:40 +00:00
|
|
|
<normaloff>:/images/edit_remove24.png</normaloff>:/images/edit_remove24.png</iconset>
|
2012-11-27 23:21:20 +00:00
|
|
|
</property>
|
2013-07-14 18:48:40 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
2012-11-27 23:21:20 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="6">
|
2016-11-25 22:14:08 +01:00
|
|
|
<widget class="Line" name="lineLeft">
|
2012-11-27 23:21:20 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-22 15:55:08 +03:00
|
|
|
<item row="0" column="9">
|
2016-11-25 22:14:08 +01:00
|
|
|
<widget class="Line" name="lineRight">
|
2013-07-14 18:48:40 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2012-11-27 23:21:20 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-03 13:02:53 +01:00
|
|
|
<item row="0" column="12">
|
2016-11-25 22:14:08 +01:00
|
|
|
<spacer name="postHSpacer">
|
2012-11-27 23:21:20 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-07-14 18:48:40 +00:00
|
|
|
<item row="0" column="3">
|
2014-11-27 22:45:34 +00:00
|
|
|
<widget class="QToolButton" name="previousButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Previous Thread</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/back.png</normaloff>:/images/back.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QToolButton" name="nextButton">
|
2013-07-14 18:48:40 +00:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2012-11-27 23:21:20 +00:00
|
|
|
<property name="sizePolicy">
|
2013-07-14 18:48:40 +00:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2012-11-27 23:21:20 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-07-14 18:48:40 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
2012-11-27 23:21:20 +00:00
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2013-07-14 18:48:40 +00:00
|
|
|
<property name="toolTip">
|
2014-11-27 22:45:34 +00:00
|
|
|
<string>Next Thread</string>
|
2013-07-14 18:48:40 +00:00
|
|
|
</property>
|
2012-11-27 23:21:20 +00:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2014-11-27 22:45:34 +00:00
|
|
|
<normaloff>:/images/forward.png</normaloff>:/images/forward.png</iconset>
|
2012-11-27 23:21:20 +00:00
|
|
|
</property>
|
2014-11-27 22:45:34 +00:00
|
|
|
<property name="autoRaise">
|
2012-11-27 23:21:20 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-03 13:02:53 +01:00
|
|
|
<item row="0" column="11">
|
2015-05-01 15:20:23 +00:00
|
|
|
<widget class="GxsIdLabel" name="by_label">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-03 13:02:53 +01:00
|
|
|
<item row="0" column="10">
|
2015-05-01 15:20:23 +00:00
|
|
|
<widget class="QLabel" name="by_text_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>By </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-22 15:55:08 +03:00
|
|
|
<item row="0" column="8">
|
2017-02-09 14:49:43 +01:00
|
|
|
<widget class="QComboBox" name="versions_CB"/>
|
2017-02-03 13:02:53 +01:00
|
|
|
</item>
|
2017-02-09 18:45:55 +01:00
|
|
|
<item row="0" column="7">
|
|
|
|
<widget class="QLabel" name="time_label">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-27 23:21:20 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-11-25 22:14:08 +01:00
|
|
|
<widget class="QWidget" name="bottomWidget">
|
|
|
|
<layout class="QVBoxLayout" name="bottomVLayout">
|
2016-01-13 00:39:22 -05:00
|
|
|
<item>
|
|
|
|
<widget class="RSImageBlockWidget" name="imageBlockWidget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="RSTextBrowser" name="postText">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>10</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-11-27 23:21:20 +00:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-01-13 00:39:22 -05:00
|
|
|
<action name="actionSave_image">
|
2015-12-06 23:01:23 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/document_save.png</normaloff>:/images/document_save.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Save image</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-11-27 23:21:20 +00:00
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
2015-05-15 14:30:37 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>RSTextBrowser</class>
|
|
|
|
<extends>QTextBrowser</extends>
|
|
|
|
<header>gui/common/RSTextBrowser.h</header>
|
|
|
|
</customwidget>
|
2012-11-27 23:21:20 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>LineEditClear</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header location="global">gui/common/LineEditClear.h</header>
|
|
|
|
</customwidget>
|
2014-07-07 11:18:20 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>SubscribeToolButton</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>gui/common/SubscribeToolButton.h</header>
|
|
|
|
</customwidget>
|
2012-11-27 23:21:20 +00:00
|
|
|
<customwidget>
|
2015-02-22 11:52:33 +00:00
|
|
|
<class>RSTreeWidget</class>
|
2012-11-27 23:21:20 +00:00
|
|
|
<extends>QTreeWidget</extends>
|
2015-02-22 11:52:33 +00:00
|
|
|
<header>gui/common/RSTreeWidget.h</header>
|
2012-11-27 23:21:20 +00:00
|
|
|
</customwidget>
|
2015-05-01 15:20:23 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>GxsIdLabel</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header>gui/gxs/GxsIdLabel.h</header>
|
|
|
|
</customwidget>
|
2015-06-09 23:21:16 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>ElidedLabel</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header location="global">gui/common/ElidedLabel.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2016-01-13 00:39:22 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>RSImageBlockWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/common/RSImageBlockWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2012-11-27 23:21:20 +00:00
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
2017-01-03 01:37:16 +01:00
|
|
|
<include location="../icons.qrc"/>
|
2017-02-09 14:49:43 +01:00
|
|
|
<include location="../images.qrc"/>
|
2012-11-27 23:21:20 +00:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|