英文: integrate api to an existing Qt/qml project 问题 这是翻译好的部分: "这是我第一次使用Qt/qml和API,我正在尝试根据国家在我的项目...
Qt6工具提示和下拉菜单显示在错误的屏幕上。
英文: Qt6 Tooltips and dropdowns are shown in wrong screen 问题 我有三个屏幕:一个来自笔记本(索引1)和两个外部显示器(索引3和2): 中间的显...
如何在QTreeView列中禁用复选框,但保持整行可选。
英文: How to disable checkboxes in QTreeView columns but keep the entire row selectable 问题 I'm using a...
无法使用 QPdfWriter 添加新页面到 PDF 文件。
英文: Unable to add new pages in pdf file using QPdfWriter 问题 我尝试生成一个包含多页的PDF文件(使用Qt 6.2.0,MinGW 64位,W...
PyQt5标签不会自动换行文本
英文: PyQt5 label won't wrap text 问题 I understand that you want a translation of the code and text...
setGeometry fails setting top coordinate using Qt6 on OS X
英文: setGeometry fails setting top coordinate using Qt6 on OS X 问题 I am creating a method called show...
使用鼠标在PyQt中获取有关底层对象的信息。
英文: Use mouse to get information about the underlying object in PyQt 问题 I am working with a preexist...
Qt QML应用程序在使用库中定义的小部件时崩溃。
英文: Qt QML app crashing using gadgets defined in a library 问题 在你提供的代码和描述中,问题似乎出现在你尝试使用QML中的obj.bar.x...
QtQuick布局:为什么在ColumnLayout内部宽度和高度设置不起作用?
英文: QtQuick Layouts: Why don't the width and height settings affect anything inside the ColumnLa...
按钮未显示在PYQT QVBoxLayout上。
英文: Buttons not appearing on PYQT QVBoxLayout 问题 我正在尝试创建一个简单的应用程序,其中有5个功能,每个功能都可以从主页上的按钮访问。 App类的代码如...
20