英文: Resizable frameless Window 问题 我有一个无边框的Qt窗口。我正在使用自定义按钮来还原或最大化窗口。我希望用户在窗口还原时能够调整窗口大小。为了实现这个目标,我参考了...
QIdentityProxyModel在与QCompleter一起使用时需要重写rowCount吗?
英文: QIdentityProxyModel requires overriding rowCount when used with QCompleter? 问题 这是您的翻译代码部分: 我有一个`...
连接Qt5 Designer设计与我的main()代码中的槽函数,而不修改Designer文件。
英文: Connecting a Qt5 Designer design with a slot function in my main() code without modifying the De...
Qt QWidget.move(x, y) 在 Wayland 屏幕上无法更新小部件
英文: Qt QWidget.move(x,y) fails to update widget on Wayland screen 问题 我有一个名为QMovableResizableWidget的类...
如何在语言为韩文或中文时更改特定 UI(QML)的字体?
英文: How to change font for a particular UI (QML) when the language is either Korean or Chinese? 问题 I...
QTransform 包含 QtGui 和 Qt3D 之间的冲突
英文: QTransform Include conflict between QtGui and Qt3D 问题 我正在使用 Qt 5.15.2 和 qmake 构建系统来开发项目。我已经通过在 ....
如何更改QtDesigner中QDateEdit对象中箭头的外观(例如颜色)?
英文: How can I change the appearance (e.g. colour) of the arrows in the QDateEdit object in QtDesigne...
无法从Pyside2/Qt 5中的操作悬停插槽设置状态栏。
英文: Can't set status bar from action hover slot in Pyside2/Qt 5 问题 我想在菜单中悬停在操作上时,在状态栏中显示工具提示。 由于...
如何使用cmake中的find_package检查一个可选组件?
英文: How to check an OPTIONAL_COMPONENT using find_package in cmake? 问题 I want to build a specific fe...
Improving performance of animated shape drawing using Python Qt5 QPainter
英文: Improving performance of animated shape drawing using Python Qt5 QPainter 问题 在我的Qt5应用程序中,我需要在小部件...