Qt-solutions Archive, October 2006
Increase Height of ListBoxItem in the dropdown of the Combo
Message 1 in thread
Hi,
I have a CustomControl derived from QComboBox.
I want to increase the height of the listboxitem that gets dropped-down, when the dropdown of QComboBox is clicked.
How do I do it?
Can anybody help me...
Thanks & Regards
Deepa
----- Original Message -----
From: Scott Aron Bloom
To: qt-solutions@xxxxxxxxxxxxx ; Qt Interest List
Sent: Saturday, July 15, 2006 8:51 PM
Subject: Pretty slimy QT Solution
Im sorry, but in QT 3, QT had a QWizard class. In QT 4, it got pulled. With the following comment in the migration from 3-4 documentation:
"In Qt 4 applications, you can easily obtain the same result by combining a QStackedWidget with a QDialog and provide QPushButtons yourself.":
Which is not really the case, its quite often a pain in the butt to get all the logic correct for a wizard. But they did ship 2 examples a Simple and Complex Wizard.
Now they moved the Wizard into the QT4 solutions set.
It just seems a bit slimy. I should be placed in the normal QT 4.2 code base. It certainly is not a solution, is base functionality. It seems the TT is trying to nickel and dime people.
It certainly is not "code less create more"
Scott
DISCLAIMER
âThe information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you"
Message 2 in thread
Hi,
> I have a CustomControl derived from QComboBox.
>
> I want to increase the height of the listboxitem that gets dropped-down,
> when the dropdown of QComboBox is clicked.
>
> How do I do it?
This is a mailing list about Qt Solutions:
http://www.trolltech.com/products/qt/addon/solutions
For questions about Qt, try qt-interest@ instead:
http://lists.trolltech.com/qt-interest/
Also I don't understand how Scott Bloom's message about QWizard is
related to this QComboBox issue.
--
[ signature omitted ]