qt5 tag

25 questions


1 answers
75 views
0
I want to prohibit the focus from switching when I press Tab.

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...

1 years ago

1 answers
73 views
0
I wonder if it is possible to send or share dates between PyQt5 screens.

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...

1 years ago

1 answers
112 views
0
Python 3.6 PyQt5 questions

Questions about list.py and ui and view.py. I worked with PyQt5 and used pimysql. Please reply.


2 answers
113 views
0
The layout size setting for QstackLayout is not possible. What should I do? crying

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...

1 years ago

1 answers
72 views
0
How do I get the entire row value selected for the table value in pyqt5?

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...

1 years ago

1 answers
65 views
0
[Python]QTabWidget Memory

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() ...

1 years ago

1 answers
68 views
0
Is there a function that returns the value of PyQt5 Qtablewidget row header?

Is there a function that returns me 1 when I click on that part?

1 years ago

1 answers
74 views
0
How can I get an external program in QtWidget using PyQt5 and pywin32?

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...

1 years ago

1 answers
121 views
0
I have a QPixmapCache question from PyQt.

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 years ago

1 answers
105 views
0
I have a question for pyqt5.

Recently, I am making a simple socket chat program with pyqt5.In this process, I would like to make a color pallet that can determine the color of the font using the combo boxI want to know how to put...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.