Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
801 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>dlg_Terminal_UI</class>
4
 <widget class="QDialog" name="dlg_Terminal_UI">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>671</width>
10
    <height>365</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Terminal</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout_2">
17
   <item row="0" column="0">
18
    <widget class="QTextEdit" name="te_Out">
19
     <property name="palette">
20
      <palette>
21
       <active>
22
        <colorrole role="Base">
23
         <brush brushstyle="SolidPattern">
24
          <color alpha="255">
25
           <red>0</red>
26
           <green>0</green>
27
           <blue>0</blue>
28
          </color>
29
         </brush>
30
        </colorrole>
31
       </active>
32
       <inactive>
33
        <colorrole role="Base">
34
         <brush brushstyle="SolidPattern">
35
          <color alpha="255">
36
           <red>0</red>
37
           <green>0</green>
38
           <blue>0</blue>
39
          </color>
40
         </brush>
41
        </colorrole>
42
       </inactive>
43
       <disabled>
44
        <colorrole role="Base">
45
         <brush brushstyle="SolidPattern">
46
          <color alpha="255">
47
           <red>255</red>
48
           <green>255</green>
49
           <blue>255</blue>
50
          </color>
51
         </brush>
52
        </colorrole>
53
       </disabled>
54
      </palette>
55
     </property>
56
     <property name="font">
57
      <font>
58
       <family>Adobe Courier</family>
59
       <pointsize>10</pointsize>
60
      </font>
61
     </property>
62
     <property name="html">
63
      <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;
64
&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;
65
p, li { white-space: pre-wrap; }
66
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Adobe Courier'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
67
&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;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
68
     </property>
69
    </widget>
70
   </item>
71
   <item row="1" column="0">
72
    <widget class="QFrame" name="frame">
73
     <property name="frameShape">
74
      <enum>QFrame::StyledPanel</enum>
75
     </property>
76
     <property name="frameShadow">
77
      <enum>QFrame::Raised</enum>
78
     </property>
79
     <layout class="QGridLayout" name="gridLayout">
80
      <item row="0" column="0">
81
       <widget class="QLabel" name="label">
82
        <property name="text">
83
         <string>Anzeige:</string>
84
        </property>
85
       </widget>
86
      </item>
87
      <item row="0" column="1">
88
       <widget class="QCheckBox" name="cb_Data">
89
        <property name="text">
90
         <string>Datenpackete</string>
91
        </property>
92
       </widget>
93
      </item>
94
      <item row="0" column="2">
95
       <widget class="QCheckBox" name="cb_Info">
96
        <property name="text">
97
         <string>Meldungen</string>
98
        </property>
99
       </widget>
100
      </item>
101
      <item row="0" column="3">
102
       <widget class="QCheckBox" name="cb_Send">
103
        <property name="text">
104
         <string>Gesendete Daten</string>
105
        </property>
106
       </widget>
107
      </item>
108
      <item row="0" column="4">
109
       <spacer name="horizontalSpacer">
110
        <property name="orientation">
111
         <enum>Qt::Horizontal</enum>
112
        </property>
113
        <property name="sizeHint" stdset="0">
114
         <size>
115
          <width>185</width>
116
          <height>20</height>
117
         </size>
118
        </property>
119
       </spacer>
120
      </item>
121
      <item row="0" column="5">
122
       <widget class="QPushButton" name="btn_Delete">
123
        <property name="text">
124
         <string>Löschen</string>
125
        </property>
126
       </widget>
127
      </item>
128
     </layout>
129
    </widget>
130
   </item>
131
  </layout>
132
 </widget>
133
 <resources/>
134
 <connections/>
135
</ui>