ok, but there is no Content Type for a QDateEdit.
Can you give me a hint?
Qt Code:
To copy to clipboard, switch view to plain text mode
ok, but there is no Content Type for a QDateEdit.
Can you give me a hint?
Qt Code:
To copy to clipboard, switch view to plain text mode
Last edited by Qiieha; 28th June 2011 at 08:56.
You may need to use drawComplexControl() using QStyle::CC_ComboBox, or QStyle::CC_SpinBox, based on type of style used
Bookmarks