Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kalk
Commits
def9b172
Commit
def9b172
authored
Mar 03, 2021
by
Han Young
Browse files
Adding Functionality to the Scientific Calculator Mode
merge
!14
parent
2db15e0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/qml/FunctionPad.qml
View file @
def9b172
...
...
@@ -22,4 +22,5 @@ GridLayout {
NumberButton
{
text
:
"
asin(
"
;
display
:
"
asin
"
;
onClicked
:
pressed
(
text
);}
NumberButton
{
text
:
"
acos(
"
;
display
:
"
acos
"
;
onClicked
:
pressed
(
text
);}
NumberButton
{
text
:
"
atan(
"
;
display
:
"
atan
"
;
onClicked
:
pressed
(
text
);}
NumberButton
{
text
:
"
abs(
"
;
display
:
"
abs
"
;
onClicked
:
pressed
(
text
);}
}
src/qml/main.qml
View file @
def9b172
...
...
@@ -53,12 +53,6 @@ Kirigami.ApplicationWindow {
iconName
:
"
help-about
"
page
:
"
qrc:/qml/AboutPage.qml
"
pagePool
:
mainPagePool
},
Kirigami.PagePoolAction
{
text
:
i18n
(
"
Binary Calculator
"
)
iconName
:
"
accessories-calculator
"
pagePool
:
mainPagePool
page
:
"
qrc:/qml/BinaryCalculator.qml
"
}
]
}
...
...
Ghost User
@ghost
mentioned in merge request
!14 (closed)
·
Mar 03, 2021
mentioned in merge request
!14 (closed)
mentioned in merge request !14
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment