1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>TextMessage</class>
4 <widget class="QDialog" name="TextMessage">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>397</width>
10    <height>297</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout">
14   <item>
15    <layout class="QVBoxLayout" name="verticalLayout">
16     <item>
17      <widget class="RichTextEditor" name="rteMessage" native="true"/>
18     </item>
19    </layout>
20   </item>
21   <item>
22    <widget class="QCheckBox" name="qcbTreeMessage">
23     <property name="toolTip">
24      <string>If checked the message is recursively sent to all subchannels</string>
25     </property>
26     <property name="text">
27      <string>Send recursively to subchannels</string>
28     </property>
29    </widget>
30   </item>
31   <item>
32    <widget class="QDialogButtonBox" name="qbbButtons">
33     <property name="orientation">
34      <enum>Qt::Horizontal</enum>
35     </property>
36     <property name="standardButtons">
37      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
38     </property>
39    </widget>
40   </item>
41  </layout>
42 </widget>
43 <customwidgets>
44  <customwidget>
45   <class>RichTextEditor</class>
46   <extends>QWidget</extends>
47   <header>RichTextEditor.h</header>
48   <container>1</container>
49  </customwidget>
50 </customwidgets>
51 <resources/>
52 <connections>
53  <connection>
54   <sender>qbbButtons</sender>
55   <signal>accepted()</signal>
56   <receiver>TextMessage</receiver>
57   <slot>accept()</slot>
58   <hints>
59    <hint type="sourcelabel">
60     <x>257</x>
61     <y>287</y>
62    </hint>
63    <hint type="destinationlabel">
64     <x>157</x>
65     <y>274</y>
66    </hint>
67   </hints>
68  </connection>
69  <connection>
70   <sender>qbbButtons</sender>
71   <signal>rejected()</signal>
72   <receiver>TextMessage</receiver>
73   <slot>reject()</slot>
74   <hints>
75    <hint type="sourcelabel">
76     <x>325</x>
77     <y>287</y>
78    </hint>
79    <hint type="destinationlabel">
80     <x>286</x>
81     <y>274</y>
82    </hint>
83   </hints>
84  </connection>
85 </connections>
86</ui>
87