LP-106 Setup Wizard refresh : Add dual servo setup (dual aileron or
[librepilot.git] / ground / gcs / src / plugins / setupwizard / connectiondiagram.ui
blob8a4c5bf1f2a713ad704b1f6b782841de5cea8bee
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ConnectionDiagram</class>
4 <widget class="QDialog" name="ConnectionDiagram">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>440</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <property name="modal">
20 <bool>true</bool>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <item>
24 <widget class="QGraphicsView" name="connectionDiagram">
25 <property name="frameShape">
26 <enum>QFrame::WinPanel</enum>
27 </property>
28 <property name="verticalScrollBarPolicy">
29 <enum>Qt::ScrollBarAlwaysOff</enum>
30 </property>
31 <property name="horizontalScrollBarPolicy">
32 <enum>Qt::ScrollBarAlwaysOff</enum>
33 </property>
34 <property name="backgroundBrush">
35 <brush brushstyle="SolidPattern">
36 <color alpha="255">
37 <red>255</red>
38 <green>255</green>
39 <blue>255</blue>
40 </color>
41 </brush>
42 </property>
43 <property name="renderHints">
44 <set>QPainter::HighQualityAntialiasing|QPainter::TextAntialiasing</set>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <layout class="QHBoxLayout" name="horizontalLayout">
50 <item>
51 <spacer name="horizontalSpacer">
52 <property name="orientation">
53 <enum>Qt::Horizontal</enum>
54 </property>
55 <property name="sizeHint" stdset="0">
56 <size>
57 <width>40</width>
58 <height>20</height>
59 </size>
60 </property>
61 </spacer>
62 </item>
63 <item>
64 <widget class="QPushButton" name="saveButton">
65 <property name="sizePolicy">
66 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
67 <horstretch>0</horstretch>
68 <verstretch>0</verstretch>
69 </sizepolicy>
70 </property>
71 <property name="text">
72 <string>Save</string>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QPushButton" name="closeButton">
78 <property name="sizePolicy">
79 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
80 <horstretch>0</horstretch>
81 <verstretch>0</verstretch>
82 </sizepolicy>
83 </property>
84 <property name="text">
85 <string>Close</string>
86 </property>
87 <property name="default">
88 <bool>true</bool>
89 </property>
90 </widget>
91 </item>
92 </layout>
93 </item>
94 </layout>
95 </widget>
96 <resources/>
97 <connections>
98 <connection>
99 <sender>closeButton</sender>
100 <signal>clicked()</signal>
101 <receiver>ConnectionDiagram</receiver>
102 <slot>close()</slot>
103 <hints>
104 <hint type="sourcelabel">
105 <x>752</x>
106 <y>418</y>
107 </hint>
108 <hint type="destinationlabel">
109 <x>399</x>
110 <y>219</y>
111 </hint>
112 </hints>
113 </connection>
114 </connections>
115 </ui>