~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to parts/scripting/scriptingglobalconfigbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>scriptingGlobalConfigBase</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>scriptingGlobalConfigBase</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>600</width>
 
12
            <height>480</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Scripting</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="KEditListBox">
 
23
            <property name="name">
 
24
                <cstring>m_dirs</cstring>
 
25
            </property>
 
26
            <property name="title">
 
27
                <string>Search Custom Directories for Scripts</string>
 
28
            </property>
 
29
            <property name="checkable">
 
30
                <bool>true</bool>
 
31
            </property>
 
32
            <property name="checked">
 
33
                <bool>false</bool>
 
34
            </property>
 
35
        </widget>
 
36
        <widget class="QLabel">
 
37
            <property name="name">
 
38
                <cstring>textLabel2</cstring>
 
39
            </property>
 
40
            <property name="text">
 
41
                <string>&lt;b&gt;NOTE&lt;/b&gt; These are directories to search in that are found in your KDE resource directories.  So if you add the string "kate/scripts" to the list then KScript will look in "$KDEDIRS/data/kate/scripts" for scripts.  This will allow you to get scripts in your home directory as well as system wide ones.</string>
 
42
            </property>
 
43
        </widget>
 
44
    </vbox>
 
45
</widget>
 
46
<layoutdefaults spacing="6" margin="11"/>
 
47
<includehints>
 
48
    <includehint>keditlistbox.h</includehint>
 
49
    <includehint>klineedit.h</includehint>
 
50
</includehints>
 
51
</UI>