dodalem pliki z machine_setup_files

This commit is contained in:
2025-12-17 13:56:55 +01:00
parent fa0b6415a3
commit 2a69c932d2
143 changed files with 42173 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file '/home/buildbot/buildbot/worker/probe_basic-dev/sources/debian/python3-probe-basic/usr/share/configs/machine_setup_files/user_tabs/template_sidebar/template_sidebar.ui'
#
# Created by: PyQt5 UI code generator 5.15.9
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_USER(object):
def setupUi(self, USER):
USER.setObjectName("USER")
USER.resize(179, 511)
USER.setMaximumSize(QtCore.QSize(179, 511))
USER.setProperty("sidebar", True)
self.retranslateUi(USER)
QtCore.QMetaObject.connectSlotsByName(USER)
def retranslateUi(self, USER):
_translate = QtCore.QCoreApplication.translate
USER.setWindowTitle(_translate("USER", "Sidebar User Tab"))