forked from qt-creator/qt-creator
		
	Merge remote-tracking branch 'origin/4.12'
Change-Id: I333037e56be7280b86ce577ea63393245c28c09d
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								doc/qtcreatordev/images/qtcreator-options-dialog.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								doc/qtcreatordev/images/qtcreator-options-dialog.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 21 KiB  | 
@@ -86,13 +86,13 @@
 | 
			
		||||
        \row
 | 
			
		||||
            \li Add a find filter to the \uicontrol Find dialog.
 | 
			
		||||
            \li Implement any kind of search term based search.
 | 
			
		||||
            \li \l{Find::IFindFilter}, \l{Core::SearchResultWindow}
 | 
			
		||||
            \li \l{Core::IFindFilter}, \l{Core::SearchResultWindow}
 | 
			
		||||
 | 
			
		||||
        \row
 | 
			
		||||
            \li Add support for the find tool bar to a widget.
 | 
			
		||||
            \li The widget that has focus is asked whether it supports text
 | 
			
		||||
                search. You can add support for widgets under your control.
 | 
			
		||||
            \li \l{Core::IFindSupport}, \l{Find::BaseTextFind}
 | 
			
		||||
            \li \l{Core::IFindSupport}, \l{Core::BaseTextFind}
 | 
			
		||||
 | 
			
		||||
        \omit
 | 
			
		||||
        \row
 | 
			
		||||
@@ -111,8 +111,7 @@
 | 
			
		||||
            \li For a text typed in by the user you provide a list of things to
 | 
			
		||||
                show in the popup. When the user selects an entry you are
 | 
			
		||||
                requested to do whatever you want.
 | 
			
		||||
            \li \l{Core::ILocatorFilter}, \l{Core::LocatorFilterEntry},
 | 
			
		||||
                \l{Locator::BaseFileFilter}
 | 
			
		||||
            \li \l{Core::ILocatorFilter}, \l{Core::BaseFileFilter}
 | 
			
		||||
 | 
			
		||||
        \row
 | 
			
		||||
            \li Show a progress indicator for a concurrently running task.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user