<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>menuEdit</class> <widget class="TQWidget"> <property name="name"> <cstring>menuEdit</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>576</width> <height>682</height> </rect> </property> <property name="caption"> <string>Edit Menu</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>2</number> </property> <widget class="TQLabel" row="5" column="0" rowspan="2" colspan="1"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Text</string> </property> </widget> <widget class="TQLabel" row="4" column="0"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Background picture</string> </property> </widget> <widget class="KURLRequester" row="4" column="1" rowspan="1" colspan="5"> <property name="name"> <cstring>urBackground</cstring> </property> </widget> <widget class="KColorButton" row="6" column="1"> <property name="name"> <cstring>cbColor</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string></string> </property> </widget> <widget class="KPushButton" row="6" column="2"> <property name="name"> <cstring>bFont</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Font</string> </property> </widget> <widget class="TQComboBox" row="6" column="3"> <item> <property name="text"> <string>Bottom</string> </property> </item> <item> <property name="text"> <string>Right</string> </property> </item> <property name="name"> <cstring>cbPosTitle</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <spacer row="6" column="4" rowspan="1" colspan="2"> <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>51</width> <height>20</height> </size> </property> </spacer> <widget class="TQLineEdit" row="5" column="1" rowspan="1" colspan="4"> <property name="name"> <cstring>leTitle</cstring> </property> </widget> <widget class="KPushButton" row="5" column="5"> <property name="name"> <cstring>bAddText</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>4</hsizetype> <vsizetype>4</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="maximumSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="text"> <string></string> </property> <property name="accel"> <string></string> </property> </widget> <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="6"> <property name="name"> <cstring>lTitle</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <bold>1</bold> </font> </property> <property name="text"> <string>Root Menu</string> </property> </widget> <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>textLabel1_2</cstring> </property> <property name="text"> <string>At start</string> </property> </widget> <widget class="TQComboBox" row="2" column="1" rowspan="1" colspan="5"> <item> <property name="text"> <string>Play menu</string> </property> </item> <item> <property name="text"> <string>Play title 1</string> </property> </item> <property name="name"> <cstring>cbStart</cstring> </property> </widget> <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>textLabel1_2_2</cstring> </property> <property name="text"> <string>At End</string> </property> </widget> <widget class="TQComboBox" row="3" column="1" rowspan="1" colspan="5"> <item> <property name="text"> <string>Play root menu</string> </property> </item> <item> <property name="text"> <string>Play title menu</string> </property> </item> <item> <property name="text"> <string>Play title 1</string> </property> </item> <property name="name"> <cstring>cbEnd</cstring> </property> </widget> <widget class="TQFrame" row="1" column="0" rowspan="1" colspan="6"> <property name="name"> <cstring>frame</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>7</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> </widget> </grid> </widget> <connections> <connection> <sender>bFont</sender> <signal>clicked()</signal> <receiver>menuEdit</receiver> <slot>bFontClick()</slot> </connection> <connection> <sender>urBackground</sender> <signal>urlSelected(const TQString&)</signal> <receiver>menuEdit</receiver> <slot>urBackgroundSelected(const TQString&)</slot> </connection> <connection> <sender>cbColor</sender> <signal>changed(const TQColor&)</signal> <receiver>menuEdit</receiver> <slot>cbColorChanged(const TQColor&)</slot> </connection> <connection> <sender>leTitle</sender> <signal>textChanged(const TQString&)</signal> <receiver>menuEdit</receiver> <slot>leTitleChanged(const TQString&)</slot> </connection> <connection> <sender>cbPosTitle</sender> <signal>activated(int)</signal> <receiver>menuEdit</receiver> <slot>cbPosTitleActivated(int)</slot> </connection> <connection> <sender>bAddText</sender> <signal>clicked()</signal> <receiver>menuEdit</receiver> <slot>bAddTextClick()</slot> </connection> <connection> <sender>cbStart</sender> <signal>activated(int)</signal> <receiver>menuEdit</receiver> <slot>cbStartActivated(int)</slot> </connection> <connection> <sender>cbEnd</sender> <signal>activated(int)</signal> <receiver>menuEdit</receiver> <slot>cbEndActivated(int)</slot> </connection> </connections> <tabstops> <tabstop>cbStart</tabstop> <tabstop>cbEnd</tabstop> <tabstop>urBackground</tabstop> <tabstop>leTitle</tabstop> <tabstop>bAddText</tabstop> <tabstop>cbColor</tabstop> <tabstop>bFont</tabstop> <tabstop>cbPosTitle</tabstop> </tabstops> <Q_SLOTS> <slot>bFontClick()</slot> <slot>urBackgroundSelected(const TQString &)</slot> <slot>cbColorChanged(const TQColor&)</slot> <slot>leTitleChanged(const TQString &)</slot> <slot>cbPosTitleActivated(int)</slot> <slot>bAddTextClick()</slot> <slot>cbStartActivated(int)</slot> <slot>cbEndActivated(int)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcolorbutton.h</include> <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">kurlrequester.h</include> </includes> </UI>