On Saturday 06 February 2010 10:32, Andrew wrote:
> I'm attempting to create a drop down property for a custom widget I'm
> creating. So when in designer and you scroll down to the custom
> properties, under the regular widget properties, one of them would be
> a drop down menu. The data to popula
On Feb 4, 2:59 pm, David Boddie wrote:
> On Tuesday 02 February 2010 22:25, Andrew wrote:
>
> > I am creating custom widgets for the PyQt4 Designer. I can create
> > custom properties, but I'm looking for how to create a custom property
> > that has a combo box drop down. I've seen them in the exa
On Tuesday 02 February 2010 22:25, Andrew wrote:
> I am creating custom widgets for the PyQt4 Designer. I can create
> custom properties, but I'm looking for how to create a custom property
> that has a combo box drop down. I've seen them in the example widgets
> and tried following them, but they
I am creating custom widgets for the PyQt4 Designer. I can create
custom properties, but I'm looking for how to create a custom property
that has a combo box drop down. I've seen them in the example widgets
and tried following them, but they are using pre-defined items to
populate their property, s