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()