Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
betterVSlider_ui.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2
3# Form implementation generated from reading ui file 'betterVSlider_grid.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(197, 138)
19 self.verticalLayout_2.setObjectName("verticalLayout_2")
21 self.gridLayout.setObjectName("gridLayout")
23 self.label_variable.setObjectName("label_variable")
24 self.gridLayout.addWidget(self.label_variable, 0, 0, 1, 1)
26 self.doubleSpinBox.setObjectName("doubleSpinBox")
27 self.gridLayout.addWidget(self.doubleSpinBox, 0, 1, 1, 1)
29 self.horizontalLayout.setObjectName("horizontalLayout")
31 self.verticalLayout.setObjectName("verticalLayout")
33 self.label_max.setObjectName("label_max")
36 self.label_min.setObjectName("label_min")
44 self.slider.setSizePolicy(sizePolicy)
47 self.slider.setObjectName("slider")
49 self.gridLayout.addLayout(self.horizontalLayout, 1, 1, 1, 1)
51
52 self.retranslateUi(Form)
54
55 def retranslateUi(self, Form):
57 Form.setWindowTitle(_translate("Form", "Form"))
58 self.label_variable.setText(_translate("Form", "TextLabel"))
59 self.label_max.setText(_translate("Form", "Max value"))
60 self.label_min.setText(_translate("Form", "Min value"))
uint16_t foo
Definition main_demo5.c:58