Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 QT 中制作了一个小方块,然后将其放入一个循环中以创建 50 个方块。现在我想从 QlineEdit 或文本字段中读取一个数字,并将整个网格的大小更改为该数字。
任何人都可以请帮忙。
QLineEdit只需从控件和使用QString::toInt()方法中读取文本属性。 使用 Assistant 和 Qt 示例。你在问一个明显的问题。
QLineEdit
QString::toInt()