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.
tdeedu/kmplot/kmplot/qeditconstant.ui

140 lines
4.8 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>QEditConstant</class>
<widget class="TQDialog">
<property name="name">
<cstring>QEditConstant</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>252</width>
<height>115</height>
</rect>
</property>
<property name="caption">
<string>Edit Constant</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Variable:</string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Value:</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton">
<property name="name">
<cstring>cmdOK</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>71</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>cmdCancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
</hbox>
</widget>
<widget class="KLineEdit" row="0" column="1">
<property name="name">
<cstring>txtConstant</cstring>
</property>
<property name="maxLength">
<number>1</number>
</property>
<property name="toolTip" stdset="0">
<string>Name of the constant (only 1 character but "E")</string>
</property>
<property name="whatsThis" stdset="0">
<string>Enter the name of the constant here. User-defined constant names only have 1 character; the constant "E" (Euler number) is reserved.</string>
</property>
</widget>
<widget class="KLineEdit" row="1" column="1">
<property name="name">
<cstring>txtValue</cstring>
</property>
<property name="toolTip" stdset="0">
<string>Enter the constant's value here.</string>
</property>
<property name="whatsThis" stdset="0">
<string>The value of a constant can be an expression, for instance PI/2 or sqrt(2).</string>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>txtConstant</sender>
<signal>lostFocus()</signal>
<receiver>QEditConstant</receiver>
<slot>txtVariable_lostFocus()</slot>
</connection>
</connections>
<tabstops>
<tabstop>txtConstant</tabstop>
<tabstop>txtValue</tabstop>
<tabstop>cmdCancel</tabstop>
<tabstop>cmdOK</tabstop>
</tabstops>
<includes>
<include location="local" impldecl="in implementation">qeditconstant.ui.h</include>
</includes>
<Q_SLOTS>
<slot>txtVariable_lostFocus()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klineedit.h</includehint>
<includehint>klineedit.h</includehint>
</includehints>
</UI>