Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
b0209db0
Commit
b0209db0
authored
Oct 23, 2012
by
Lorenz Meier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor visual tweak to param slider
parent
7c5dca1c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
137 additions
and
124 deletions
+137
-124
QGCParamSlider.ui
src/ui/designer/QGCParamSlider.ui
+137
-124
No files found.
src/ui/designer/QGCParamSlider.ui
View file @
b0209db0
...
...
@@ -7,13 +7,13 @@
<x>
0
</x>
<y>
0
</y>
<width>
789
</width>
<height>
170
</height>
<height>
244
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Form
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
columnstretch=
"10
0
,0,0,0,0,0,0,0,0,0"
>
<layout
class=
"QGridLayout"
name=
"gridLayout"
columnstretch=
"10,0,0,0,0,0,0,0,0,0"
>
<property
name=
"leftMargin"
>
<number>
6
</number>
</property>
...
...
@@ -32,10 +32,26 @@
<property
name=
"verticalSpacing"
>
<number>
12
</number>
</property>
<item
row=
"1"
column=
"2"
colspan=
"5"
>
<widget
class=
"QLineEdit"
name=
"editNameLabel"
>
<property
name=
"text"
>
<string>
<
Parameter Name / Label
>
</string>
<item
row=
"2"
column=
"5"
>
<widget
class=
"QSpinBox"
name=
"intValueSpinBox"
>
<property
name=
"minimum"
>
<number>
-999999999
</number>
</property>
<property
name=
"maximum"
>
<number>
999999999
</number>
</property>
</widget>
</item>
<item
row=
"3"
column=
"5"
colspan=
"3"
>
<widget
class=
"QComboBox"
name=
"editSelectParamComboBox"
>
<property
name=
"enabled"
>
<bool>
false
</bool>
</property>
<property
name=
"toolTip"
>
<string>
Select parameter
</string>
</property>
<property
name=
"statusTip"
>
<string>
Select parameter
</string>
</property>
</widget>
</item>
...
...
@@ -55,6 +71,77 @@
</property>
</widget>
</item>
<item
row=
"1"
column=
"7"
>
<widget
class=
"QDoubleSpinBox"
name=
"editMinSpinBox"
>
<property
name=
"prefix"
>
<string>
MIN:
</string>
</property>
<property
name=
"minimum"
>
<double>
-999999999.000000000000000
</double>
</property>
<property
name=
"maximum"
>
<double>
999999999.000000000000000
</double>
</property>
</widget>
</item>
<item
row=
"1"
column=
"2"
colspan=
"5"
>
<widget
class=
"QLineEdit"
name=
"editNameLabel"
>
<property
name=
"text"
>
<string>
<
Parameter Name / Label
>
</string>
</property>
</widget>
</item>
<item
row=
"2"
column=
"0"
>
<spacer
name=
"horizontalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
0
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
<item
row=
"2"
column=
"8"
>
<widget
class=
"QPushButton"
name=
"writeButton"
>
<property
name=
"minimumSize"
>
<size>
<width>
0
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"maximumSize"
>
<size>
<width>
16777215
</width>
<height>
16777215
</height>
</size>
</property>
<property
name=
"toolTip"
>
<string>
Transmit the current slider value to the system
</string>
</property>
<property
name=
"statusTip"
>
<string>
Transmit the current slider value to the system
</string>
</property>
<property
name=
"text"
>
<string>
W
</string>
</property>
</widget>
</item>
<item
row=
"7"
column=
"0"
colspan=
"10"
>
<widget
class=
"Line"
name=
"editLine2"
>
<property
name=
"minimumSize"
>
<size>
<width>
0
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
</item>
<item
row=
"2"
column=
"6"
colspan=
"2"
>
<widget
class=
"QSlider"
name=
"valueSlider"
>
<property
name=
"minimumSize"
>
...
...
@@ -77,92 +164,52 @@
</property>
</widget>
</item>
<item
row=
"3"
column=
"2"
colspan=
"3"
>
<widget
class=
"QComboBox"
name=
"editSelectComponentComboBox"
>
<property
name=
"enabled"
>
<bool>
false
</bool>
</property>
<property
name=
"toolTip"
>
<string>
Select component
</string>
</property>
<property
name=
"statusTip"
>
<string>
Select component
</string>
</property>
</widget>
</item>
<item
row=
"5"
column=
"2"
colspan=
"6"
>
<widget
class=
"QLabel"
name=
"editStatusLabel"
>
<item
row=
"3"
column=
"8"
>
<widget
class=
"QCheckBox"
name=
"editInfoCheckBox"
>
<property
name=
"text"
>
<string>
Please click first on refresh to update selection menus..
</string>
<string>
Show Info
</string>
</property>
<property
name=
"checked"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item
row=
"3"
column=
"
5
"
colspan=
"3"
>
<widget
class=
"QComboBox"
name=
"editSelect
Param
ComboBox"
>
<item
row=
"3"
column=
"
2
"
colspan=
"3"
>
<widget
class=
"QComboBox"
name=
"editSelect
Component
ComboBox"
>
<property
name=
"enabled"
>
<bool>
false
</bool>
</property>
<property
name=
"toolTip"
>
<string>
Select
parameter
</string>
<string>
Select
component
</string>
</property>
<property
name=
"statusTip"
>
<string>
Select
parameter
</string>
<string>
Select
component
</string>
</property>
</widget>
</item>
<item
row=
"
0"
column=
"0"
colspan=
"10
"
>
<widget
class=
"
Line"
name=
"editLine1
"
>
<item
row=
"
2"
column=
"9
"
>
<widget
class=
"
QPushButton"
name=
"readButton
"
>
<property
name=
"minimumSize"
>
<size>
<width>
0
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
</item>
<item
row=
"2"
column=
"3"
>
<widget
class=
"QDoubleSpinBox"
name=
"doubleValueSpinBox"
>
<property
name=
"minimum"
>
<double>
-999999999.000000000000000
</double>
</property>
<property
name=
"maximum"
>
<double>
999999999.000000000000000
</double>
</property>
</widget>
</item>
<item
row=
"2"
column=
"0"
>
<spacer
name=
"horizontalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
<property
name=
"toolTip"
>
<string>
Read the current parameter value on the system
</string>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
0
</width>
<height>
20
</height>
</size>
<property
name=
"statusTip"
>
<string>
Read the current parameter value on the system
</string>
</property>
</spacer>
</item>
<item
row=
"5"
column=
"9"
>
<widget
class=
"QPushButton"
name=
"editDoneButton"
>
<property
name=
"text"
>
<string>
Done
</string>
<string>
R
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"7"
>
<widget
class=
"QDoubleSpinBox"
name=
"editMinSpinBox"
>
<property
name=
"prefix"
>
<string>
MIN:
</string>
</property>
<property
name=
"minimum"
>
<double>
-999999999.000000000000000
</double>
</property>
<property
name=
"maximum"
>
<double>
999999999.000000000000000
</double>
<item
row=
"5"
column=
"2"
colspan=
"6"
>
<widget
class=
"QLabel"
name=
"editStatusLabel"
>
<property
name=
"text"
>
<string>
Please click first on refresh to update selection menus..
</string>
</property>
</widget>
</item>
...
...
@@ -179,32 +226,29 @@
</property>
</widget>
</item>
<item
row=
"2"
column=
"
5
"
>
<widget
class=
"Q
SpinBox"
name=
"int
ValueSpinBox"
>
<item
row=
"2"
column=
"
3
"
>
<widget
class=
"Q
DoubleSpinBox"
name=
"double
ValueSpinBox"
>
<property
name=
"minimum"
>
<
number>
-999999999
</number
>
<
double>
-999999999.000000000000000
</double
>
</property>
<property
name=
"maximum"
>
<
number>
999999999
</number
>
<
double>
999999999.000000000000000
</double
>
</property>
</widget>
</item>
<item
row=
"2"
column=
"9"
>
<widget
class=
"QPushButton"
name=
"readButton"
>
<item
row=
"1"
column=
"1"
rowspan=
"6"
>
<widget
class=
"QTextBrowser"
name=
"infoLabel"
/>
</item>
<item
row=
"0"
column=
"0"
colspan=
"10"
>
<widget
class=
"Line"
name=
"editLine1"
>
<property
name=
"minimumSize"
>
<size>
<width>
0
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"toolTip"
>
<string>
Read the current parameter value on the system
</string>
</property>
<property
name=
"statusTip"
>
<string>
Read the current parameter value on the system
</string>
</property>
<property
name=
"text"
>
<string>
R
</string>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
</item>
...
...
@@ -218,56 +262,25 @@
</property>
</widget>
</item>
<item
row=
"6"
column=
"0"
colspan=
"10"
>
<widget
class=
"Line"
name=
"editLine2"
>
<property
name=
"minimumSize"
>
<size>
<width>
0
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
<item
row=
"5"
column=
"9"
>
<widget
class=
"QPushButton"
name=
"editDoneButton"
>
<property
name=
"text"
>
<string>
Done
</string>
</property>
</widget>
</item>
<item
row=
"2"
column=
"8"
>
<widget
class=
"QPushButton"
name=
"writeButton"
>
<property
name=
"minimumSize"
>
<size>
<width>
0
</width>
<height>
0
</height>
</size>
<item
row=
"6"
column=
"2"
colspan=
"8"
>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"
maximumSize
"
>
<property
name=
"
sizeHint"
stdset=
"0
"
>
<size>
<width>
16777215
</width>
<height>
16777215
</height>
<width>
20
</width>
<height>
40
</height>
</size>
</property>
<property
name=
"toolTip"
>
<string>
Transmit the current slider value to the system
</string>
</property>
<property
name=
"statusTip"
>
<string>
Transmit the current slider value to the system
</string>
</property>
<property
name=
"text"
>
<string>
W
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
rowspan=
"5"
>
<widget
class=
"QTextBrowser"
name=
"infoLabel"
/>
</item>
<item
row=
"3"
column=
"8"
>
<widget
class=
"QCheckBox"
name=
"editInfoCheckBox"
>
<property
name=
"text"
>
<string>
Show Info
</string>
</property>
<property
name=
"checked"
>
<bool>
true
</bool>
</property>
</widget>
</spacer>
</item>
</layout>
</widget>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment