39 questions
I want to select the values shown in the table and put them in another table, but I don't know how to find the selected total table row values I've searched, but QItemSelectionModel is tracking the se...
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...
Hi, how are you?I am a student who is currently working on numerical analysis.Generally, in the field of numerical analysis, the calculation speed is It is known to be the fastest, so we are developin...
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...
Hello, I checked the code below while studying open source. QString name(void) const { return_name;} LinkInterface* link(void) { return _link.lock().get(); }Can we find official documents or articles ...
« | - 4 - |
© 2024 OneMinuteCode. All rights reserved.