Subversion Repositories seema-scanner

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
36
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
37
p, li { white-space: pre-wrap; }
38
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
39
&lt;p style=&quot;-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';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>