<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>scriptingGlobalConfigBase</class> <widget class="TQWidget"> <property name="name"> <cstring>scriptingGlobalConfigBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>480</height> </rect> </property> <property name="caption"> <string>Scripting</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="KEditListBox"> <property name="name"> <cstring>m_dirs</cstring> </property> <property name="title"> <string>Search Custom Directories for Scripts</string> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>false</bool> </property> </widget> <widget class="TQLabel"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string><b>NOTE</b> These are directories to search in that are found in your TDE resource directories. So if you add the string "kate/scripts" to the list then KScript will look in "$TDEDIRS/data/kate/scripts" for scripts. This will allow you to get scripts in your home directory as well as system wide ones.</string> </property> </widget> </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">keditlistbox.h</include> </includes> </UI>