src/eric7/Debugger/CallTraceViewer.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CallTraceViewer</class>
4 <widget class="QWidget" name="CallTraceViewer">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>462</width>
10 <height>528</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Call Trace</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="QToolButton" name="startTraceButton">
21 <property name="toolTip">
22 <string>Press to start tracing calls and returns</string>
23 </property>
24 <property name="text">
25 <string notr="true">Start</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QToolButton" name="stopTraceButton">
31 <property name="toolTip">
32 <string>Press to stop tracing calls and returns</string>
33 </property>
34 <property name="text">
35 <string notr="true">Stop</string>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QCheckBox" name="stopCheckBox">
41 <property name="toolTip">
42 <string>Select to stop recording the call trace when the client exits</string>
43 </property>
44 <property name="text">
45 <string>Stop recording on exit</string>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <spacer name="horizontalSpacer_2">
51 <property name="orientation">
52 <enum>Qt::Horizontal</enum>
53 </property>
54 <property name="sizeHint" stdset="0">
55 <size>
56 <width>40</width>
57 <height>20</height>
58 </size>
59 </property>
60 </spacer>
61 </item>
62 <item>
63 <widget class="QToolButton" name="resizeButton">
64 <property name="toolTip">
65 <string>Press to resize the columns to their contents</string>
66 </property>
67 <property name="text">
68 <string notr="true">Resize</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="QToolButton" name="clearButton">
74 <property name="toolTip">
75 <string>Press to clear the call trace</string>
76 </property>
77 <property name="text">
78 <string notr="true">Clear</string>
79 </property>
80 </widget>
81 </item>
82 <item>
83 <widget class="QToolButton" name="saveButton">
84 <property name="toolTip">
85 <string>Press to save the call trace as a text file</string>
86 </property>
87 <property name="text">
88 <string notr="true">Save</string>
89 </property>
90 </widget>
91 </item>
92 </layout>
93 </item>
94 <item>
95 <widget class="QTreeWidget" name="callTrace">
96 <property name="alternatingRowColors">
97 <bool>true</bool>
98 </property>
99 <property name="expandsOnDoubleClick">
100 <bool>false</bool>
101 </property>
102 <column>
103 <property name="text">
104 <string/>
105 </property>
106 </column>
107 <column>
108 <property name="text">
109 <string>From</string>
110 </property>
111 </column>
112 <column>
113 <property name="text">
114 <string>To</string>
115 </property>
116 </column>
117 </widget>
118 </item>
119 </layout>
120 </widget>
121 <tabstops>
122 <tabstop>startTraceButton</tabstop>
123 <tabstop>stopTraceButton</tabstop>
124 <tabstop>stopCheckBox</tabstop>
125 <tabstop>resizeButton</tabstop>
126 <tabstop>clearButton</tabstop>
127 <tabstop>saveButton</tabstop>
128 <tabstop>callTrace</tabstop>
129 </tabstops>
130 <resources/>
131 <connections/>
132 </ui>

eric ide

mercurial