LP-56 - Better txpid option namings, fix tabs-spaces, tooltips. headers, variable...
[librepilot.git] / ground / openpilotgcs / src / plugins / ipconnection / ipconnectionoptionspage.ui
blob8c6ffd5c0a332e84497f69d8de3f54d8600369dd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>IPconnectionOptionsPage</class>
4 <widget class="QWidget" name="IPconnectionOptionsPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>429</width>
10 <height>291</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <property name="margin">
18 <number>0</number>
19 </property>
20 <item>
21 <widget class="QScrollArea" name="scrollArea">
22 <property name="sizePolicy">
23 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
24 <horstretch>0</horstretch>
25 <verstretch>0</verstretch>
26 </sizepolicy>
27 </property>
28 <property name="frameShape">
29 <enum>QFrame::NoFrame</enum>
30 </property>
31 <property name="frameShadow">
32 <enum>QFrame::Plain</enum>
33 </property>
34 <property name="widgetResizable">
35 <bool>true</bool>
36 </property>
37 <widget class="QWidget" name="scrollAreaWidgetContents">
38 <property name="geometry">
39 <rect>
40 <x>0</x>
41 <y>0</y>
42 <width>429</width>
43 <height>125</height>
44 </rect>
45 </property>
46 <layout class="QGridLayout" name="gridLayout">
47 <property name="margin">
48 <number>0</number>
49 </property>
50 <item row="0" column="0">
51 <widget class="QGroupBox" name="groupBox">
52 <property name="title">
53 <string>IP Network Telemetry</string>
54 </property>
55 <layout class="QGridLayout" name="gridLayout_2">
56 <item row="1" column="0">
57 <widget class="QLabel" name="label_2">
58 <property name="text">
59 <string>Host Name/Number</string>
60 </property>
61 </widget>
62 </item>
63 <item row="1" column="1">
64 <widget class="QLineEdit" name="HostName"/>
65 </item>
66 <item row="1" column="2">
67 <widget class="QLabel" name="label_3">
68 <property name="text">
69 <string>Port</string>
70 </property>
71 </widget>
72 </item>
73 <item row="1" column="3">
74 <widget class="QSpinBox" name="Port">
75 <property name="minimum">
76 <number>1</number>
77 </property>
78 <property name="maximum">
79 <number>999999</number>
80 </property>
81 </widget>
82 </item>
83 <item row="2" column="0">
84 <widget class="QRadioButton" name="UseTCP">
85 <property name="text">
86 <string>TCP connection</string>
87 </property>
88 </widget>
89 </item>
90 <item row="2" column="1">
91 <widget class="QRadioButton" name="UseUDP">
92 <property name="text">
93 <string>UDP connection</string>
94 </property>
95 </widget>
96 </item>
97 </layout>
98 </widget>
99 </item>
100 </layout>
101 </widget>
102 </widget>
103 </item>
104 <item>
105 <spacer name="verticalSpacer">
106 <property name="orientation">
107 <enum>Qt::Vertical</enum>
108 </property>
109 <property name="sizeHint" stdset="0">
110 <size>
111 <width>20</width>
112 <height>40</height>
113 </size>
114 </property>
115 </spacer>
116 </item>
117 </layout>
118 </widget>
119 <resources/>
120 <connections/>
121 </ui>