Hi,
I've got two short questions that I couldn't find out how to do:

1.) Is there an edit widget for simply manually entering a numeric value, or do I have to use an indirect approach, such as using a QDoubleSpinBox and disabling the wheel or subclassing the QLineEdit to ignore non-numerical entries ?
Or is there a way to hide QDoubleSpinBox wheel ?

2.) Is there a way to directly set the size of a QList such as resize() in QVector ? I need a list/vector/array of elements and only need to size it once.

Thanks.