[companion] Adjust GVAR not possible in global functions (fix #5425)
[opentx.git] / companion / src / generaledit / generaledit.ui
blob96e89f536df1ff53b88fe300ed882b5c1ef9e893
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GeneralEdit</class>
4 <widget class="QDialog" name="GeneralEdit">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>787</width>
10 <height>577</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Radio settings</string>
21 </property>
22 <property name="sizeGripEnabled">
23 <bool>true</bool>
24 </property>
25 <layout class="QGridLayout" name="gridLayout_4">
26 <item row="1" column="0">
27 <widget class="QFrame" name="frame">
28 <property name="sizePolicy">
29 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
30 <horstretch>0</horstretch>
31 <verstretch>0</verstretch>
32 </sizepolicy>
33 </property>
34 <property name="frameShape">
35 <enum>QFrame::Panel</enum>
36 </property>
37 <property name="frameShadow">
38 <enum>QFrame::Raised</enum>
39 </property>
40 <layout class="QGridLayout" name="gridLayout_7">
41 <property name="sizeConstraint">
42 <enum>QLayout::SetDefaultConstraint</enum>
43 </property>
44 <item row="0" column="0">
45 <layout class="QGridLayout" name="gridLayout_6" rowstretch="0,0">
46 <item row="1" column="1">
47 <widget class="QPushButton" name="calretrieve_PB">
48 <property name="sizePolicy">
49 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
50 <horstretch>0</horstretch>
51 <verstretch>0</verstretch>
52 </sizepolicy>
53 </property>
54 <property name="text">
55 <string>Retrieve calib. and hw settings from profile</string>
56 </property>
57 </widget>
58 </item>
59 <item row="1" column="2">
60 <spacer name="horizontalSpacer_5">
61 <property name="orientation">
62 <enum>Qt::Horizontal</enum>
63 </property>
64 <property name="sizeType">
65 <enum>QSizePolicy::Expanding</enum>
66 </property>
67 <property name="sizeHint" stdset="0">
68 <size>
69 <width>10</width>
70 <height>20</height>
71 </size>
72 </property>
73 </spacer>
74 </item>
75 <item row="1" column="3">
76 <widget class="QPushButton" name="calstore_PB">
77 <property name="sizePolicy">
78 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
79 <horstretch>0</horstretch>
80 <verstretch>0</verstretch>
81 </sizepolicy>
82 </property>
83 <property name="text">
84 <string>Store calib. and hw settings in selected profile</string>
85 </property>
86 </widget>
87 </item>
88 <item row="0" column="0" colspan="5">
89 <widget class="QComboBox" name="profile_CB"/>
90 </item>
91 </layout>
92 </item>
93 </layout>
94 </widget>
95 </item>
96 <item row="0" column="0">
97 <widget class="QTabWidget" name="tabWidget">
98 <property name="sizePolicy">
99 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
100 <horstretch>0</horstretch>
101 <verstretch>0</verstretch>
102 </sizepolicy>
103 </property>
104 <property name="whatsThis">
105 <string>General settings used throught the transmitter.
106 These will be relevant for all models in the same EEPROM.</string>
107 </property>
108 <property name="currentIndex">
109 <number>-1</number>
110 </property>
111 </widget>
112 </item>
113 </layout>
114 </widget>
115 <resources>
116 <include location="../companion.qrc"/>
117 </resources>
118 <connections/>
119 <designerdata>
120 <property name="gridDeltaX">
121 <number>10</number>
122 </property>
123 <property name="gridDeltaY">
124 <number>10</number>
125 </property>
126 <property name="gridSnapX">
127 <bool>true</bool>
128 </property>
129 <property name="gridSnapY">
130 <bool>true</bool>
131 </property>
132 <property name="gridVisible">
133 <bool>true</bool>
134 </property>
135 </designerdata>
136 </ui>