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.
QTimeEditには読み取り専用プロパティがあり、Designerから設定できます(QAbstractSpinBoxプロパティカテゴリにあります)。
ただし、QTimeEditにはsetReadOnlyメンバーはありません。
setReadOnlyを呼び出すことができます。これは、QTimeEditが継承するQAbstractSpinBoxのメンバーです。
特定のクラスのドキュメントを検索するときは、[継承されたメンバーを含むすべてのメンバーのリスト]リンクをクリックすることを忘れないでください。このリンクには、特定のオブジェクトに対して呼び出すことができるすべてのメソッドが表示されます。