summaryrefslogtreecommitdiffstats
path: root/parts/scripting/scriptingglobalconfigbase.ui
blob: 4aad50e5780621af09c0fc11499f51b60ea05ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!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>&lt;b&gt;NOTE&lt;/b&gt; 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"/>
<includehints>
    <includehint>keditlistbox.h</includehint>
    <includehint>klineedit.h</includehint>
</includehints>
</UI>