Add binary options for qalculate settings

This commit is contained in:
Lyn Perrine 2025-03-05 11:44:29 -08:00
parent e6f90507be
commit c859243499

View File

@ -115,3 +115,5 @@ To open the prefrences dialog for Qalculate! left click on the three bars :menus
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. 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.
.. image:: qalculate-lookfeel.png .. image:: qalculate-lookfeel.png
To have settings for how to format numbers use the :guilabel:`Numbers and Operators` tab. To output two complement in either binary or hexidecimal check the :guilabel:`Binary` checkbox or :guilabel:`Hexidecimal` checkbox next to :guilabel:`Two's complement output`. To change what input two's complement expects check the :guilabel:`Binary` or :guilabel:`Hexadecimal` checkbox next to :guilabel:`TWo complement input`. To change what bits to put in binary change the :guilabel:`binary bits` menu.