Rev 674 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 674 | Rev 711 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | <widget class="QDialog" name="dlg_Terminal_UI"> |
4 | <widget class="QDialog" name="dlg_Terminal_UI"> |
5 | <property name="geometry"> |
5 | <property name="geometry"> |
6 | <rect> |
6 | <rect> |
7 | <x>0</x> |
7 | <x>0</x> |
8 | <y>0</y> |
8 | <y>0</y> |
9 | <width>671</width> |
9 | <width>720</width> |
10 | <height>365</height> |
10 | <height>365</height> |
11 | </rect> |
11 | </rect> |
12 | </property> |
12 | </property> |
13 | <property name="windowTitle"> |
13 | <property name="windowTitle"> |
14 | <string>Terminal</string> |
14 | <string>Terminal</string> |
Line 103... | Line 103... | ||
103 | <property name="text"> |
103 | <property name="text"> |
104 | <string>Gesendete Daten</string> |
104 | <string>Gesendete Daten</string> |
105 | </property> |
105 | </property> |
106 | </widget> |
106 | </widget> |
107 | </item> |
107 | </item> |
108 | <item row="0" column="4"> |
108 | <item row="0" column="5"> |
109 | <spacer name="horizontalSpacer"> |
109 | <spacer name="horizontalSpacer"> |
110 | <property name="orientation"> |
110 | <property name="orientation"> |
111 | <enum>Qt::Horizontal</enum> |
111 | <enum>Qt::Horizontal</enum> |
112 | </property> |
112 | </property> |
113 | <property name="sizeHint" stdset="0"> |
113 | <property name="sizeHint" stdset="0"> |
Line 116... | Line 116... | ||
116 | <height>20</height> |
116 | <height>20</height> |
117 | </size> |
117 | </size> |
118 | </property> |
118 | </property> |
119 | </spacer> |
119 | </spacer> |
120 | </item> |
120 | </item> |
121 | <item row="0" column="5"> |
121 | <item row="0" column="6"> |
122 | <widget class="QPushButton" name="btn_Delete"> |
122 | <widget class="QPushButton" name="btn_Delete"> |
123 | <property name="text"> |
123 | <property name="text"> |
124 | <string>Löschen</string> |
124 | <string>Löschen</string> |
125 | </property> |
125 | </property> |
126 | </widget> |
126 | </widget> |
127 | </item> |
127 | </item> |
- | 128 | <item row="0" column="4"> |
|
- | 129 | <widget class="QCheckBox" name="cb_TCP"> |
|
- | 130 | <property name="text"> |
|
- | 131 | <string>TCP-Daten</string> |
|
- | 132 | </property> |
|
- | 133 | <property name="checked"> |
|
- | 134 | <bool>true</bool> |
|
- | 135 | </property> |
|
- | 136 | </widget> |
|
- | 137 | </item> |
|
128 | </layout> |
138 | </layout> |
129 | </widget> |
139 | </widget> |
130 | </item> |
140 | </item> |
131 | </layout> |
141 | </layout> |
132 | </widget> |
142 | </widget> |