0
|
1 |
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
|
2 |
<class>DatabaseConnectionEditorBase</class>
|
|
3 |
<comment>*********************************************************************
|
|
4 |
**
|
|
5 |
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
6 |
** All rights reserved.
|
|
7 |
** Contact: Nokia Corporation (qt-info@nokia.com)
|
|
8 |
**
|
|
9 |
** This file is part of the test suite of the Qt Toolkit.
|
|
10 |
**
|
|
11 |
** $QT_BEGIN_LICENSE:LGPL$
|
|
12 |
** No Commercial Usage
|
|
13 |
** This file contains pre-release code and may not be distributed.
|
|
14 |
** You may use this file in accordance with the terms and conditions
|
|
15 |
** contained in the Technology Preview License Agreement accompanying
|
|
16 |
** this package.
|
|
17 |
**
|
|
18 |
** GNU Lesser General Public License Usage
|
|
19 |
** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
20 |
** General Public License version 2.1 as published by the Free Software
|
|
21 |
** Foundation and appearing in the file LICENSE.LGPL included in the
|
|
22 |
** packaging of this file. Please review the following information to
|
|
23 |
** ensure the GNU Lesser General Public License version 2.1 requirements
|
|
24 |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
|
25 |
**
|
|
26 |
** In addition, as a special exception, Nokia gives you certain additional
|
|
27 |
** rights. These rights are described in the Nokia Qt LGPL Exception
|
|
28 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
|
29 |
**
|
|
30 |
** If you have questions regarding the use of this file, please contact
|
|
31 |
** Nokia at qt-info@nokia.com.
|
|
32 |
**
|
|
33 |
**
|
|
34 |
**
|
|
35 |
**
|
|
36 |
**
|
|
37 |
**
|
|
38 |
**
|
|
39 |
**
|
|
40 |
** $QT_END_LICENSE$
|
|
41 |
**
|
|
42 |
*********************************************************************</comment>
|
|
43 |
<widget class="QDialog">
|
|
44 |
<property name="name">
|
|
45 |
<cstring>DatabaseConnectionEditorBase</cstring>
|
|
46 |
</property>
|
|
47 |
<property name="geometry">
|
|
48 |
<rect>
|
|
49 |
<x>0</x>
|
|
50 |
<y>0</y>
|
|
51 |
<width>393</width>
|
|
52 |
<height>286</height>
|
|
53 |
</rect>
|
|
54 |
</property>
|
|
55 |
<property name="caption">
|
|
56 |
<string>Connect</string>
|
|
57 |
</property>
|
|
58 |
<grid>
|
|
59 |
<property name="name">
|
|
60 |
<cstring>unnamed</cstring>
|
|
61 |
</property>
|
|
62 |
<property name="margin">
|
|
63 |
<number>11</number>
|
|
64 |
</property>
|
|
65 |
<property name="spacing">
|
|
66 |
<number>6</number>
|
|
67 |
</property>
|
|
68 |
<widget class="QPushButton" row="1" column="2">
|
|
69 |
<property name="name">
|
|
70 |
<cstring>PushButton2</cstring>
|
|
71 |
</property>
|
|
72 |
<property name="text">
|
|
73 |
<string>&Cancel</string>
|
|
74 |
</property>
|
|
75 |
</widget>
|
|
76 |
<widget class="QPushButton" row="1" column="1">
|
|
77 |
<property name="name">
|
|
78 |
<cstring>PushButton1</cstring>
|
|
79 |
</property>
|
|
80 |
<property name="text">
|
|
81 |
<string>&OK</string>
|
|
82 |
</property>
|
|
83 |
<property name="default">
|
|
84 |
<bool>true</bool>
|
|
85 |
</property>
|
|
86 |
</widget>
|
|
87 |
<spacer row="1" column="0">
|
|
88 |
<property name="name">
|
|
89 |
<cstring>Spacer1</cstring>
|
|
90 |
</property>
|
|
91 |
<property name="orientation">
|
|
92 |
<enum>Horizontal</enum>
|
|
93 |
</property>
|
|
94 |
<property name="sizeType">
|
|
95 |
<enum>Expanding</enum>
|
|
96 |
</property>
|
|
97 |
<property name="sizeHint">
|
|
98 |
<size>
|
|
99 |
<width>20</width>
|
|
100 |
<height>20</height>
|
|
101 |
</size>
|
|
102 |
</property>
|
|
103 |
</spacer>
|
|
104 |
<widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="3">
|
|
105 |
<property name="name">
|
|
106 |
<cstring>grp</cstring>
|
|
107 |
</property>
|
|
108 |
<property name="title">
|
|
109 |
<string>Connection Details</string>
|
|
110 |
</property>
|
|
111 |
<grid>
|
|
112 |
<property name="name">
|
|
113 |
<cstring>unnamed</cstring>
|
|
114 |
</property>
|
|
115 |
<property name="margin">
|
|
116 |
<number>11</number>
|
|
117 |
</property>
|
|
118 |
<property name="spacing">
|
|
119 |
<number>6</number>
|
|
120 |
</property>
|
|
121 |
<spacer row="0" column="0">
|
|
122 |
<property name="name">
|
|
123 |
<cstring>Spacer2</cstring>
|
|
124 |
</property>
|
|
125 |
<property name="orientation">
|
|
126 |
<enum>Vertical</enum>
|
|
127 |
</property>
|
|
128 |
<property name="sizeType">
|
|
129 |
<enum>Expanding</enum>
|
|
130 |
</property>
|
|
131 |
<property name="sizeHint">
|
|
132 |
<size>
|
|
133 |
<width>20</width>
|
|
134 |
<height>20</height>
|
|
135 |
</size>
|
|
136 |
</property>
|
|
137 |
</spacer>
|
|
138 |
</grid>
|
|
139 |
</widget>
|
|
140 |
</grid>
|
|
141 |
</widget>
|
|
142 |
<connections>
|
|
143 |
<connection>
|
|
144 |
<sender>PushButton2</sender>
|
|
145 |
<signal>clicked()</signal>
|
|
146 |
<receiver>DatabaseConnectionEditorBase</receiver>
|
|
147 |
<slot>reject()</slot>
|
|
148 |
</connection>
|
|
149 |
<connection>
|
|
150 |
<sender>PushButton1</sender>
|
|
151 |
<signal>clicked()</signal>
|
|
152 |
<receiver>DatabaseConnectionEditorBase</receiver>
|
|
153 |
<slot>accept()</slot>
|
|
154 |
</connection>
|
|
155 |
<slot access="protected" language="C++" returnType="void">init()</slot>
|
|
156 |
<slot access="protected" language="C++" returnType="void">destroy()</slot>
|
|
157 |
</connections>
|
|
158 |
<tabstops>
|
|
159 |
<tabstop>PushButton1</tabstop>
|
|
160 |
<tabstop>PushButton2</tabstop>
|
|
161 |
</tabstops>
|
|
162 |
</UI>
|