mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
[create_module] restore generate qt files
These files have been removed by mistake because of the 'clean' rule. Renaming it to avoid futur errors.
This commit is contained in:
@@ -5,6 +5,6 @@ all:
|
||||
pyuic5 init_ui.ui -o init_ui.py
|
||||
pyuic5 periodic_ui.ui -o periodic_ui.py
|
||||
|
||||
clean:
|
||||
clean_gui:
|
||||
rm create_module_ui.py datalink_ui.py event_ui.py init_ui.py periodic_ui.py
|
||||
|
||||
|
||||
@@ -0,0 +1,165 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file 'create_module_ui.ui'
|
||||
#
|
||||
# Created by: PyQt5 UI code generator 5.10.1
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
from PyQt5 import QtCore, QtGui, QtWidgets
|
||||
|
||||
class Ui_CreateModule_Window(object):
|
||||
def setupUi(self, CreateModule_Window):
|
||||
CreateModule_Window.setObjectName("CreateModule_Window")
|
||||
CreateModule_Window.resize(875, 553)
|
||||
self.centralwidget = QtWidgets.QWidget(CreateModule_Window)
|
||||
self.centralwidget.setObjectName("centralwidget")
|
||||
self.verticalLayout = QtWidgets.QVBoxLayout(self.centralwidget)
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.horizontalLayout_6 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_6.setObjectName("horizontalLayout_6")
|
||||
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout.setObjectName("horizontalLayout")
|
||||
self.label = QtWidgets.QLabel(self.centralwidget)
|
||||
self.label.setObjectName("label")
|
||||
self.horizontalLayout.addWidget(self.label)
|
||||
self.name_edit = QtWidgets.QLineEdit(self.centralwidget)
|
||||
self.name_edit.setObjectName("name_edit")
|
||||
self.horizontalLayout.addWidget(self.name_edit)
|
||||
self.horizontalLayout_6.addLayout(self.horizontalLayout)
|
||||
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
|
||||
self.label_2 = QtWidgets.QLabel(self.centralwidget)
|
||||
self.label_2.setObjectName("label_2")
|
||||
self.horizontalLayout_2.addWidget(self.label_2)
|
||||
self.directory_combo = QtWidgets.QComboBox(self.centralwidget)
|
||||
self.directory_combo.setEditable(True)
|
||||
self.directory_combo.setObjectName("directory_combo")
|
||||
self.horizontalLayout_2.addWidget(self.directory_combo)
|
||||
self.horizontalLayout_6.addLayout(self.horizontalLayout_2)
|
||||
self.horizontalLayout_15 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_15.setObjectName("horizontalLayout_15")
|
||||
self.label_12 = QtWidgets.QLabel(self.centralwidget)
|
||||
self.label_12.setObjectName("label_12")
|
||||
self.horizontalLayout_15.addWidget(self.label_12)
|
||||
self.licence_comboBox = QtWidgets.QComboBox(self.centralwidget)
|
||||
self.licence_comboBox.setEditable(False)
|
||||
self.licence_comboBox.setObjectName("licence_comboBox")
|
||||
self.licence_comboBox.addItem("")
|
||||
self.licence_comboBox.addItem("")
|
||||
self.horizontalLayout_15.addWidget(self.licence_comboBox)
|
||||
self.horizontalLayout_6.addLayout(self.horizontalLayout_15)
|
||||
self.horizontalLayout_6.setStretch(0, 1)
|
||||
self.horizontalLayout_6.setStretch(1, 1)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout_6)
|
||||
self.horizontalLayout_5 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_5.setObjectName("horizontalLayout_5")
|
||||
self.horizontalLayout_4 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_4.setObjectName("horizontalLayout_4")
|
||||
self.label_4 = QtWidgets.QLabel(self.centralwidget)
|
||||
self.label_4.setObjectName("label_4")
|
||||
self.horizontalLayout_4.addWidget(self.label_4)
|
||||
self.author_edit = QtWidgets.QLineEdit(self.centralwidget)
|
||||
self.author_edit.setObjectName("author_edit")
|
||||
self.horizontalLayout_4.addWidget(self.author_edit)
|
||||
self.horizontalLayout_5.addLayout(self.horizontalLayout_4)
|
||||
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
|
||||
self.label_5 = QtWidgets.QLabel(self.centralwidget)
|
||||
self.label_5.setObjectName("label_5")
|
||||
self.horizontalLayout_3.addWidget(self.label_5)
|
||||
self.email_edit = QtWidgets.QLineEdit(self.centralwidget)
|
||||
self.email_edit.setObjectName("email_edit")
|
||||
self.horizontalLayout_3.addWidget(self.email_edit)
|
||||
self.horizontalLayout_5.addLayout(self.horizontalLayout_3)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout_5)
|
||||
self.label_3 = QtWidgets.QLabel(self.centralwidget)
|
||||
self.label_3.setObjectName("label_3")
|
||||
self.verticalLayout.addWidget(self.label_3)
|
||||
self.splitter = QtWidgets.QSplitter(self.centralwidget)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Expanding)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.splitter.sizePolicy().hasHeightForWidth())
|
||||
self.splitter.setSizePolicy(sizePolicy)
|
||||
self.splitter.setOrientation(QtCore.Qt.Vertical)
|
||||
self.splitter.setChildrenCollapsible(False)
|
||||
self.splitter.setObjectName("splitter")
|
||||
self.description_edit = QtWidgets.QPlainTextEdit(self.splitter)
|
||||
self.description_edit.setMinimumSize(QtCore.QSize(0, 0))
|
||||
self.description_edit.setBaseSize(QtCore.QSize(0, 30))
|
||||
self.description_edit.setSizeAdjustPolicy(QtWidgets.QAbstractScrollArea.AdjustToContentsOnFirstShow)
|
||||
self.description_edit.setObjectName("description_edit")
|
||||
self.components_area = QtWidgets.QScrollArea(self.splitter)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(1)
|
||||
sizePolicy.setHeightForWidth(self.components_area.sizePolicy().hasHeightForWidth())
|
||||
self.components_area.setSizePolicy(sizePolicy)
|
||||
self.components_area.setWidgetResizable(True)
|
||||
self.components_area.setObjectName("components_area")
|
||||
self.scrollAreaWidgetContents = QtWidgets.QWidget()
|
||||
self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 855, 258))
|
||||
self.scrollAreaWidgetContents.setObjectName("scrollAreaWidgetContents")
|
||||
self.scroll_area_layout = QtWidgets.QVBoxLayout(self.scrollAreaWidgetContents)
|
||||
self.scroll_area_layout.setObjectName("scroll_area_layout")
|
||||
spacerItem = QtWidgets.QSpacerItem(20, 76, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
|
||||
self.scroll_area_layout.addItem(spacerItem)
|
||||
self.components_area.setWidget(self.scrollAreaWidgetContents)
|
||||
self.verticalLayout.addWidget(self.splitter)
|
||||
self.horizontalLayout_7 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_7.setObjectName("horizontalLayout_7")
|
||||
self.label_6 = QtWidgets.QLabel(self.centralwidget)
|
||||
self.label_6.setObjectName("label_6")
|
||||
self.horizontalLayout_7.addWidget(self.label_6)
|
||||
self.components_combo = QtWidgets.QComboBox(self.centralwidget)
|
||||
self.components_combo.setObjectName("components_combo")
|
||||
self.components_combo.addItem("")
|
||||
self.components_combo.addItem("")
|
||||
self.components_combo.addItem("")
|
||||
self.components_combo.addItem("")
|
||||
self.horizontalLayout_7.addWidget(self.components_combo)
|
||||
self.component_add_button = QtWidgets.QToolButton(self.centralwidget)
|
||||
icon = QtGui.QIcon()
|
||||
icon.addPixmap(QtGui.QPixmap("add.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||
self.component_add_button.setIcon(icon)
|
||||
self.component_add_button.setObjectName("component_add_button")
|
||||
self.horizontalLayout_7.addWidget(self.component_add_button)
|
||||
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.horizontalLayout_7.addItem(spacerItem1)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout_7)
|
||||
self.create_button = QtWidgets.QPushButton(self.centralwidget)
|
||||
self.create_button.setObjectName("create_button")
|
||||
self.verticalLayout.addWidget(self.create_button)
|
||||
CreateModule_Window.setCentralWidget(self.centralwidget)
|
||||
self.menubar = QtWidgets.QMenuBar(CreateModule_Window)
|
||||
self.menubar.setGeometry(QtCore.QRect(0, 0, 875, 22))
|
||||
self.menubar.setObjectName("menubar")
|
||||
CreateModule_Window.setMenuBar(self.menubar)
|
||||
self.statusbar = QtWidgets.QStatusBar(CreateModule_Window)
|
||||
self.statusbar.setObjectName("statusbar")
|
||||
CreateModule_Window.setStatusBar(self.statusbar)
|
||||
|
||||
self.retranslateUi(CreateModule_Window)
|
||||
QtCore.QMetaObject.connectSlotsByName(CreateModule_Window)
|
||||
|
||||
def retranslateUi(self, CreateModule_Window):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
CreateModule_Window.setWindowTitle(_translate("CreateModule_Window", "Create Module"))
|
||||
self.label.setText(_translate("CreateModule_Window", "Module name"))
|
||||
self.label_2.setText(_translate("CreateModule_Window", "Directory"))
|
||||
self.label_12.setText(_translate("CreateModule_Window", "Licence"))
|
||||
self.licence_comboBox.setItemText(0, _translate("CreateModule_Window", "GPLv2"))
|
||||
self.licence_comboBox.setItemText(1, _translate("CreateModule_Window", "None"))
|
||||
self.label_4.setText(_translate("CreateModule_Window", "Author"))
|
||||
self.label_5.setText(_translate("CreateModule_Window", "email"))
|
||||
self.label_3.setText(_translate("CreateModule_Window", "Description"))
|
||||
self.label_6.setText(_translate("CreateModule_Window", "Add element :"))
|
||||
self.components_combo.setItemText(0, _translate("CreateModule_Window", "Init"))
|
||||
self.components_combo.setItemText(1, _translate("CreateModule_Window", "Periodic"))
|
||||
self.components_combo.setItemText(2, _translate("CreateModule_Window", "Event"))
|
||||
self.components_combo.setItemText(3, _translate("CreateModule_Window", "Datalink"))
|
||||
self.component_add_button.setToolTip(_translate("CreateModule_Window", "Add component"))
|
||||
self.component_add_button.setText(_translate("CreateModule_Window", "Add"))
|
||||
self.create_button.setText(_translate("CreateModule_Window", "Create Module"))
|
||||
|
||||
@@ -0,0 +1,64 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file 'datalink_ui.ui'
|
||||
#
|
||||
# Created by: PyQt5 UI code generator 5.10.1
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
from PyQt5 import QtCore, QtGui, QtWidgets
|
||||
|
||||
class Ui_Datalink(object):
|
||||
def setupUi(self, Datalink):
|
||||
Datalink.setObjectName("Datalink")
|
||||
Datalink.resize(753, 79)
|
||||
self.verticalLayout = QtWidgets.QVBoxLayout(Datalink)
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout.setObjectName("horizontalLayout")
|
||||
self.label_11 = QtWidgets.QLabel(Datalink)
|
||||
self.label_11.setStyleSheet("font: bold")
|
||||
self.label_11.setAlignment(QtCore.Qt.AlignCenter)
|
||||
self.label_11.setObjectName("label_11")
|
||||
self.horizontalLayout.addWidget(self.label_11)
|
||||
self.remove_button = QtWidgets.QToolButton(Datalink)
|
||||
icon = QtGui.QIcon()
|
||||
icon.addPixmap(QtGui.QPixmap("remove.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||
self.remove_button.setIcon(icon)
|
||||
self.remove_button.setObjectName("remove_button")
|
||||
self.horizontalLayout.addWidget(self.remove_button)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout)
|
||||
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
|
||||
self.horizontalLayout_20 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_20.setObjectName("horizontalLayout_20")
|
||||
self.label_16 = QtWidgets.QLabel(Datalink)
|
||||
self.label_16.setObjectName("label_16")
|
||||
self.horizontalLayout_20.addWidget(self.label_16)
|
||||
self.datalink_edit = QtWidgets.QLineEdit(Datalink)
|
||||
self.datalink_edit.setObjectName("datalink_edit")
|
||||
self.horizontalLayout_20.addWidget(self.datalink_edit)
|
||||
self.horizontalLayout_2.addLayout(self.horizontalLayout_20)
|
||||
self.horizontalLayout_19 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_19.setObjectName("horizontalLayout_19")
|
||||
self.label_15 = QtWidgets.QLabel(Datalink)
|
||||
self.label_15.setObjectName("label_15")
|
||||
self.horizontalLayout_19.addWidget(self.label_15)
|
||||
self.message_combo = QtWidgets.QComboBox(Datalink)
|
||||
self.message_combo.setEditable(True)
|
||||
self.message_combo.setObjectName("message_combo")
|
||||
self.horizontalLayout_19.addWidget(self.message_combo)
|
||||
self.horizontalLayout_2.addLayout(self.horizontalLayout_19)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout_2)
|
||||
|
||||
self.retranslateUi(Datalink)
|
||||
QtCore.QMetaObject.connectSlotsByName(Datalink)
|
||||
|
||||
def retranslateUi(self, Datalink):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
Datalink.setWindowTitle(_translate("Datalink", "Datalink"))
|
||||
self.label_11.setText(_translate("Datalink", "Datalink"))
|
||||
self.remove_button.setText(_translate("Datalink", "remove"))
|
||||
self.label_16.setText(_translate("Datalink", "fun"))
|
||||
self.label_15.setText(_translate("Datalink", "Message"))
|
||||
|
||||
@@ -0,0 +1,50 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file 'event_ui.ui'
|
||||
#
|
||||
# Created by: PyQt5 UI code generator 5.10.1
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
from PyQt5 import QtCore, QtGui, QtWidgets
|
||||
|
||||
class Ui_Event(object):
|
||||
def setupUi(self, Event):
|
||||
Event.setObjectName("Event")
|
||||
Event.resize(619, 77)
|
||||
self.verticalLayout = QtWidgets.QVBoxLayout(Event)
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout.setObjectName("horizontalLayout")
|
||||
self.label_11 = QtWidgets.QLabel(Event)
|
||||
self.label_11.setStyleSheet("font: bold")
|
||||
self.label_11.setAlignment(QtCore.Qt.AlignCenter)
|
||||
self.label_11.setObjectName("label_11")
|
||||
self.horizontalLayout.addWidget(self.label_11)
|
||||
self.remove_button = QtWidgets.QToolButton(Event)
|
||||
icon = QtGui.QIcon()
|
||||
icon.addPixmap(QtGui.QPixmap("remove.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||
self.remove_button.setIcon(icon)
|
||||
self.remove_button.setObjectName("remove_button")
|
||||
self.horizontalLayout.addWidget(self.remove_button)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout)
|
||||
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
|
||||
self.label_10 = QtWidgets.QLabel(Event)
|
||||
self.label_10.setObjectName("label_10")
|
||||
self.horizontalLayout_2.addWidget(self.label_10)
|
||||
self.event_edit = QtWidgets.QLineEdit(Event)
|
||||
self.event_edit.setObjectName("event_edit")
|
||||
self.horizontalLayout_2.addWidget(self.event_edit)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout_2)
|
||||
|
||||
self.retranslateUi(Event)
|
||||
QtCore.QMetaObject.connectSlotsByName(Event)
|
||||
|
||||
def retranslateUi(self, Event):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
Event.setWindowTitle(_translate("Event", "Event"))
|
||||
self.label_11.setText(_translate("Event", "Event"))
|
||||
self.remove_button.setText(_translate("Event", "remove"))
|
||||
self.label_10.setText(_translate("Event", "fun"))
|
||||
|
||||
@@ -0,0 +1,50 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file 'init_ui.ui'
|
||||
#
|
||||
# Created by: PyQt5 UI code generator 5.10.1
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
from PyQt5 import QtCore, QtGui, QtWidgets
|
||||
|
||||
class Ui_Init(object):
|
||||
def setupUi(self, Init):
|
||||
Init.setObjectName("Init")
|
||||
Init.resize(650, 76)
|
||||
self.verticalLayout = QtWidgets.QVBoxLayout(Init)
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout.setObjectName("horizontalLayout")
|
||||
self.label_11 = QtWidgets.QLabel(Init)
|
||||
self.label_11.setStyleSheet("font: bold")
|
||||
self.label_11.setAlignment(QtCore.Qt.AlignCenter)
|
||||
self.label_11.setObjectName("label_11")
|
||||
self.horizontalLayout.addWidget(self.label_11)
|
||||
self.remove_button = QtWidgets.QToolButton(Init)
|
||||
icon = QtGui.QIcon()
|
||||
icon.addPixmap(QtGui.QPixmap("remove.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||
self.remove_button.setIcon(icon)
|
||||
self.remove_button.setObjectName("remove_button")
|
||||
self.horizontalLayout.addWidget(self.remove_button)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout)
|
||||
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
|
||||
self.label_10 = QtWidgets.QLabel(Init)
|
||||
self.label_10.setObjectName("label_10")
|
||||
self.horizontalLayout_2.addWidget(self.label_10)
|
||||
self.init_edit = QtWidgets.QLineEdit(Init)
|
||||
self.init_edit.setObjectName("init_edit")
|
||||
self.horizontalLayout_2.addWidget(self.init_edit)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout_2)
|
||||
|
||||
self.retranslateUi(Init)
|
||||
QtCore.QMetaObject.connectSlotsByName(Init)
|
||||
|
||||
def retranslateUi(self, Init):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
Init.setWindowTitle(_translate("Init", "Init"))
|
||||
self.label_11.setText(_translate("Init", "Init"))
|
||||
self.remove_button.setText(_translate("Init", "remove"))
|
||||
self.label_10.setText(_translate("Init", "fun"))
|
||||
|
||||
@@ -0,0 +1,103 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file 'periodic_ui.ui'
|
||||
#
|
||||
# Created by: PyQt5 UI code generator 5.10.1
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
from PyQt5 import QtCore, QtGui, QtWidgets
|
||||
|
||||
class Ui_Periodic(object):
|
||||
def setupUi(self, Periodic):
|
||||
Periodic.setObjectName("Periodic")
|
||||
Periodic.resize(699, 115)
|
||||
self.verticalLayout = QtWidgets.QVBoxLayout(Periodic)
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout.setObjectName("horizontalLayout")
|
||||
self.label_11 = QtWidgets.QLabel(Periodic)
|
||||
self.label_11.setStyleSheet("font: bold")
|
||||
self.label_11.setAlignment(QtCore.Qt.AlignCenter)
|
||||
self.label_11.setObjectName("label_11")
|
||||
self.horizontalLayout.addWidget(self.label_11)
|
||||
self.remove_button = QtWidgets.QToolButton(Periodic)
|
||||
icon = QtGui.QIcon()
|
||||
icon.addPixmap(QtGui.QPixmap("remove.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||
self.remove_button.setIcon(icon)
|
||||
self.remove_button.setObjectName("remove_button")
|
||||
self.horizontalLayout.addWidget(self.remove_button)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout)
|
||||
self.horizontalLayout_11 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_11.setObjectName("horizontalLayout_11")
|
||||
self.horizontalLayout_5 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_5.setObjectName("horizontalLayout_5")
|
||||
self.label_6 = QtWidgets.QLabel(Periodic)
|
||||
self.label_6.setObjectName("label_6")
|
||||
self.horizontalLayout_5.addWidget(self.label_6)
|
||||
self.freq_spinbox = QtWidgets.QDoubleSpinBox(Periodic)
|
||||
self.freq_spinbox.setProperty("value", 1.0)
|
||||
self.freq_spinbox.setObjectName("freq_spinbox")
|
||||
self.horizontalLayout_5.addWidget(self.freq_spinbox)
|
||||
self.horizontalLayout_11.addLayout(self.horizontalLayout_5)
|
||||
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
|
||||
self.label_5 = QtWidgets.QLabel(Periodic)
|
||||
self.label_5.setObjectName("label_5")
|
||||
self.horizontalLayout_3.addWidget(self.label_5)
|
||||
self.periodic_edit = QtWidgets.QLineEdit(Periodic)
|
||||
self.periodic_edit.setObjectName("periodic_edit")
|
||||
self.horizontalLayout_3.addWidget(self.periodic_edit)
|
||||
self.horizontalLayout_11.addLayout(self.horizontalLayout_3)
|
||||
self.horizontalLayout_9 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_9.setObjectName("horizontalLayout_9")
|
||||
self.label_9 = QtWidgets.QLabel(Periodic)
|
||||
self.label_9.setObjectName("label_9")
|
||||
self.horizontalLayout_9.addWidget(self.label_9)
|
||||
self.autorun_comboBox = QtWidgets.QComboBox(Periodic)
|
||||
self.autorun_comboBox.setObjectName("autorun_comboBox")
|
||||
self.autorun_comboBox.addItem("")
|
||||
self.autorun_comboBox.setItemText(0, "")
|
||||
self.autorun_comboBox.addItem("")
|
||||
self.autorun_comboBox.addItem("")
|
||||
self.horizontalLayout_9.addWidget(self.autorun_comboBox)
|
||||
self.horizontalLayout_11.addLayout(self.horizontalLayout_9)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout_11)
|
||||
self.horizontalLayout_10 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_10.setObjectName("horizontalLayout_10")
|
||||
self.horizontalLayout_8 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_8.setObjectName("horizontalLayout_8")
|
||||
self.label_8 = QtWidgets.QLabel(Periodic)
|
||||
self.label_8.setObjectName("label_8")
|
||||
self.horizontalLayout_8.addWidget(self.label_8)
|
||||
self.stop_edit = QtWidgets.QLineEdit(Periodic)
|
||||
self.stop_edit.setObjectName("stop_edit")
|
||||
self.horizontalLayout_8.addWidget(self.stop_edit)
|
||||
self.horizontalLayout_10.addLayout(self.horizontalLayout_8)
|
||||
self.horizontalLayout_7 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_7.setObjectName("horizontalLayout_7")
|
||||
self.label_7 = QtWidgets.QLabel(Periodic)
|
||||
self.label_7.setObjectName("label_7")
|
||||
self.horizontalLayout_7.addWidget(self.label_7)
|
||||
self.start_edit = QtWidgets.QLineEdit(Periodic)
|
||||
self.start_edit.setObjectName("start_edit")
|
||||
self.horizontalLayout_7.addWidget(self.start_edit)
|
||||
self.horizontalLayout_10.addLayout(self.horizontalLayout_7)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout_10)
|
||||
|
||||
self.retranslateUi(Periodic)
|
||||
QtCore.QMetaObject.connectSlotsByName(Periodic)
|
||||
|
||||
def retranslateUi(self, Periodic):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
Periodic.setWindowTitle(_translate("Periodic", "Periodic"))
|
||||
self.label_11.setText(_translate("Periodic", "Periodic"))
|
||||
self.remove_button.setText(_translate("Periodic", "remove"))
|
||||
self.label_6.setText(_translate("Periodic", "Freq"))
|
||||
self.label_5.setText(_translate("Periodic", "fun"))
|
||||
self.label_9.setText(_translate("Periodic", "Autorun"))
|
||||
self.autorun_comboBox.setItemText(1, _translate("Periodic", "TRUE"))
|
||||
self.autorun_comboBox.setItemText(2, _translate("Periodic", "FALSE"))
|
||||
self.label_8.setText(_translate("Periodic", "Stop"))
|
||||
self.label_7.setText(_translate("Periodic", "Start"))
|
||||
|
||||
Reference in New Issue
Block a user