39 questions
from PyQt5.QtGui import *from PyQt5 import uicfrom PyQt5.QtWidgets import *from PyQt5.QtCore import *from PyQt5 import QtWidgets, uicfrom PyQt5.QtWidgets import QApplication, QWidget, QTableWidget, QT...
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...
I am trying to port a project to Qt6 that has been successfully compiled and executed in Qt5 and Visual C++ 2022 environments, but I get some compilation errors in the Japanese string.Based on the mes...
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...
We are currently developing a desktop application using the Qt LGPL version.I have a question because there is something I am not sure about publishing the desktop application I developed.The license ...
I heard that QtCreator supports non-Qt projects, but could you create a binary that is not LGPLv3 from QtCreator?In other words, wouldn't Qt Creator have to mix pieces of code into non-Qt projects or ...
Thank you for your help.http://wiki.qt.io/Raspberry_Pi_Beginners_GuideI am trying to create a Qt Embedded environment on Raspberry Pi3 (raspbian lite) by referring to this.Download the cross-compilati...
I'm developing in C++ at Qt Creator.I want to project a projection mapping image with a connected projector right after Qt is created, but I don't know how to automate it. I want to separate the deskt...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.