forked from qt-creator/qt-creator
		
	Updated the configuration files to use the updated qdoc.
Updated qdoc to remove hard-coded dependencies on style sheets. Simplified the offline documentation, introducing an offline.css file to be used for documentation in Qt Creator.
This commit is contained in:
		
							
								
								
									
										8
									
								
								doc/snippets/qml/quick-scalable-image.qml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								doc/snippets/qml/quick-scalable-image.qml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| Item { | ||||
|     //! [properties and signal definitions] | ||||
|     property string text: "" | ||||
|     property int fontSize: 44 | ||||
|  | ||||
|     signal clicked | ||||
|     //! [properties and signal definitions] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user