fix width and height of qt gui, update screenshot with STO/RCL/LastX/rotate
This commit is contained in:
parent
581a8e26f1
commit
2816712d49
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
|
||||
|
Loading…
Reference in New Issue
Block a user