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.
tdepim/kandy/src/cmdpropertiesdialog_base.ui

173 lines
5.6 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>CmdPropertiesDialog_base</class>
<widget class="TQDialog">
<property name="name">
<cstring>CmdPropertiesDialog_base</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>323</width>
<height>281</height>
</rect>
</property>
<property name="caption">
<string>Command Properties</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLineEdit" row="0" column="1" rowspan="1" colspan="3">
<property name="name">
<cstring>mNameEdit</cstring>
</property>
</widget>
<widget class="TQLineEdit" row="1" column="1" rowspan="1" colspan="3">
<property name="name">
<cstring>mStringEdit</cstring>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>TextLabel1</cstring>
</property>
<property name="text">
<string>Name:</string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>TextLabel2</cstring>
</property>
<property name="text">
<string>String:</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>mHexCheck</cstring>
</property>
<property name="text">
<string>Hex result</string>
</property>
</widget>
<widget class="TQListView" row="2" column="0" rowspan="1" colspan="4">
<column>
<property name="text">
<string>Position</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Parameter</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Value</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>mParameterList</cstring>
</property>
</widget>
<spacer row="4" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>Horizontal Spacing2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>79</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQPushButton" row="4" column="2">
<property name="name">
<cstring>buttonOk</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="TQPushButton" row="4" column="3">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>mParameterList</sender>
<signal>rightButtonClicked(TQListViewItem*,const TQPoint&amp;,int)</signal>
<receiver>CmdPropertiesDialog_base</receiver>
<slot>editParameterName(TQListViewItem*)</slot>
</connection>
<connection>
<sender>buttonOk</sender>
<signal>clicked()</signal>
<receiver>CmdPropertiesDialog_base</receiver>
<slot>slotAccept()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>CmdPropertiesDialog_base</receiver>
<slot>reject()</slot>
</connection>
</connections>
<slots>
<slot>editParameterName(TQListViewItem *)</slot>
<slot access="protected">slotAccept()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>