0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0" stdsetdef="1">
|
|
3 |
<author></author>
|
|
4 |
<comment></comment>
|
|
5 |
<exportmacro></exportmacro>
|
|
6 |
<class>ConfigDialog</class>
|
|
7 |
<widget class="QDialog" name="ConfigDialog">
|
|
8 |
<property name="geometry">
|
|
9 |
<rect>
|
|
10 |
<x>0</x>
|
|
11 |
<y>0</y>
|
|
12 |
<width>503</width>
|
|
13 |
<height>163</height>
|
|
14 |
</rect>
|
|
15 |
</property>
|
|
16 |
<property name="windowTitle">
|
|
17 |
<string>OraMonitor configuration</string>
|
|
18 |
</property>
|
|
19 |
<property name="sizeGripEnabled">
|
|
20 |
<bool>true</bool>
|
|
21 |
</property>
|
|
22 |
<layout class="QVBoxLayout">
|
|
23 |
<property name="margin">
|
|
24 |
<number>11</number>
|
|
25 |
</property>
|
|
26 |
<property name="spacing">
|
|
27 |
<number>6</number>
|
|
28 |
</property>
|
|
29 |
<item>
|
|
30 |
<layout class="QGridLayout">
|
|
31 |
<property name="margin">
|
|
32 |
<number>0</number>
|
|
33 |
</property>
|
|
34 |
<property name="spacing">
|
|
35 |
<number>6</number>
|
|
36 |
</property>
|
|
37 |
<item row="2" column="0">
|
|
38 |
<widget class="QLabel" name="PasswordLabel">
|
|
39 |
<property name="text">
|
|
40 |
<string>Password</string>
|
|
41 |
</property>
|
|
42 |
<property name="wordWrap">
|
|
43 |
<bool>false</bool>
|
|
44 |
</property>
|
|
45 |
</widget>
|
|
46 |
</item>
|
|
47 |
<item row="0" column="1">
|
|
48 |
<widget class="QLineEdit" name="ServerName"/>
|
|
49 |
</item>
|
|
50 |
<item row="0" column="0">
|
|
51 |
<widget class="QLabel" name="ServerLabel">
|
|
52 |
<property name="text">
|
|
53 |
<string>Net8 connection</string>
|
|
54 |
</property>
|
|
55 |
<property name="wordWrap">
|
|
56 |
<bool>false</bool>
|
|
57 |
</property>
|
|
58 |
</widget>
|
|
59 |
</item>
|
|
60 |
<item row="1" column="1">
|
|
61 |
<widget class="QLineEdit" name="User"/>
|
|
62 |
</item>
|
|
63 |
<item row="1" column="0">
|
|
64 |
<widget class="QLabel" name="UserLabel">
|
|
65 |
<property name="text">
|
|
66 |
<string>User name</string>
|
|
67 |
</property>
|
|
68 |
<property name="wordWrap">
|
|
69 |
<bool>false</bool>
|
|
70 |
</property>
|
|
71 |
</widget>
|
|
72 |
</item>
|
|
73 |
<item row="2" column="1">
|
|
74 |
<widget class="QLineEdit" name="Password">
|
|
75 |
<property name="echoMode">
|
|
76 |
<enum>QLineEdit::Password</enum>
|
|
77 |
</property>
|
|
78 |
</widget>
|
|
79 |
</item>
|
|
80 |
</layout>
|
|
81 |
</item>
|
|
82 |
<item>
|
|
83 |
<spacer name="Spacer5">
|
|
84 |
<property name="sizeHint">
|
|
85 |
<size>
|
|
86 |
<width>20</width>
|
|
87 |
<height>20</height>
|
|
88 |
</size>
|
|
89 |
</property>
|
|
90 |
<property name="sizeType">
|
|
91 |
<enum>QSizePolicy::Expanding</enum>
|
|
92 |
</property>
|
|
93 |
<property name="orientation">
|
|
94 |
<enum>Qt::Vertical</enum>
|
|
95 |
</property>
|
|
96 |
</spacer>
|
|
97 |
</item>
|
|
98 |
<item>
|
|
99 |
<layout class="QHBoxLayout">
|
|
100 |
<property name="margin">
|
|
101 |
<number>0</number>
|
|
102 |
</property>
|
|
103 |
<property name="spacing">
|
|
104 |
<number>6</number>
|
|
105 |
</property>
|
|
106 |
<item>
|
|
107 |
<spacer name="Horizontal Spacing2">
|
|
108 |
<property name="sizeHint">
|
|
109 |
<size>
|
|
110 |
<width>20</width>
|
|
111 |
<height>20</height>
|
|
112 |
</size>
|
|
113 |
</property>
|
|
114 |
<property name="sizeType">
|
|
115 |
<enum>QSizePolicy::Expanding</enum>
|
|
116 |
</property>
|
|
117 |
<property name="orientation">
|
|
118 |
<enum>Qt::Horizontal</enum>
|
|
119 |
</property>
|
|
120 |
</spacer>
|
|
121 |
</item>
|
|
122 |
<item>
|
|
123 |
<widget class="QPushButton" name="buttonOk">
|
|
124 |
<property name="text">
|
|
125 |
<string>OK</string>
|
|
126 |
</property>
|
|
127 |
<property name="shortcut">
|
|
128 |
<number>0</number>
|
|
129 |
</property>
|
|
130 |
<property name="autoDefault">
|
|
131 |
<bool>true</bool>
|
|
132 |
</property>
|
|
133 |
<property name="default">
|
|
134 |
<bool>true</bool>
|
|
135 |
</property>
|
|
136 |
</widget>
|
|
137 |
</item>
|
|
138 |
<item>
|
|
139 |
<widget class="QPushButton" name="buttonCancel">
|
|
140 |
<property name="text">
|
|
141 |
<string>Cancel</string>
|
|
142 |
</property>
|
|
143 |
<property name="shortcut">
|
|
144 |
<number>0</number>
|
|
145 |
</property>
|
|
146 |
<property name="autoDefault">
|
|
147 |
<bool>true</bool>
|
|
148 |
</property>
|
|
149 |
</widget>
|
|
150 |
</item>
|
|
151 |
</layout>
|
|
152 |
</item>
|
|
153 |
</layout>
|
|
154 |
</widget>
|
|
155 |
<layoutdefault spacing="6" margin="11"/>
|
|
156 |
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
157 |
<connections>
|
|
158 |
<connection>
|
|
159 |
<sender>buttonCancel</sender>
|
|
160 |
<signal>clicked()</signal>
|
|
161 |
<receiver>ConfigDialog</receiver>
|
|
162 |
<slot>reject()</slot>
|
|
163 |
</connection>
|
|
164 |
<connection>
|
|
165 |
<sender>buttonOk</sender>
|
|
166 |
<signal>clicked()</signal>
|
|
167 |
<receiver>ConfigDialog</receiver>
|
|
168 |
<slot>saveSettings()</slot>
|
|
169 |
</connection>
|
|
170 |
</connections>
|
|
171 |
</ui>
|