16 questions
First of all, there is a sauce that is salty from Python using opencv. The content of the source is, roughly speaking, the source that reads the image img, finds a square inside the img, and recognize...
Currently, I am studying Python and pyqt by myself.If you don't know anything, I'm trying to implement Conway's Life Game by visiting the Internet, and I drew it again every time each cell is updated,...
class test1: def __init__(self): pass def test1_1(self): self.a = 0 print(self.a)class test2: def __init__(self): pass def test2_2(self): self.aaa = test1() self.aaa.a = 9999999999 print(self.a...
Grid layout is creating values and lists[ 1 ][ 2 ][ 3 ][ 4 ][ 5 ][ 6 ][ 7 ][ 8 ]Like the one above, I'm making 4 x 2 slots i and j were made as coordinate values, but I want to put 8 widget ...
Hello,I'm a beginner studying coding by myself.While programming through PYQT5, there is a repetitive code, so I want to reduce it, so I'm asking you a question because it didn't work well.class Ui_Ma...
« | - 2 - |
© 2024 OneMinuteCode. All rights reserved.