You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
59 lines
1.5 KiB
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
|
<class>SerialConsoleBase</class>
|
|
<widget class="TQWidget">
|
|
<property name="name">
|
|
<cstring>SerialConsoleBase</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>519</width>
|
|
<height>356</height>
|
|
</rect>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="KTextEdit" row="0" column="0" colspan="3">
|
|
<property name="name">
|
|
<cstring>textOutput</cstring>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="1" column="0" colspan="1">
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Input:</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>PlainText</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="KLineEdit" row="1" column="1" colspan="1">
|
|
<property name="name">
|
|
<cstring>textInput</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton" row="1" column="2" colspan="1">
|
|
<property name="name">
|
|
<cstring>sendText</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<cstring>Send</cstring>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<includes>
|
|
<include location="local" impldecl="in implementation">SerialConsoleBase.ui.h</include>
|
|
</includes>
|
|
<layoutdefaults spacing="3" margin="6"/>
|
|
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
|
|
</UI>
|