|
From: Matchman <mat...@gm...> - 2010-05-31 17:17:53
|
Hi Larry, Recently when I am implementing the editable property box, I found the following Qt example that does exactly what I want: http://doc.qt.nokia.com/4.6/itemviews-coloreditorfactory.html See the colors in the combo box? The code is very simple and short. The current color box will disappear when the user double clicks the color entries in the property box. You can try pulling the latest code and test. Can we use a combo box instead? Match |