Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
betterHSlider_ui.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2
3# Form implementation generated from reading ui file 'betterHSlider.ui'
4#
5# Created by: PyQt5 UI code generator 5.15.6
6#
7# WARNING: Any manual changes made to this file will be lost when pyuic5 is
8# run again. Do not edit this file unless you know what you are doing.
9
10
11from PyQt5 import QtCore, QtGui, QtWidgets
12
13
14class Ui_Form(object):
15 def setupUi(self, Form):
16 Form.setObjectName("Form")
17 Form.resize(309, 72)
22 Form.setSizePolicy(sizePolicy)
24 self.horizontalLayout_3.setObjectName("horizontalLayout_3")
26 self.horizontalLayout_2.setObjectName("horizontalLayout_2")
28 self.label_variable.setObjectName("label_variable")
31 self.doubleSpinBox.setObjectName("doubleSpinBox")
34 self.verticalLayout.setObjectName("verticalLayout")
36 self.horizontalLayout.setObjectName("horizontalLayout")
38 self.label_min.setObjectName("label_min")
41 self.label_max.setObjectName("label_max")
49 self.slider.setSizePolicy(sizePolicy)
52 self.slider.setObjectName("slider")
56
57 self.retranslateUi(Form)
59
60 def retranslateUi(self, Form):
62 Form.setWindowTitle(_translate("Form", "Form"))
63 self.label_variable.setText(_translate("Form", "TextLabel"))
64 self.label_min.setText(_translate("Form", "Min value"))
65 self.label_max.setText(_translate("Form", "Max value"))
uint16_t foo
Definition main_demo5.c:58