总线通信架构整改完成
This commit is contained in:
		
							
								
								
									
										24
									
								
								toolbox/codes/ui/stacked_pages/w20_efficiency.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								toolbox/codes/ui/stacked_pages/w20_efficiency.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
from PySide6.QtWidgets import QWidget, QLabel
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class W20Efficiency(QWidget):
 | 
			
		||||
    def __init__(self, parent=None):
 | 
			
		||||
        super().__init__(parent)
 | 
			
		||||
 | 
			
		||||
        self.predos()
 | 
			
		||||
        self.ui_init()
 | 
			
		||||
        self.setup_slot()
 | 
			
		||||
        self.setup_sc()
 | 
			
		||||
 | 
			
		||||
    def predos(self):
 | 
			
		||||
        ...
 | 
			
		||||
 | 
			
		||||
    def ui_init(self):
 | 
			
		||||
        self.lb_test = QLabel(f"testing text on widget: \n{__file__}", parent=self)
 | 
			
		||||
 | 
			
		||||
    def setup_slot(self):
 | 
			
		||||
        ...
 | 
			
		||||
 | 
			
		||||
    def setup_sc(self):
 | 
			
		||||
        ...
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user