QML - The “Connections” from .qml file doesn't fire the signal from python script

后端 未结 0 1775
温柔的废话
温柔的废话 2020-12-16 08:25

This is the main.py script:

import sys, os, math
import numpy as np
from PyQt5 import *


class Tab(QFrame):
    def __init__(self):
        super().         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题