ofproto: Add more thread safety annotations.
[sliver-openvswitch.git] / ovsdb / ovsdbmonitor / FlowWindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>FlowWindow</class>
4  <widget class="QMainWindow" name="FlowWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>OVSDB Monitor</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QGridLayout" name="gridLayout">
18     <item row="0" column="0">
19      <widget class="QTabWidget" name="tabWidget">
20       <property name="currentIndex">
21        <number>0</number>
22       </property>
23       <widget class="QWidget" name="unset">
24        <attribute name="title">
25         <string>Awaiting update...</string>
26        </attribute>
27        <layout class="QGridLayout" name="gridLayout_10"/>
28       </widget>
29      </widget>
30     </item>
31     <item row="1" column="0">
32      <layout class="QHBoxLayout" name="horizontalLayout_2">
33       <item>
34        <widget class="QCheckBox" name="ssgCheckBox">
35         <property name="text">
36          <string>Server-side grep</string>
37         </property>
38        </widget>
39       </item>
40       <item>
41        <widget class="QComboBox" name="ssgComboBox">
42         <property name="editable">
43          <bool>true</bool>
44         </property>
45         <property name="maxVisibleItems">
46          <number>20</number>
47         </property>
48         <property name="insertPolicy">
49          <enum>QComboBox::NoInsert</enum>
50         </property>
51         <property name="minimumContentsLength">
52          <number>32</number>
53         </property>
54        </widget>
55       </item>
56       <item>
57        <widget class="QPushButton" name="ssgSaveButton">
58         <property name="text">
59          <string>Save</string>
60         </property>
61        </widget>
62       </item>
63       <item>
64        <widget class="QPushButton" name="ssgDeleteButton">
65         <property name="text">
66          <string>Delete</string>
67         </property>
68        </widget>
69       </item>
70       <item>
71        <spacer name="horizontalSpacer_2">
72         <property name="orientation">
73          <enum>Qt::Horizontal</enum>
74         </property>
75         <property name="sizeHint" stdset="0">
76          <size>
77           <width>40</width>
78           <height>20</height>
79          </size>
80         </property>
81        </spacer>
82       </item>
83      </layout>
84     </item>
85     <item row="3" column="0">
86      <layout class="QHBoxLayout" name="horizontalLayout">
87       <item>
88        <widget class="QLabel" name="hostLabel">
89         <property name="text">
90          <string>Host</string>
91         </property>
92         <property name="buddy">
93          <cstring>hostComboBox</cstring>
94         </property>
95        </widget>
96       </item>
97       <item>
98        <widget class="QComboBox" name="hostComboBox">
99         <property name="sizeAdjustPolicy">
100          <enum>QComboBox::AdjustToContents</enum>
101         </property>
102        </widget>
103       </item>
104       <item>
105        <widget class="QCheckBox" name="intervalCheckBox">
106         <property name="text">
107          <string>Auto-refetch every</string>
108         </property>
109        </widget>
110       </item>
111       <item>
112        <widget class="QSpinBox" name="intervalSpinBox">
113         <property name="suffix">
114          <string>s</string>
115         </property>
116         <property name="minimum">
117          <number>1</number>
118         </property>
119         <property name="maximum">
120          <number>1000000</number>
121         </property>
122        </widget>
123       </item>
124       <item>
125        <spacer name="horizontalSpacer">
126         <property name="orientation">
127          <enum>Qt::Horizontal</enum>
128         </property>
129         <property name="sizeHint" stdset="0">
130          <size>
131           <width>40</width>
132           <height>20</height>
133          </size>
134         </property>
135        </spacer>
136       </item>
137       <item>
138        <widget class="QPushButton" name="fetchPathsButton">
139         <property name="toolTip">
140          <string>Refetches the datapath names and rebuilds the window tabs to reflect them.  Use when the network has been reconfigured, e.g. a bond has been created</string>
141         </property>
142         <property name="text">
143          <string>Refetch Datapath List</string>
144         </property>
145        </widget>
146       </item>
147       <item>
148        <widget class="QPushButton" name="fetchButton">
149         <property name="text">
150          <string>Refetch</string>
151         </property>
152        </widget>
153       </item>
154      </layout>
155     </item>
156     <item row="2" column="0">
157      <widget class="Line" name="line">
158       <property name="orientation">
159        <enum>Qt::Horizontal</enum>
160       </property>
161      </widget>
162     </item>
163    </layout>
164   </widget>
165   <widget class="QMenuBar" name="menubar">
166    <property name="geometry">
167     <rect>
168      <x>0</x>
169      <y>0</y>
170      <width>800</width>
171      <height>28</height>
172     </rect>
173    </property>
174    <widget class="QMenu" name="menuFile">
175     <property name="title">
176      <string>File</string>
177     </property>
178     <addaction name="actionNew_DB_Window"/>
179     <addaction name="actionNew_Flow_Window"/>
180     <addaction name="actionShow_Log"/>
181     <addaction name="actionPreferences"/>
182     <addaction name="separator"/>
183     <addaction name="actionQuit"/>
184    </widget>
185    <addaction name="menuFile"/>
186   </widget>
187   <widget class="QStatusBar" name="statusbar"/>
188   <action name="actionShow_Log">
189    <property name="text">
190     <string>Show Log</string>
191    </property>
192   </action>
193   <action name="actionNew_DB_Window">
194    <property name="text">
195     <string>New DB Window</string>
196    </property>
197   </action>
198   <action name="actionPreferences">
199    <property name="text">
200     <string>Preferences</string>
201    </property>
202   </action>
203   <action name="actionQuit">
204    <property name="text">
205     <string>Quit</string>
206    </property>
207   </action>
208   <action name="actionNew_Flow_Window">
209    <property name="text">
210     <string>New Flow Window</string>
211    </property>
212   </action>
213  </widget>
214  <resources/>
215  <connections/>
216 </ui>