PyQt5 Python (21レス)
1-

17: 2020/11/30(月)11:30 ID:OTXLE0lI(1) AAS
>>16
自己解決しました。
class MainWindow(QMainWindow, Ui_MainWindow):
def __init__(self, parent=None):
super(MainWindow,self).__init__(parent)
self.setupUi(self)

class MainWindow(QMainWindow, Ui_MainWindow):
def __init__(self, parent=None):
super(MainWindow, self).__init__(parent)
self.ui = MainWindow()
self.ui.setupUi(self)
にして、
self.ui.pushButton.setText("OK")が出来ました。
1-
あと 4 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.012s