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.
QObject の特定のインスタンスのすべてのプロパティの書き込みアクセサーを無効にして、効果的にノーオペレーションにする方法はありますか?
AFAIK: いいえ。
Q_PROPERTYマクロはコンパイル時にメソッドをビルドするようにトリガーするためmoc、特定の QObject 派生インスタンスの実行時にその動作を変更する方法はありません。
Q_PROPERTY
moc