forked from qt-creator/qt-creator
		
	
		
			
	
	
		
			43 lines
		
	
	
		
			982 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			43 lines
		
	
	
		
			982 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								<?xml version="1.0" encoding="UTF-8"?>
							 | 
						||
| 
								 | 
							
								<ui version="4.0">
							 | 
						||
| 
								 | 
							
								 <class>FindDialog</class>
							 | 
						||
| 
								 | 
							
								 <widget class="QDialog" name="FindDialog">
							 | 
						||
| 
								 | 
							
								  <property name="geometry">
							 | 
						||
| 
								 | 
							
								   <rect>
							 | 
						||
| 
								 | 
							
								    <x>0</x>
							 | 
						||
| 
								 | 
							
								    <y>0</y>
							 | 
						||
| 
								 | 
							
								    <width>555</width>
							 | 
						||
| 
								 | 
							
								    <height>73</height>
							 | 
						||
| 
								 | 
							
								   </rect>
							 | 
						||
| 
								 | 
							
								  </property>
							 | 
						||
| 
								 | 
							
								  <property name="windowTitle">
							 | 
						||
| 
								 | 
							
								   <string>Dialog</string>
							 | 
						||
| 
								 | 
							
								  </property>
							 | 
						||
| 
								 | 
							
								  <layout class="QHBoxLayout" name="horizontalLayout_2">
							 | 
						||
| 
								 | 
							
								   <item>
							 | 
						||
| 
								 | 
							
								    <layout class="QHBoxLayout" name="horizontalLayout">
							 | 
						||
| 
								 | 
							
								     <item>
							 | 
						||
| 
								 | 
							
								      <widget class="QLabel" name="label">
							 | 
						||
| 
								 | 
							
								       <property name="text">
							 | 
						||
| 
								 | 
							
								        <string>Enter the name of a contact:</string>
							 | 
						||
| 
								 | 
							
								       </property>
							 | 
						||
| 
								 | 
							
								      </widget>
							 | 
						||
| 
								 | 
							
								     </item>
							 | 
						||
| 
								 | 
							
								     <item>
							 | 
						||
| 
								 | 
							
								      <widget class="QLineEdit" name="lineEdit"/>
							 | 
						||
| 
								 | 
							
								     </item>
							 | 
						||
| 
								 | 
							
								     <item>
							 | 
						||
| 
								 | 
							
								      <widget class="QPushButton" name="findButton">
							 | 
						||
| 
								 | 
							
								       <property name="text">
							 | 
						||
| 
								 | 
							
								        <string>Find</string>
							 | 
						||
| 
								 | 
							
								       </property>
							 | 
						||
| 
								 | 
							
								      </widget>
							 | 
						||
| 
								 | 
							
								     </item>
							 | 
						||
| 
								 | 
							
								    </layout>
							 | 
						||
| 
								 | 
							
								   </item>
							 | 
						||
| 
								 | 
							
								  </layout>
							 | 
						||
| 
								 | 
							
								 </widget>
							 | 
						||
| 
								 | 
							
								 <resources/>
							 | 
						||
| 
								 | 
							
								 <connections/>
							 | 
						||
| 
								 | 
							
								</ui>
							 |