nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TapParameterDialog</class>
4 <widget class="QDialog" name="TapParameterDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>587</width>
10 <height>459</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTreeWidget" name="statsTreeWidget">
19 <property name="uniformRowHeights">
20 <bool>true</bool>
21 </property>
22 <property name="sortingEnabled">
23 <bool>true</bool>
24 </property>
25 <column>
26 <property name="text">
27 <string>Item</string>
28 </property>
29 </column>
30 </widget>
31 </item>
32 <item>
33 <widget class="QLabel" name="hintLabel">
34 <property name="text">
35 <string>&lt;small&gt;&lt;i&gt;A hint.&lt;/i&gt;&lt;/small&gt;</string>
36 </property>
37 <property name="wordWrap">
38 <bool>true</bool>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <layout class="QHBoxLayout" name="filterLayout" stretch="0,2,0">
44 <item>
45 <widget class="QLabel" name="label">
46 <property name="text">
47 <string>Display filter:</string>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="DisplayFilterEdit" name="displayFilterLineEdit"/>
53 </item>
54 <item>
55 <widget class="QPushButton" name="applyFilterButton">
56 <property name="toolTip">
57 <string>Regenerate statistics using this display filter</string>
58 </property>
59 <property name="text">
60 <string>Apply</string>
61 </property>
62 </widget>
63 </item>
64 </layout>
65 </item>
66 <item>
67 <widget class="QDialogButtonBox" name="buttonBox">
68 <property name="orientation">
69 <enum>Qt::Horizontal</enum>
70 </property>
71 <property name="standardButtons">
72 <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
73 </property>
74 </widget>
75 </item>
76 </layout>
77 <action name="actionCopyToClipboard">
78 <property name="text">
79 <string>Copy</string>
80 </property>
81 <property name="toolTip">
82 <string>Copy a text representation of the tree to the clipboard</string>
83 </property>
84 <property name="shortcut">
85 <string notr="true">Ctrl+C</string>
86 </property>
87 </action>
88 <action name="actionSaveAs">
89 <property name="text">
90 <string>Save as…</string>
91 </property>
92 <property name="toolTip">
93 <string>Save the displayed data in various formats</string>
94 </property>
95 <property name="shortcut">
96 <string notr="true">Ctrl+S</string>
97 </property>
98 </action>
99 </widget>
100 <customwidgets>
101 <customwidget>
102 <class>DisplayFilterEdit</class>
103 <extends>QLineEdit</extends>
104 <header>display_filter_edit.h</header>
105 </customwidget>
106 </customwidgets>
107 <resources/>
108 <connections>
109 <connection>
110 <sender>buttonBox</sender>
111 <signal>accepted()</signal>
112 <receiver>TapParameterDialog</receiver>
113 <slot>accept()</slot>
114 <hints>
115 <hint type="sourcelabel">
116 <x>248</x>
117 <y>254</y>
118 </hint>
119 <hint type="destinationlabel">
120 <x>157</x>
121 <y>274</y>
122 </hint>
123 </hints>
124 </connection>
125 <connection>
126 <sender>buttonBox</sender>
127 <signal>rejected()</signal>
128 <receiver>TapParameterDialog</receiver>
129 <slot>reject()</slot>
130 <hints>
131 <hint type="sourcelabel">
132 <x>316</x>
133 <y>260</y>
134 </hint>
135 <hint type="destinationlabel">
136 <x>286</x>
137 <y>274</y>
138 </hint>
139 </hints>
140 </connection>
141 </connections>
142 </ui>