fix width and height of qt gui, update screenshot with STO/RCL/LastX/rotate
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								qt_gui.png
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								qt_gui.png
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 59 KiB | 
| @ -4,8 +4,8 @@ import QtQuick.Controls 1.0 | ||||
| ApplicationWindow | ||||
| { | ||||
| 	visible: true | ||||
| 	width:  1000 | ||||
| 	height: 1000 | ||||
| 	width:  4 * (100 + 5) | ||||
| 	height: 5 * (100 + 5) + 200 + 30 | ||||
| 	title: qsTr("RPN Calculator") | ||||
| 	 | ||||
| 	//calculator | ||||
|  | ||||
		Reference in New Issue
	
	Block a user