Qt 4.8
Public Functions | Public Variables | List of all members
QEditorInfo Struct Reference

#include <qabstractitemview_p.h>

Public Functions

 QEditorInfo (QWidget *e, bool s)
 
 QEditorInfo ()
 

Public Variables

bool isStatic
 
QWeakPointer< QWidgetwidget
 

Detailed Description

Definition at line 73 of file qabstractitemview_p.h.

Constructors and Destructors

◆ QEditorInfo() [1/2]

QEditorInfo::QEditorInfo ( QWidget e,
bool  s 
)
inline

Definition at line 74 of file qabstractitemview_p.h.

◆ QEditorInfo() [2/2]

QEditorInfo::QEditorInfo ( )
inline

Definition at line 75 of file qabstractitemview_p.h.

75 : isStatic(false) {}

Properties

◆ isStatic

bool QEditorInfo::isStatic

◆ widget

QWeakPointer<QWidget> QEditorInfo::widget

The documentation for this struct was generated from the following file: