16 questions
I recently started the GUI from the beginning.It looks like a transparent paper app.Overlap the transparent window over an application window and I would like to mouse over the transparent application...
Obviously, PyQt4 looks like it's possible, but I'm having trouble getting a no module.There is no pyqt4 in the pip list.It is on the conda list.hogenoMacBook-puro:~hoge$pyuic4Traceback (most recent ca...
After installing Anaconda3(64bit) for windows and entering the following code in spyder, the graph appears on the console when you enter plt.plot(num, heoght), but plt.show() has no new window, no err...
I don't know how to run the program below and finish it properly when I close win1,win2 in the window I created.I'd like to write a code like the so-called event handler in pyqtgraph, so please tell m...
pyuic5-o example2.ui example.pyI ran it in the form, but the error follows: The part that I can't get a sense of is clearly 'ls -l', and when I look up, the file exists, but when I actually execute th...
# button self.Login_Button = QtWidgets.QPushButton(LoginFrom) self.Login_Button.setGeometry(QtCore.QRect(230, 220, 111, 41)) self.Login_Button.setObjectName(Login_Button) self.Login_Button.clicked.con...
Previously, I used Python IDLE when I used Python for a while. I think I will mainly use Python this time, so I deleted the editor and used the Anaconda + PyCharm environment.Create a UI with QT Desig...
A lot of things were reflected in the title The query results were output to QTableWidget. Drag a certain part of the result with your mouse, select Ctrl+C, and If you ctrl +v on the notebook pad or e...
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 - | » |
© 2024 OneMinuteCode. All rights reserved.