You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
katapult/katapult/plugins/catalogs/calculatorcatalog/settings.ui

220 lines
8.9 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>CalculatorCatalogSettings</class>
<widget class="TQWidget">
<property name="name">
<cstring>CalculatorCatalogSettings</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>336</width>
<height>299</height>
</rect>
</property>
<property name="caption">
<string>Settings</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout13</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Number of fractional digits:</string>
</property>
<property name="buddy" stdset="0">
<cstring>fracDigits</cstring>
</property>
</widget>
<widget class="KIntSpinBox">
<property name="name">
<cstring>fracDigits</cstring>
</property>
<property name="maxValue">
<number>10</number>
</property>
<property name="minValue">
<number>0</number>
</property>
<property name="lineStep">
<number>1</number>
</property>
<property name="whatsThis" stdset="0">
<string>Katapult will show this number of fractional digits.</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout6</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQButtonGroup">
<property name="name">
<cstring>buttonGroup2</cstring>
</property>
<property name="title">
<string></string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>normal</cstring>
</property>
<property name="text">
<string>Normal</string>
</property>
<property name="whatsThis" stdset="0">
<string>In normal mode, katapult will never show an exponent on a number.</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>scientific</cstring>
</property>
<property name="text">
<string>Scientific</string>
</property>
<property name="whatsThis" stdset="0">
<string>In scientific mode, katapult will show an exponent on very large or very small numbers.</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>buttonGroup3</cstring>
</property>
<property name="title">
<string></string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>radians</cstring>
</property>
<property name="text">
<string>Radians</string>
</property>
<property name="whatsThis" stdset="0">
<string>Trigonometric functions expect and return angles in radians (2 pi radians is a full circle).</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>degrees</cstring>
</property>
<property name="text">
<string>Degrees</string>
</property>
<property name="whatsThis" stdset="0">
<string>Trigonometric functions expect and return angles in degrees (360 degrees is a full circle).</string>
</property>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>clipboard</cstring>
</property>
<property name="title">
<string>Copy to clipboard on execute</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>katapult can copy the expression or the result of the expression to the clipboard if you press the key assigned to "execute action" (by default, this is Enter).</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout8</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="text">
<string>Copied text:</string>
</property>
<property name="buddy" stdset="0">
<cstring>formatString</cstring>
</property>
</widget>
<widget class="TQLineEdit">
<property name="name">
<cstring>formatString</cstring>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1_3</cstring>
</property>
<property name="text">
<string>&lt;i&gt;Hint:&lt;/i&gt; %1 is replaced by the expression, %2 is replaced by the result</string>
</property>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<tabstops>
<tabstop>fracDigits</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>knuminput.h</includehint>
</includehints>
</UI>