225 |
jakw |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<ui version="4.0">
|
|
|
3 |
<class>SMLogDialog</class>
|
|
|
4 |
<widget class="QDialog" name="SMLogDialog">
|
|
|
5 |
<property name="windowModality">
|
|
|
6 |
<enum>Qt::WindowModal</enum>
|
|
|
7 |
</property>
|
|
|
8 |
<property name="geometry">
|
|
|
9 |
<rect>
|
|
|
10 |
<x>0</x>
|
|
|
11 |
<y>0</y>
|
|
|
12 |
<width>966</width>
|
|
|
13 |
<height>606</height>
|
|
|
14 |
</rect>
|
|
|
15 |
</property>
|
|
|
16 |
<property name="windowTitle">
|
|
|
17 |
<string>Log Messages</string>
|
|
|
18 |
</property>
|
|
|
19 |
<property name="modal">
|
|
|
20 |
<bool>true</bool>
|
|
|
21 |
</property>
|
|
|
22 |
<layout class="QGridLayout" name="gridLayout">
|
|
|
23 |
<item row="0" column="0">
|
|
|
24 |
<widget class="QTextEdit" name="logTextEdit">
|
|
|
25 |
<property name="documentTitle">
|
|
|
26 |
<string notr="true"/>
|
|
|
27 |
</property>
|
|
|
28 |
<property name="undoRedoEnabled">
|
|
|
29 |
<bool>false</bool>
|
|
|
30 |
</property>
|
|
|
31 |
<property name="readOnly">
|
|
|
32 |
<bool>true</bool>
|
|
|
33 |
</property>
|
|
|
34 |
<property name="html">
|
|
|
35 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
36 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
37 |
p, li { white-space: pre-wrap; }
|
|
|
38 |
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
|
|
|
39 |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'monospace';"><br /></p></body></html></string>
|
|
|
40 |
</property>
|
|
|
41 |
<property name="textInteractionFlags">
|
|
|
42 |
<set>Qt::TextSelectableByMouse</set>
|
|
|
43 |
</property>
|
|
|
44 |
</widget>
|
|
|
45 |
</item>
|
|
|
46 |
</layout>
|
|
|
47 |
</widget>
|
|
|
48 |
<resources/>
|
|
|
49 |
<connections/>
|
|
|
50 |
</ui>
|