192 lines
5.2 KiB
XML
192 lines
5.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>MessagesManager</class>
|
||
<widget class="QWidget" name="MessagesManager">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>767</width>
|
||
<height>591</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string/>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<item>
|
||
<widget class="QSplitter" name="splitter_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<widget class="QListWidget" name="backendsList">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
</widget>
|
||
<widget class="QSplitter" name="splitter">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
||
<horstretch>2</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<widget class="QTreeWidget" name="messagesTree">
|
||
<property name="editTriggers">
|
||
<set>QAbstractItemView::NoEditTriggers</set>
|
||
</property>
|
||
<property name="tabKeyNavigation">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="sortingEnabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="animated">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="headerHidden">
|
||
<bool>false</bool>
|
||
</property>
|
||
<attribute name="headerDefaultSectionSize">
|
||
<number>100</number>
|
||
</attribute>
|
||
<attribute name="headerShowSortIndicator" stdset="0">
|
||
<bool>true</bool>
|
||
</attribute>
|
||
<attribute name="headerStretchLastSection">
|
||
<bool>true</bool>
|
||
</attribute>
|
||
<attribute name="headerDefaultSectionSize">
|
||
<number>100</number>
|
||
</attribute>
|
||
<attribute name="headerShowSortIndicator" stdset="0">
|
||
<bool>true</bool>
|
||
</attribute>
|
||
<attribute name="headerStretchLastSection">
|
||
<bool>true</bool>
|
||
</attribute>
|
||
<column>
|
||
<property name="text">
|
||
<string>Date</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignLeft|AlignVCenter</set>
|
||
</property>
|
||
</column>
|
||
<column>
|
||
<property name="text">
|
||
<string>From</string>
|
||
</property>
|
||
</column>
|
||
<column>
|
||
<property name="text">
|
||
<string>Title</string>
|
||
</property>
|
||
</column>
|
||
</widget>
|
||
<widget class="QTextEdit" name="messageBody">
|
||
<property name="readOnly">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="textInteractionFlags">
|
||
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
</widget>
|
||
</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">
|
||
<item>
|
||
<widget class="QToolButton" name="expandButton">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="text">
|
||
<string>+</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="collapseButton">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="text">
|
||
<string>−</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<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>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources/>
|
||
<connections>
|
||
<connection>
|
||
<sender>expandButton</sender>
|
||
<signal>clicked()</signal>
|
||
<receiver>messagesTree</receiver>
|
||
<slot>expandAll()</slot>
|
||
<hints>
|
||
<hint type="sourcelabel">
|
||
<x>733</x>
|
||
<y>31</y>
|
||
</hint>
|
||
<hint type="destinationlabel">
|
||
<x>527</x>
|
||
<y>150</y>
|
||
</hint>
|
||
</hints>
|
||
</connection>
|
||
<connection>
|
||
<sender>collapseButton</sender>
|
||
<signal>clicked()</signal>
|
||
<receiver>messagesTree</receiver>
|
||
<slot>collapseAll()</slot>
|
||
<hints>
|
||
<hint type="sourcelabel">
|
||
<x>733</x>
|
||
<y>60</y>
|
||
</hint>
|
||
<hint type="destinationlabel">
|
||
<x>527</x>
|
||
<y>150</y>
|
||
</hint>
|
||
</hints>
|
||
</connection>
|
||
</connections>
|
||
</ui>
|