Class QDisplayStyle
Contains the type of 'display' (CSS) style one can use for QControls
| string | 
				None
			Hide the control | 
				#
				 'none' | 
| string | 
				Block
			Treat as a block element | 
				#
				 'block' | 
| string | 
				Inline
			Treat as an inline element | 
				#
				 'inline' | 
| string | 
				InlineBlock
			Treat as an inline-block element | 
				#
				 'inline-block' | 
| string | 
				NotSet
			Display style not set. Browser will take care | 
				#
				 'NotSet' |