Commit 140d1ffa authored by Michael Carpenter's avatar Michael Carpenter

Made communications console output window read only to avoid accidently typing in it.

parent ac698650
...@@ -110,6 +110,9 @@ ...@@ -110,6 +110,9 @@
<height>50</height> <height>50</height>
</size> </size>
</property> </property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="tabStopWidth"> <property name="tabStopWidth">
<number>60</number> <number>60</number>
</property> </property>
...@@ -200,7 +203,7 @@ ...@@ -200,7 +203,7 @@
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../mavground.qrc"> <iconset resource="../../qgroundcontrol.qrc">
<normaloff>:/files/images/actions/list-add.svg</normaloff>:/files/images/actions/list-add.svg</iconset> <normaloff>:/files/images/actions/list-add.svg</normaloff>:/files/images/actions/list-add.svg</iconset>
</property> </property>
</widget> </widget>
...@@ -224,7 +227,7 @@ ...@@ -224,7 +227,7 @@
<string>Send</string> <string>Send</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../mavground.qrc"> <iconset resource="../../qgroundcontrol.qrc">
<normaloff>:/files/images/devices/network-wireless.svg</normaloff>:/files/images/devices/network-wireless.svg</iconset> <normaloff>:/files/images/devices/network-wireless.svg</normaloff>:/files/images/devices/network-wireless.svg</iconset>
</property> </property>
</widget> </widget>
...@@ -287,7 +290,7 @@ ...@@ -287,7 +290,7 @@
</layout> </layout>
</widget> </widget>
<resources> <resources>
<include location="../../mavground.qrc"/> <include location="../../qgroundcontrol.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment