You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.7 KiB
Python
40 lines
1.7 KiB
Python
# -*- coding: utf-8 -*-
|
|
|
|
# Form implementation generated from reading ui file 'e:\01-Projects\19-Fly\01-AppFlow-gitea\GUIWidget\CompTreeItem.ui'
|
|
#
|
|
# Created by: PyQt5 UI code generator 5.15.10
|
|
#
|
|
# 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_CompTreeItem(object):
|
|
def setupUi(self, CompTreeItem):
|
|
CompTreeItem.setObjectName("CompTreeItem")
|
|
CompTreeItem.resize(356, 41)
|
|
self.gridLayout = QtWidgets.QGridLayout(CompTreeItem)
|
|
self.gridLayout.setContentsMargins(0, 0, 0, 0)
|
|
self.gridLayout.setObjectName("gridLayout")
|
|
self.pushButton_icon = QtWidgets.QPushButton(CompTreeItem)
|
|
self.pushButton_icon.setMinimumSize(QtCore.QSize(0, 0))
|
|
self.pushButton_icon.setMaximumSize(QtCore.QSize(15, 15))
|
|
self.pushButton_icon.setText("")
|
|
self.pushButton_icon.setObjectName("pushButton_icon")
|
|
self.gridLayout.addWidget(self.pushButton_icon, 0, 0, 1, 1)
|
|
self.label_name = QtWidgets.QLabel(CompTreeItem)
|
|
self.label_name.setText("")
|
|
self.label_name.setObjectName("label_name")
|
|
self.gridLayout.addWidget(self.label_name, 0, 1, 1, 1)
|
|
spacerItem = QtWidgets.QSpacerItem(316, 10, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
|
self.gridLayout.addItem(spacerItem, 0, 2, 1, 1)
|
|
|
|
self.retranslateUi(CompTreeItem)
|
|
QtCore.QMetaObject.connectSlotsByName(CompTreeItem)
|
|
|
|
def retranslateUi(self, CompTreeItem):
|
|
_translate = QtCore.QCoreApplication.translate
|
|
CompTreeItem.setWindowTitle(_translate("CompTreeItem", "Form"))
|