e72ac0236859df0a8a75080cf63090354331d707
[cascardo/ovs.git] / ovsdb / ovsdbmonitor / HostWindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>HostWindow</class>
4  <widget class="QDialog" name="HostWindow">
5   <property name="windowModality">
6    <enum>Qt::WindowModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>400</width>
13     <height>300</height>
14    </rect>
15   </property>
16   <property name="sizePolicy">
17    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
18     <horstretch>0</horstretch>
19     <verstretch>0</verstretch>
20    </sizepolicy>
21   </property>
22   <property name="windowTitle">
23    <string>Host Properties</string>
24   </property>
25   <layout class="QGridLayout" name="gridLayout_2">
26    <item row="0" column="0">
27     <layout class="QGridLayout" name="gridLayout">
28      <item row="0" column="0">
29       <widget class="QLabel" name="label">
30        <property name="text">
31         <string>Host name or IP</string>
32        </property>
33        <property name="buddy">
34         <cstring>hostAddressEdit</cstring>
35        </property>
36       </widget>
37      </item>
38      <item row="0" column="1">
39       <widget class="QLineEdit" name="hostAddressEdit">
40        <property name="minimumSize">
41         <size>
42          <width>256</width>
43          <height>0</height>
44         </size>
45        </property>
46       </widget>
47      </item>
48      <item row="1" column="0">
49       <widget class="QLabel" name="label_2">
50        <property name="text">
51         <string>SSH Password</string>
52        </property>
53        <property name="buddy">
54         <cstring>hostPasswordEdit</cstring>
55        </property>
56       </widget>
57      </item>
58      <item row="1" column="1">
59       <widget class="QLineEdit" name="hostPasswordEdit">
60        <property name="minimumSize">
61         <size>
62          <width>256</width>
63          <height>0</height>
64         </size>
65        </property>
66        <property name="echoMode">
67         <enum>QLineEdit::Password</enum>
68        </property>
69       </widget>
70      </item>
71      <item row="2" column="0">
72       <widget class="QLabel" name="label_3">
73        <property name="text">
74         <string>Connect target</string>
75        </property>
76        <property name="buddy">
77         <cstring>hostConnectTarget</cstring>
78        </property>
79       </widget>
80      </item>
81      <item row="2" column="1">
82       <widget class="QLineEdit" name="hostConnectTarget">
83        <property name="minimumSize">
84         <size>
85          <width>256</width>
86          <height>0</height>
87         </size>
88        </property>
89       </widget>
90      </item>
91     </layout>
92    </item>
93    <item row="1" column="0">
94     <widget class="QDialogButtonBox" name="buttonBox">
95      <property name="orientation">
96       <enum>Qt::Horizontal</enum>
97      </property>
98      <property name="standardButtons">
99       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
100      </property>
101     </widget>
102    </item>
103   </layout>
104  </widget>
105  <tabstops>
106   <tabstop>hostAddressEdit</tabstop>
107   <tabstop>hostPasswordEdit</tabstop>
108   <tabstop>buttonBox</tabstop>
109  </tabstops>
110  <resources/>
111  <connections>
112   <connection>
113    <sender>buttonBox</sender>
114    <signal>accepted()</signal>
115    <receiver>HostWindow</receiver>
116    <slot>accept()</slot>
117    <hints>
118     <hint type="sourcelabel">
119      <x>248</x>
120      <y>254</y>
121     </hint>
122     <hint type="destinationlabel">
123      <x>157</x>
124      <y>274</y>
125     </hint>
126    </hints>
127   </connection>
128   <connection>
129    <sender>buttonBox</sender>
130    <signal>rejected()</signal>
131    <receiver>HostWindow</receiver>
132    <slot>reject()</slot>
133    <hints>
134     <hint type="sourcelabel">
135      <x>316</x>
136      <y>260</y>
137     </hint>
138     <hint type="destinationlabel">
139      <x>286</x>
140      <y>274</y>
141     </hint>
142    </hints>
143   </connection>
144  </connections>
145 </ui>