[vlc-devel] [PATCH 1/8] Extensions: public include
Jean-Baptiste Kempf
jb at videolan.org
Wed Dec 23 10:16:44 CET 2009
On Wed, Dec 23, 2009 at 10:09:19AM +0100, Jean-Philippe André wrote :
> On Wednesday 23 December 2009 00:45:10 Jean-Baptiste Kempf wrote:
> > On Tue, Dec 22, 2009 at 11:44:08PM +0100, Jean-Philippe André wrote :
> > > +/// Widget types
> > > +typedef enum
> > > +{
> > > + EXTENSION_WIDGET_LABEL, ///< Non editable text label
> > > + EXTENSION_WIDGET_BUTTON, ///< Clickable button
> > > + EXTENSION_WIDGET_IMAGE, ///< Image label (psz_text is local
> > > URI) + EXTENSION_WIDGET_HTML, ///< HTML or rich text area (non
> > > editable) + EXTENSION_WIDGET_TEXT_FIELD, ///< Editable text area for
> > > user input
> >
> > Is this a TextEdit or a LineEdit?
>
> This is a one-line text field. So, yes, it corresponds to a QLineEdit.
OK, so please change the documentation so people don't mistake it with
<TextArea>.
> > No Radio Button Box?
>
> No, but it's up to you to add support for them (in Qt, I can do the Lua part)
> once this whole stuff is merged ;-)
> Same remark for other widget types.
Ok.
--
Jean-Baptiste Kempf
http://www.jbkempf.com/
More information about the vlc-devel
mailing list