15 questions
I am currently using PyQt5 for testing.I want to log in and use the login information (ID) on the next screen (Plant class screen on the code here) However, I would like to know how to use the login i...
Questions about list.py and ui and view.py. I worked with PyQt5 and used pimysql. Please reply.
I inserted the background picture through palette in the poker game.But it doesn't work when you actually run a program... It was a code that worked normally when running as a single class, but if you...
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...
def make_table(self): self.Tab.clear() for i in range(0,9): self.tab1 = QWidget() self.Tab.addTab(self.tab1, tab + str(i)) self.tab1.layout = QVBoxLayout(self.tab1) self.table1 = QTableWidget() ...
Is there a function that returns me 1 when I click on that part?
HelloWe are developing GUI programs using PyQt5. I want to implement the ability to subordinate external programs to follow. When I searched, C# said that I can call the setParent function, win32gui.T...
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,...
- 1 - | » |
1050 Uncaught (inpromise) Error on Electron: An object could not be cloned
1547 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
1017 M2 Mac fails to install rbenv install 3.1.3 due to errors
868 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2025 OneMinuteCode. All rights reserved.