netflow: Correctly track flow creation time.
[cascardo/ovs.git] / ovsdb / ovsdbmonitor / ConfigWindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ConfigWindow</class>
4  <widget class="QDialog" name="ConfigWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>386</width>
10     <height>303</height>
11    </rect>
12   </property>
13   <property name="focusPolicy">
14    <enum>Qt::TabFocus</enum>
15   </property>
16   <property name="windowTitle">
17    <string>OVSDB Monitor Configuration</string>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="0" column="0">
21     <layout class="QVBoxLayout" name="verticalLayout">
22      <item>
23       <widget class="QTabWidget" name="tabWidget">
24        <property name="currentIndex">
25         <number>0</number>
26        </property>
27        <widget class="QWidget" name="hosts">
28         <attribute name="title">
29          <string>Hosts</string>
30         </attribute>
31         <widget class="QWidget" name="layoutWidget">
32          <property name="geometry">
33           <rect>
34            <x>10</x>
35            <y>10</y>
36            <width>341</width>
37            <height>194</height>
38           </rect>
39          </property>
40          <layout class="QHBoxLayout" name="horizontalLayout_2">
41           <item>
42            <widget class="QListWidget" name="hostList"/>
43           </item>
44           <item>
45            <layout class="QVBoxLayout" name="verticalLayout_2">
46             <item>
47              <widget class="QPushButton" name="hostAddButton">
48               <property name="text">
49                <string>Add</string>
50               </property>
51              </widget>
52             </item>
53             <item>
54              <widget class="QPushButton" name="hostEditButton">
55               <property name="text">
56                <string>Edit</string>
57               </property>
58              </widget>
59             </item>
60             <item>
61              <widget class="QPushButton" name="hostDeleteButton">
62               <property name="text">
63                <string>Delete</string>
64               </property>
65              </widget>
66             </item>
67             <item>
68              <spacer name="verticalSpacer">
69               <property name="orientation">
70                <enum>Qt::Vertical</enum>
71               </property>
72               <property name="sizeHint" stdset="0">
73                <size>
74                 <width>20</width>
75                 <height>40</height>
76                </size>
77               </property>
78              </spacer>
79             </item>
80            </layout>
81           </item>
82          </layout>
83         </widget>
84        </widget>
85        <widget class="QWidget" name="logging">
86         <attribute name="title">
87          <string>Logging</string>
88         </attribute>
89         <layout class="QGridLayout" name="gridLayout_2">
90          <item row="0" column="0">
91           <widget class="QCheckBox" name="logTrafficCheckBox">
92            <property name="toolTip">
93             <string>Whether to log traffic exchanges in the log window</string>
94            </property>
95            <property name="text">
96             <string>Log traffic</string>
97            </property>
98           </widget>
99          </item>
100          <item row="1" column="0">
101           <spacer name="verticalSpacer_2">
102            <property name="orientation">
103             <enum>Qt::Vertical</enum>
104            </property>
105            <property name="sizeHint" stdset="0">
106             <size>
107              <width>20</width>
108              <height>164</height>
109             </size>
110            </property>
111           </spacer>
112          </item>
113         </layout>
114        </widget>
115        <widget class="QWidget" name="view">
116         <attribute name="title">
117          <string>View</string>
118         </attribute>
119         <layout class="QVBoxLayout" name="verticalLayout_3">
120          <item>
121           <widget class="QCheckBox" name="truncateUuidsCheckBox">
122            <property name="toolTip">
123             <string>Replaces UUIDs with a shorter string of the first few characters.  The tooltip still contains the full value</string>
124            </property>
125            <property name="text">
126             <string>Truncate UUIDs</string>
127            </property>
128           </widget>
129          </item>
130          <item>
131           <spacer name="verticalSpacer_3">
132            <property name="orientation">
133             <enum>Qt::Vertical</enum>
134            </property>
135            <property name="sizeHint" stdset="0">
136             <size>
137              <width>20</width>
138              <height>164</height>
139             </size>
140            </property>
141           </spacer>
142          </item>
143         </layout>
144        </widget>
145       </widget>
146      </item>
147      <item>
148       <layout class="QHBoxLayout" name="horizontalLayout">
149        <item>
150         <spacer name="horizontalSpacer">
151          <property name="orientation">
152           <enum>Qt::Horizontal</enum>
153          </property>
154          <property name="sizeHint" stdset="0">
155           <size>
156            <width>40</width>
157            <height>20</height>
158           </size>
159          </property>
160         </spacer>
161        </item>
162        <item>
163         <widget class="QDialogButtonBox" name="buttonBox">
164          <property name="standardButtons">
165           <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
166          </property>
167         </widget>
168        </item>
169       </layout>
170      </item>
171     </layout>
172    </item>
173   </layout>
174  </widget>
175  <tabstops>
176   <tabstop>hostList</tabstop>
177   <tabstop>hostAddButton</tabstop>
178   <tabstop>hostEditButton</tabstop>
179   <tabstop>hostDeleteButton</tabstop>
180   <tabstop>buttonBox</tabstop>
181   <tabstop>tabWidget</tabstop>
182  </tabstops>
183  <resources/>
184  <connections/>
185 </ui>