From e6f90507be5d416d4417d8a5f456eb28efe0059b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 4 Mar 2025 15:04:56 -0800 Subject: [PATCH] Fix warnings --- source/2/2.4/2.4.3/Qalculate.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/2/2.4/2.4.3/Qalculate.rst b/source/2/2.4/2.4.3/Qalculate.rst index e7e56753..64359d3e 100644 --- a/source/2/2.4/2.4.3/Qalculate.rst +++ b/source/2/2.4/2.4.3/Qalculate.rst @@ -31,7 +31,7 @@ To force a minimum nubmer of decimal points after the result left click on the l To test an test if two things are equal you can type :kbd:`=` between two expressions or left click :guilabel:`x=` and then get true or false on if there is equality. To test if something is not equal long left click on :menuselection:`x= --> ≠` or type in :kbd:`≠` between two expressions. To test if one expression is less than the other expression type in :kbd:`<` or long left click on :menuselection:`x= --> <` between two expression. To test if annother expresion is less than or equal type in :kbd:`≤` or long left click on :menuselection:`x= --> ≤` between two expressions. To test if one expression is greater than another type :kbd:`>` or long click on :menuselection:`x= --> >` between two expresssions. To test if one expression is greater than or equal to another type :kbd:`≥` or long left click on :menuselection:`x= --> ≥`. Many of these get their own button on the alegebra keypad which can be switched to with the menu with 10 points :menuselection:`Keypad --> Algebra`. -To select the general keypad left click the 10 numbers :menuuselection:`Keypad --> General`. To switch to a programming Keypad left click the 10 numbers :menuselection:`Keypad --> Programming`. To switch to an Algebra keypad left click the 10 dots :menuselection:`Keypad --> Algebra`. To have a custom keypad left click the 10 digits :menuselection:`Keypad --> Custom`. To add something to your custom keypad right click on an empty button. To toggle having no keypad press :kbd:`Control +K` or left click :menuselection:`Keypad --> None`. To hide the numberpad buttons uncheck the :menuselection:`Keypad --> Always show numberpad`. To just have the numberpad when not always shown select :menuselection:`Keypad --> Numberpad`. +To select the general keypad left click the 10 numbers :menuselection:`Keypad --> General`. To switch to a programming Keypad left click the 10 numbers :menuselection:`Keypad --> Programming`. To switch to an Algebra keypad left click the 10 dots :menuselection:`Keypad --> Algebra`. To have a custom keypad left click the 10 digits :menuselection:`Keypad --> Custom`. To add something to your custom keypad right click on an empty button. To toggle having no keypad press :kbd:`Control +K` or left click :menuselection:`Keypad --> None`. To hide the numberpad buttons uncheck the :menuselection:`Keypad --> Always show numberpad`. To just have the numberpad when not always shown select :menuselection:`Keypad --> Numberpad`. To have Qalculate! solve an equation type :kbd:`Solve()` or long click on :menuselection:`x= --> Solve Equation`. @@ -110,7 +110,7 @@ from the command line. Customizing ----------- -To open the prefrences dialog for Qalculate! left click on the three bars :menuselection:`Menu --> Prefrences`. To change settings on how Qalculate! appears use the :guilabel:`Look & Feel` tab. To not use the system language check the :guilabel:`Ignore system language` checkbox and select the language in the :guilabel:`Language` menu. To allow multiple Qalculate! instances check the :guilabel:`Allow multiple instances` checkbox. To clear the history of Qalculate! on exit check the :guilabel:`Clear history on exit` checkbox. To change the maximum number of lines of history saved change the :guilabel:`Max history lines saved` field. To close Qalculate with the escape key check the :guilabel:`Close application with escape key` checkbox. To not use keyboard keys for Reverse Polish Notation uncheck the :guilabel:`Use keys for RPN` checkbox. To have the :kbd:`^` key be used for a bitwise XOR check the :guialabel:`Use caret for bitwise XOR` checkbox. To start Qalculate always on top of other windows check the :guialbel:`Keep above other windows` checkbox. To prevese the hieght of history in your window check the :guilabel:`Preserve history height` checkbox. +To open the prefrences dialog for Qalculate! left click on the three bars :menuselection:`Menu --> Prefrences`. To change settings on how Qalculate! appears use the :guilabel:`Look & Feel` tab. To not use the system language check the :guilabel:`Ignore system language` checkbox and select the language in the :guilabel:`Language` menu. To allow multiple Qalculate! instances check the :guilabel:`Allow multiple instances` checkbox. To clear the history of Qalculate! on exit check the :guilabel:`Clear history on exit` checkbox. To change the maximum number of lines of history saved change the :guilabel:`Max history lines saved` field. To close Qalculate with the escape key check the :guilabel:`Close application with escape key` checkbox. To not use keyboard keys for Reverse Polish Notation uncheck the :guilabel:`Use keys for RPN` checkbox. To have the :kbd:`^` key be used for a bitwise XOR check the :guilabel:`Use caret for bitwise XOR` checkbox. To start Qalculate always on top of other windows check the :guilabel:`Keep above other windows` checkbox. To prevese the hieght of history in your window check the :guilabel:`Preserve history height` checkbox. To change what to show in the window title use the :guilabel:`Window title` menu. To change what to show on tooltips use the :guilabel:`Tooltips` menu. To change what Qt style to show in Qalculate! use the :guilabel:`Style` menu. To enable dark mode on Qalculate! check the :guilabel:`Dark mode` checkbox. To disable cursor blinking check the :guilabel:`Disable cursor blinking` checkbox. To not colorize the result uncheck the :guilabel:`Colorize result` checkbox. To not format the result uncheck the :guilabel:`Format result` checkbox. To use a custom font for the result check the :guilabel:`Custom result font` checkbox and then click the button on the right to select a font. To have a custom font for your expression check the :guilabel:`Custom expression font` checkbox and then click the button to the right to select the font. To have a custom font for your keypad check the :guilabel:`Custom keypad font` checkbox and then click the button on the right to choose your font. To choose a custom font for the rest of the application use the :guilabel:`Custom application font` checkbox and then press the button on the right to channge the font.