1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ShowTextForm</class>
4 <widget class="QDialog" name="ShowTextForm">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>730</width>
10    <height>599</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Show Text</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0" colspan="3">
18    <widget class="QTextEdit" name="textEdit">
19     <property name="tabChangesFocus">
20      <bool>true</bool>
21     </property>
22     <property name="acceptRichText">
23      <bool>false</bool>
24     </property>
25    </widget>
26   </item>
27   <item row="1" column="0">
28    <widget class="QPushButton" name="pushButton_CopyToClipboard">
29     <property name="text">
30      <string>Copy All</string>
31     </property>
32     <property name="icon">
33      <iconset theme="edit-copy">
34       <normaloff/>
35      </iconset>
36     </property>
37    </widget>
38   </item>
39   <item row="1" column="1">
40    <widget class="QPushButton" name="pushButton_Mystery">
41     <property name="text">
42      <string>Mysterious Red Button</string>
43     </property>
44     <property name="icon">
45      <iconset theme="security-low">
46       <normaloff/>
47      </iconset>
48     </property>
49    </widget>
50   </item>
51   <item row="1" column="2">
52    <widget class="QDialogButtonBox" name="buttonBox">
53     <property name="orientation">
54      <enum>Qt::Horizontal</enum>
55     </property>
56     <property name="standardButtons">
57      <set>QDialogButtonBox::Close</set>
58     </property>
59    </widget>
60   </item>
61  </layout>
62 </widget>
63 <resources/>
64 <connections>
65  <connection>
66   <sender>buttonBox</sender>
67   <signal>accepted()</signal>
68   <receiver>ShowTextForm</receiver>
69   <slot>accept()</slot>
70   <hints>
71    <hint type="sourcelabel">
72     <x>248</x>
73     <y>254</y>
74    </hint>
75    <hint type="destinationlabel">
76     <x>157</x>
77     <y>274</y>
78    </hint>
79   </hints>
80  </connection>
81  <connection>
82   <sender>buttonBox</sender>
83   <signal>rejected()</signal>
84   <receiver>ShowTextForm</receiver>
85   <slot>reject()</slot>
86   <hints>
87    <hint type="sourcelabel">
88     <x>316</x>
89     <y>260</y>
90    </hint>
91    <hint type="destinationlabel">
92     <x>286</x>
93     <y>274</y>
94    </hint>
95   </hints>
96  </connection>
97 </connections>
98</ui>
99