File: streamstatswindow.ui

package info (click to toggle)
ostinato 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,840 kB
  • sloc: cpp: 46,226; makefile: 8
file content (51 lines) | stat: -rw-r--r-- 1,345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>StreamStatsWindow</class>
 <widget class="QWidget" name="StreamStatsWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>551</width>
    <height>452</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Stream Statistics</string>
  </property>
  <layout class="QHBoxLayout">
   <item>
    <widget class="XTableView" name="streamStats">
     <property name="contextMenuPolicy">
      <enum>Qt::ActionsContextMenu</enum>
     </property>
     <property name="selectionBehavior">
       <enum>QAbstractItemView::SelectRows</enum>
     </property>
     <property name="whatsThis">
      <string>Oops! We don't seem to have any stream statistics for the requested port(s)

Wait a little bit to see if they appear, otherwise verify your stream stats configuration</string>
     </property>
    </widget>
   </item>
  </layout>
  <action name="actionShowDetails">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Show Details</string>
   </property>
  </action>
 </widget>
 <customwidgets>
  <customwidget>
   <class>XTableView</class>
   <extends>QTableView</extends>
   <header>xtableview.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>