-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmain.ui
More file actions
179 lines (179 loc) · 6.19 KB
/
main.ui
File metadata and controls
179 lines (179 loc) · 6.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>475</width>
<height>585</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="windowTitle">
<string>FF777 Wingflex fix 6.0</string>
</property>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>431</width>
<height>551</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p>FlightFactor 777 X-Plane 11<br/><span style=" font-weight:600;">Wing Flex Animation patching tool</span></p><p>designed by 2018 Wei Shuai &lt;<a href="mailto:cpuwolf@gmail.com?subject=FF777wingflex fix"><span style=" text-decoration: underline; color:#0000ff;">cpuwolf@gmail.com</span></a>&gt;<br/>website <a href="https://x-plane.vip/"><span style=" text-decoration: underline; color:#0000ff;">http://x-plane.vip/</span></a><br/>live stream channel <a href="http://douyu.com/cpuwolf/"><span style=" text-decoration: underline; color:#0000ff;">http://douyu.com/cpuwolf/</span></a></p></body></html></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Step 1: download values</string>
</property>
<widget class="QWidget" name="verticalLayoutWidget_2">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>371</width>
<height>71</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string><html><head/><body><p>download <a href="https://forums.x-plane.org/index.php?/forums/topic/140285-how-to-give-your-777-better-wing-flex/"><span style=" text-decoration: underline; color:#0000ff;">FF777 Flex Values.txt</span></a> from X-Plane.org</p><p>Thanks to Dusty926 who fine tuned FF777 wing flex values</p></body></html></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Step 2: file path of FF777 Flex Values.txt</string>
</property>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>411</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="lineEditvalue"/>
</item>
<item>
<widget class="QPushButton" name="pushButtonValue">
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Step 3: folder "objects" path of FF777</string>
</property>
<widget class="QWidget" name="horizontalLayoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>411</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLineEdit" name="lineEdit777"/>
</item>
<item>
<widget class="QPushButton" name="pushButton777">
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Step 4: process</string>
</property>
<widget class="QWidget" name="verticalLayoutWidget_5">
<property name="geometry">
<rect>
<x>130</x>
<y>20</y>
<width>160</width>
<height>51</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QPushButton" name="pushButtonfix">
<property name="text">
<string>fix wingflex</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QLabel" name="label_st">
<property name="text">
<string><html><head/><body><p><span style=" font-weight:600; color:#ff0000;">WARNING!!!</span> this program will <span style=" font-weight:600; color:#ff0000;">modify</span> FF777 </p><p>backup your FF777 before press button</p></body></html></string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<tabstops>
<tabstop>pushButtonfix</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>