public ListWidgetItem(Icon icon, string text, ListWidget view = null, ItemType type = ItemType.Type) { Handle = qt_listwidgetitem_new(icon.Handle, text, view == null ? IntPtr.Zero : view.Handle, type); }
protected static extern IntPtr qt_listwidget_new(ListWidget thisObject, IntPtr parent);