Hi!
I have a question:
Is there a possibility to add a QDateEdit to a QComboBox?
I want to add some Strings and at the end a QDateEdit?
thank u!
Printable View
Hi!
I have a question:
Is there a possibility to add a QDateEdit to a QComboBox?
I want to add some Strings and at the end a QDateEdit?
thank u!
Here look at this post
thank u
I use the code, but what I have to do with the paintEvent?
Implement paintEvent if you want custom rending, else leave it.
ok, but there is no Content Type for a QDateEdit.
Can you give me a hint?
You may need to use drawComplexControl() using QStyle::CC_ComboBox, or QStyle::CC_SpinBox, based on type of style used