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

« back to all changes in this revision

Viewing changes to editors/editor-chooser/editchooser.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
 
<class>EditChooser</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>EditChooser</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>514</width>
12
 
            <height>383</height>
13
 
        </rect>
14
 
    </property>
15
 
    <vbox>
16
 
        <property name="name">
17
 
            <cstring>unnamed</cstring>
18
 
        </property>
19
 
        <widget class="QGroupBox">
20
 
            <property name="name">
21
 
                <cstring>GroupBox1</cstring>
22
 
            </property>
23
 
            <property name="title">
24
 
                <string>&amp;Embedded Editor</string>
25
 
            </property>
26
 
            <grid>
27
 
                <property name="name">
28
 
                    <cstring>unnamed</cstring>
29
 
                </property>
30
 
                <widget class="QComboBox" row="0" column="0">
31
 
                    <property name="name">
32
 
                        <cstring>EditorPart</cstring>
33
 
                    </property>
34
 
                </widget>
35
 
                <widget class="QLabel" row="1" column="0">
36
 
                    <property name="name">
37
 
                        <cstring>TextLabel1</cstring>
38
 
                    </property>
39
 
                    <property name="text">
40
 
                        <string>&lt;i&gt;Note:&lt;/i&gt; Changing the preferred editor will not affect
41
 
already open files.</string>
42
 
                    </property>
43
 
                </widget>
44
 
            </grid>
45
 
        </widget>
46
 
        <widget class="QButtonGroup">
47
 
            <property name="name">
48
 
                <cstring>external_changes_group</cstring>
49
 
            </property>
50
 
            <property name="title">
51
 
                <string>On External Changes</string>
52
 
            </property>
53
 
            <property name="whatsThis" stdset="0">
54
 
                <string>&lt;p&gt;&lt;b&gt;Action to take when an open file is changed on disk&lt;/b&gt;&lt;/p&gt;
55
 
&lt;p&gt;&lt;b&gt;Do nothing&lt;/b&gt; - The file will be marked as externally changed and the user will be asked to verify any attempt to overwrite it &lt;/p&gt;
56
 
&lt;p&gt;&lt;b&gt;Alert the user&lt;/b&gt; - A dialog will alert the user that a file has changed and offer the user to reload the file&lt;/p&gt;
57
 
&lt;p&gt;&lt;b&gt;Automatically reload&lt;/b&gt; - Any files that are not modified in memory are reloaded, and an alert is shown for any conflicts&lt;/p&gt;</string>
58
 
            </property>
59
 
            <vbox>
60
 
                <property name="name">
61
 
                    <cstring>unnamed</cstring>
62
 
                </property>
63
 
                <widget class="QRadioButton">
64
 
                    <property name="name">
65
 
                        <cstring>nothing</cstring>
66
 
                    </property>
67
 
                    <property name="text">
68
 
                        <string>&amp;Do nothing</string>
69
 
                    </property>
70
 
                    <property name="checked">
71
 
                        <bool>true</bool>
72
 
                    </property>
73
 
                </widget>
74
 
                <widget class="QRadioButton">
75
 
                    <property name="name">
76
 
                        <cstring>alert</cstring>
77
 
                    </property>
78
 
                    <property name="enabled">
79
 
                        <bool>true</bool>
80
 
                    </property>
81
 
                    <property name="text">
82
 
                        <string>&amp;Alert the user</string>
83
 
                    </property>
84
 
                </widget>
85
 
                <widget class="QRadioButton">
86
 
                    <property name="name">
87
 
                        <cstring>reload</cstring>
88
 
                    </property>
89
 
                    <property name="text">
90
 
                        <string>Automatically reload the file &amp;if safe, alert the user if not</string>
91
 
                    </property>
92
 
                </widget>
93
 
            </vbox>
94
 
        </widget>
95
 
        <spacer>
96
 
            <property name="name">
97
 
                <cstring>spacer2</cstring>
98
 
            </property>
99
 
            <property name="orientation">
100
 
                <enum>Vertical</enum>
101
 
            </property>
102
 
            <property name="sizeType">
103
 
                <enum>Expanding</enum>
104
 
            </property>
105
 
            <property name="sizeHint">
106
 
                <size>
107
 
                    <width>20</width>
108
 
                    <height>31</height>
109
 
                </size>
110
 
            </property>
111
 
        </spacer>
112
 
    </vbox>
113
 
</widget>
114
 
<connections>
115
 
    <connection>
116
 
        <sender>EditorPart</sender>
117
 
        <signal>activated(const QString&amp;)</signal>
118
 
        <receiver>EditChooser</receiver>
119
 
        <slot>slotEditPartChanged(const QString&amp;)</slot>
120
 
    </connection>
121
 
</connections>
122
 
<includes>
123
 
    <include location="global" impldecl="in implementation">kdialog.h</include>
124
 
</includes>
125
 
<slots>
126
 
    <slot>slotEditPartChanged(const QString &amp;)</slot>
127
 
</slots>
128
 
<layoutdefaults spacing="6" margin="11"/>
129
 
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
130
 
</UI>