forked from qt-creator/qt-creator
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			167 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			167 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| 
								 | 
							
								#include <%QAPP_INCLUDE%>
							 | 
						||
| 
								 | 
							
								#include "%INCLUDE%"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								int main(int argc, char *argv[])
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    QApplication a(argc, argv);
							 | 
						||
| 
								 | 
							
								    %CLASS% w;
							 | 
						||
| 
								 | 
							
								    w.show();
							 | 
						||
| 
								 | 
							
								    return a.exec();
							 | 
						||
| 
								 | 
							
								}
							 |