25 questions
Recently, I've been developing the text editor, but when the view is focused, pressing Tab moves the focus to another widget and I can't insert Tab characters.There must have been a setting that prohi...
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,...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.