<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>EventEditorDlgS</class> <widget class="TQWidget"> <property name="name"> <cstring>EventEditorDlgS</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>544</width> <height>206</height> </rect> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>3</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>350</width> <height>0</height> </size> </property> <property name="caption"> <string></string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Event:</string> </property> </widget> <widget class="KComboBox" row="0" column="1"> <property name="name"> <cstring>eventCombo</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Action:</string> </property> </widget> <widget class="KComboBox" row="1" column="1"> <property name="name"> <cstring>actionCombo</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>argument1Label</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Argument 1:</string> </property> </widget> <widget class="KComboBox" row="2" column="1"> <property name="name"> <cstring>argument1Combo</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="editable"> <bool>true</bool> </property> </widget> <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>argument2Label</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Argument 2:</string> </property> </widget> <widget class="KComboBox" row="3" column="1"> <property name="name"> <cstring>argument2Combo</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="editable"> <bool>true</bool> </property> </widget> <widget class="TQLabel" row="4" column="0"> <property name="name"> <cstring>argument3Label</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Argument 3:</string> </property> </widget> <widget class="TQLabel" row="5" column="0"> <property name="name"> <cstring>argument4Label</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Argument 4:</string> </property> </widget> <widget class="KComboBox" row="4" column="1"> <property name="name"> <cstring>argument3Combo</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="editable"> <bool>true</bool> </property> </widget> <widget class="KComboBox" row="5" column="1"> <property name="name"> <cstring>argument4Combo</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="editable"> <bool>true</bool> </property> </widget> </grid> </widget> <connections> <connection> <sender>actionCombo</sender> <signal>activated(const TQString&)</signal> <receiver>EventEditorDlgS</receiver> <slot>slotActionChanged(const TQString&)</slot> </connection> </connections> <Q_SLOTS> <slot>slotActionChanged(const TQString &name)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> </UI>