1<ui version="4.0" >
2 <class>pixFailoverOptionsDialog_q</class>
3 <widget class="QDialog" name="pixFailoverOptionsDialog_q" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>319</width>
9    <height>376</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>PIX failover protocol settings</string>
14  </property>
15  <layout class="QGridLayout" >
16   <item row="1" column="0" >
17    <layout class="QHBoxLayout" >
18     <item>
19      <spacer>
20       <property name="orientation" >
21        <enum>Qt::Horizontal</enum>
22       </property>
23       <property name="sizeType" >
24        <enum>QSizePolicy::Expanding</enum>
25       </property>
26       <property name="sizeHint" stdset="0" >
27        <size>
28         <width>151</width>
29         <height>27</height>
30        </size>
31       </property>
32      </spacer>
33     </item>
34     <item>
35      <widget class="QPushButton" name="buttonOk" >
36       <property name="text" >
37        <string>&amp;OK</string>
38       </property>
39       <property name="shortcut" >
40        <string/>
41       </property>
42       <property name="autoDefault" >
43        <bool>true</bool>
44       </property>
45       <property name="default" >
46        <bool>true</bool>
47       </property>
48      </widget>
49     </item>
50     <item>
51      <widget class="QPushButton" name="buttonCancel" >
52       <property name="text" >
53        <string>&amp;Cancel</string>
54       </property>
55       <property name="shortcut" >
56        <string/>
57       </property>
58       <property name="autoDefault" >
59        <bool>true</bool>
60       </property>
61      </widget>
62     </item>
63    </layout>
64   </item>
65   <item row="0" column="0" >
66    <widget class="QTabWidget" name="tabWidget" >
67     <property name="tabShape" >
68      <enum>QTabWidget::Rounded</enum>
69     </property>
70     <property name="currentIndex" >
71      <number>0</number>
72     </property>
73     <widget class="QWidget" name="tab" >
74      <attribute name="title" >
75       <string>PIX Failover Protocol Parameters</string>
76      </attribute>
77      <attribute name="icon" >
78       <iconset resource="MainRes.qrc" >
79        <normaloff>:/Icons/Options</normaloff>:/Icons/Options</iconset>
80      </attribute>
81      <layout class="QGridLayout" name="gridLayout_109" >
82       <item row="0" column="1" >
83        <spacer>
84         <property name="orientation" >
85          <enum>Qt::Vertical</enum>
86         </property>
87         <property name="sizeType" >
88          <enum>QSizePolicy::Minimum</enum>
89         </property>
90         <property name="sizeHint" stdset="0" >
91          <size>
92           <width>20</width>
93           <height>20</height>
94          </size>
95         </property>
96        </spacer>
97       </item>
98       <item row="1" column="0" >
99        <widget class="QLabel" name="pix_failover_key_label" >
100         <property name="enabled" >
101          <bool>true</bool>
102         </property>
103         <property name="toolTip" >
104          <string>PIX Failover Key</string>
105         </property>
106         <property name="layoutDirection" >
107          <enum>Qt::LeftToRight</enum>
108         </property>
109         <property name="text" >
110          <string>Key:</string>
111         </property>
112        </widget>
113       </item>
114       <item row="1" column="1" >
115        <widget class="QLineEdit" name="pix_failover_key" >
116         <property name="enabled" >
117          <bool>true</bool>
118         </property>
119        </widget>
120       </item>
121       <item row="2" column="1" >
122        <spacer>
123         <property name="orientation" >
124          <enum>Qt::Vertical</enum>
125         </property>
126         <property name="sizeHint" stdset="0" >
127          <size>
128           <width>20</width>
129           <height>40</height>
130          </size>
131         </property>
132        </spacer>
133       </item>
134      </layout>
135     </widget>
136    </widget>
137   </item>
138  </layout>
139 </widget>
140 <layoutdefault spacing="6" margin="11" />
141 <tabstops>
142  <tabstop>buttonOk</tabstop>
143  <tabstop>buttonCancel</tabstop>
144  <tabstop>tabWidget</tabstop>
145 </tabstops>
146 <resources>
147  <include location="MainRes.qrc" />
148 </resources>
149 <connections>
150  <connection>
151   <sender>buttonOk</sender>
152   <signal>clicked()</signal>
153   <receiver>pixFailoverOptionsDialog_q</receiver>
154   <slot>accept()</slot>
155   <hints>
156    <hint type="sourcelabel" >
157     <x>316</x>
158     <y>472</y>
159    </hint>
160    <hint type="destinationlabel" >
161     <x>193</x>
162     <y>137</y>
163    </hint>
164   </hints>
165  </connection>
166  <connection>
167   <sender>buttonCancel</sender>
168   <signal>clicked()</signal>
169   <receiver>pixFailoverOptionsDialog_q</receiver>
170   <slot>reject()</slot>
171   <hints>
172    <hint type="sourcelabel" >
173     <x>397</x>
174     <y>472</y>
175    </hint>
176    <hint type="destinationlabel" >
177     <x>20</x>
178     <y>20</y>
179    </hint>
180   </hints>
181  </connection>
182 </connections>
183</ui>
184