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 4.8 でアプリケーションを作成し、CSS によるスタイリングを利用しています。QLineEdit のスタイルを設定する場合、 などselection-background-colorのプロパティがあります。プレースホルダー テキストの色を変更できるプロパティはありますか?
selection-background-color
そうでない場合、それを変更する他の方法はありますか?
おそらく、パレットの変更をシグナル textChanged() に関連付けることができます。行編集が空のときにテキストの色を変更します。