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

« back to all changes in this revision

Viewing changes to languages/sql/sqlconfigwidget.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.1" stdsetdef="1">
2
 
<class>SqlConfigWidget</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>SqlConfigWidget</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>578</width>
12
 
            <height>367</height>
13
 
        </rect>
14
 
    </property>
15
 
    <vbox>
16
 
        <property name="name">
17
 
            <cstring>unnamed</cstring>
18
 
        </property>
19
 
        <widget class="QTable">
20
 
            <column>
21
 
                <property name="text">
22
 
                    <string>Plugin</string>
23
 
                </property>
24
 
                <property name="pixmap">
25
 
                    <pixmap></pixmap>
26
 
                </property>
27
 
            </column>
28
 
            <column>
29
 
                <property name="text">
30
 
                    <string>Database Name</string>
31
 
                </property>
32
 
                <property name="pixmap">
33
 
                    <pixmap></pixmap>
34
 
                </property>
35
 
            </column>
36
 
            <column>
37
 
                <property name="text">
38
 
                    <string>Host</string>
39
 
                </property>
40
 
                <property name="pixmap">
41
 
                    <pixmap></pixmap>
42
 
                </property>
43
 
            </column>
44
 
            <column>
45
 
                <property name="text">
46
 
                    <string>Port</string>
47
 
                </property>
48
 
                <property name="pixmap">
49
 
                    <pixmap></pixmap>
50
 
                </property>
51
 
            </column>
52
 
            <column>
53
 
                <property name="text">
54
 
                    <string>Username</string>
55
 
                </property>
56
 
                <property name="pixmap">
57
 
                    <pixmap></pixmap>
58
 
                </property>
59
 
            </column>
60
 
            <column>
61
 
                <property name="text">
62
 
                    <string>Password</string>
63
 
                </property>
64
 
                <property name="pixmap">
65
 
                    <pixmap></pixmap>
66
 
                </property>
67
 
            </column>
68
 
            <property name="name">
69
 
                <cstring>dbTable</cstring>
70
 
            </property>
71
 
            <property name="numRows">
72
 
                <number>0</number>
73
 
            </property>
74
 
            <property name="numCols">
75
 
                <number>6</number>
76
 
            </property>
77
 
            <property name="selectionMode">
78
 
                <enum>SingleRow</enum>
79
 
            </property>
80
 
        </widget>
81
 
        <widget class="QLabel">
82
 
            <property name="name">
83
 
                <cstring>textLabel1</cstring>
84
 
            </property>
85
 
            <property name="text">
86
 
                <string>&lt;i&gt;Warning:&lt;/i&gt; password will be saved with weak encryption.</string>
87
 
            </property>
88
 
        </widget>
89
 
        <widget class="QLayoutWidget">
90
 
            <property name="name">
91
 
                <cstring>layout5</cstring>
92
 
            </property>
93
 
            <hbox>
94
 
                <property name="name">
95
 
                    <cstring>unnamed</cstring>
96
 
                </property>
97
 
                <spacer>
98
 
                    <property name="name">
99
 
                        <cstring>spacer4</cstring>
100
 
                    </property>
101
 
                    <property name="orientation">
102
 
                        <enum>Horizontal</enum>
103
 
                    </property>
104
 
                    <property name="sizeType">
105
 
                        <enum>Expanding</enum>
106
 
                    </property>
107
 
                    <property name="sizeHint">
108
 
                        <size>
109
 
                            <width>81</width>
110
 
                            <height>20</height>
111
 
                        </size>
112
 
                    </property>
113
 
                </spacer>
114
 
                <widget class="KPushButton">
115
 
                    <property name="name">
116
 
                        <cstring>removeBtn</cstring>
117
 
                    </property>
118
 
                    <property name="text">
119
 
                        <string>&amp;Remove</string>
120
 
                    </property>
121
 
                </widget>
122
 
                <widget class="KPushButton">
123
 
                    <property name="name">
124
 
                        <cstring>testBtn</cstring>
125
 
                    </property>
126
 
                    <property name="text">
127
 
                        <string>&amp;Test</string>
128
 
                    </property>
129
 
                </widget>
130
 
            </hbox>
131
 
        </widget>
132
 
    </vbox>
133
 
</widget>
134
 
<connections>
135
 
    <connection>
136
 
        <sender>dbTable</sender>
137
 
        <signal>valueChanged(int,int)</signal>
138
 
        <receiver>SqlConfigWidget</receiver>
139
 
        <slot>valueChanged(int,int)</slot>
140
 
    </connection>
141
 
    <connection>
142
 
        <sender>removeBtn</sender>
143
 
        <signal>clicked()</signal>
144
 
        <receiver>SqlConfigWidget</receiver>
145
 
        <slot>removeDb()</slot>
146
 
    </connection>
147
 
    <connection>
148
 
        <sender>testBtn</sender>
149
 
        <signal>clicked()</signal>
150
 
        <receiver>SqlConfigWidget</receiver>
151
 
        <slot>testDb()</slot>
152
 
    </connection>
153
 
    <connection>
154
 
        <sender>dbTable</sender>
155
 
        <signal>currentChanged(int,int)</signal>
156
 
        <receiver>SqlConfigWidget</receiver>
157
 
        <slot>updateButtons()</slot>
158
 
    </connection>
159
 
</connections>
160
 
<includes>
161
 
    <include location="local" impldecl="in implementation">sqlconfigwidget.ui.h</include>
162
 
</includes>
163
 
<forwards>
164
 
    <forward>class QDomDocument;</forward>
165
 
</forwards>
166
 
<variables>
167
 
    <variable access="private">QDomDocument* doc;</variable>
168
 
    <variable access="private">bool changed;</variable>
169
 
</variables>
170
 
<signals>
171
 
    <signal>newConfigSaved()</signal>
172
 
</signals>
173
 
<slots>
174
 
    <slot>init()</slot>
175
 
    <slot>valueChanged( int, int )</slot>
176
 
    <slot>removeDb()</slot>
177
 
    <slot>updateButtons()</slot>
178
 
    <slot>testDb()</slot>
179
 
    <slot>accept()</slot>
180
 
    <slot>setProjectDom( QDomDocument * doc )</slot>
181
 
    <slot>loadConfig()</slot>
182
 
</slots>
183
 
<layoutdefaults spacing="6" margin="11"/>
184
 
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
185
 
<includehints>
186
 
    <includehint>kpushbutton.h</includehint>
187
 
    <includehint>kpushbutton.h</includehint>
188
 
</includehints>
189
 
</UI>