ofproto: Add more thread safety annotations.
[sliver-openvswitch.git] / ovsdb / ovsdbmonitor / LogWindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LogWindow</class>
4  <widget class="QDialog" name="LogWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>735</width>
10     <height>558</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>OVSDB Monitor Log</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <layout class="QVBoxLayout" name="verticalLayout">
19      <item>
20       <widget class="QTextBrowser" name="textBrowser"/>
21      </item>
22      <item>
23       <widget class="QDialogButtonBox" name="buttonBox">
24        <property name="orientation">
25         <enum>Qt::Horizontal</enum>
26        </property>
27        <property name="standardButtons">
28         <set>QDialogButtonBox::Close|QDialogButtonBox::Reset</set>
29        </property>
30       </widget>
31      </item>
32     </layout>
33    </item>
34   </layout>
35  </widget>
36  <resources/>
37  <connections>
38   <connection>
39    <sender>buttonBox</sender>
40    <signal>accepted()</signal>
41    <receiver>LogWindow</receiver>
42    <slot>accept()</slot>
43    <hints>
44     <hint type="sourcelabel">
45      <x>248</x>
46      <y>254</y>
47     </hint>
48     <hint type="destinationlabel">
49      <x>157</x>
50      <y>274</y>
51     </hint>
52    </hints>
53   </connection>
54   <connection>
55    <sender>buttonBox</sender>
56    <signal>rejected()</signal>
57    <receiver>LogWindow</receiver>
58    <slot>reject()</slot>
59    <hints>
60     <hint type="sourcelabel">
61      <x>316</x>
62      <y>260</y>
63     </hint>
64     <hint type="destinationlabel">
65      <x>286</x>
66      <y>274</y>
67     </hint>
68    </hints>
69   </connection>
70  </connections>
71 </ui>