シミュレーター(S60)(Nokia Qt SDK)でテーブルのスタイルを設定するために、次のコードを使用しています。
searchTable->setStyleSheet("background: rgb(255,255,255);color:rgb(0,0,0); font-family:Arial Narrow;font-size:20px; border: 4px outset rgb(255,255,255);gridline-color: #669933;"
"selection-background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #486909, stop: 1 white);"
);
しかし、データ内の要素を選択すると、次の出力が得られました。添付ファイルを見つけてください。
私を助けてください....私が間違ったこと..事前に感謝します。