1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ExceptHookDialog</class>
4 <widget class="QDialog" name="ExceptHookDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>542</width>
10    <height>290</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Script error</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QGridLayout" name="gridLayout">
19     <property name="spacing">
20      <number>10</number>
21     </property>
22     <item row="0" column="0">
23      <widget class="QLabel" name="label">
24       <property name="text">
25        <string>An exception occured while running the script.</string>
26       </property>
27      </widget>
28     </item>
29     <item row="0" column="1">
30      <widget class="QPushButton" name="closeButton">
31       <property name="text">
32        <string>&amp;Close</string>
33       </property>
34      </widget>
35     </item>
36     <item row="1" column="0">
37      <widget class="QLabel" name="exceptionLabel">
38       <property name="font">
39        <font>
40         <weight>75</weight>
41         <bold>true</bold>
42        </font>
43       </property>
44       <property name="text">
45        <string>Exception</string>
46       </property>
47      </widget>
48     </item>
49     <item row="1" column="1">
50      <widget class="QPushButton" name="detailsButton">
51       <property name="text">
52        <string>&amp;Details &gt;&gt;</string>
53       </property>
54      </widget>
55     </item>
56    </layout>
57   </item>
58   <item>
59    <widget class="QTextBrowser" name="tracebackBrowser">
60     <property name="minimumSize">
61      <size>
62       <width>0</width>
63       <height>200</height>
64      </size>
65     </property>
66    </widget>
67   </item>
68  </layout>
69 </widget>
70 <resources/>
71 <connections/>
72</ui>
73