Class QTextMode
The type of textboxes you can create. Most correspond to the input "type" attribute.
| string | 
				SingleLine
			Single line text inputs INPUT type="text" boxes | 
				#
				 'text' | 
| string | 
				MultiLine
			Textareas | 
				#
				 'MultiLine' | 
| string | 
				Password
			Single line password inputs INPUT type="password" boxes | 
				#
				 'password' | 
| string | 
				Search
			HTML5 Search box | 
				#
				 'search' | 
| string | 
				Number
			HTML5 Number box | 
				#
				 'number' | 
| string | 
				Email
			HTML5 email box. | 
				#
				 'email' | 
| string | 
				Tel
			HTML5 telephone box. | 
				#
				 'tel' | 
| string | 
				Url
			HTML5 url box. | 
				#
				 'url' |