|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PythonDisViewer</class> |
|
4 <widget class="QWidget" name="PythonDisViewer"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>577</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Disassembly</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
17 <property name="leftMargin"> |
|
18 <number>0</number> |
|
19 </property> |
|
20 <property name="topMargin"> |
|
21 <number>0</number> |
|
22 </property> |
|
23 <property name="rightMargin"> |
|
24 <number>0</number> |
|
25 </property> |
|
26 <property name="bottomMargin"> |
|
27 <number>0</number> |
|
28 </property> |
|
29 <item> |
|
30 <widget class="QSplitter" name="splitter"> |
|
31 <property name="orientation"> |
|
32 <enum>Qt::Vertical</enum> |
|
33 </property> |
|
34 <property name="childrenCollapsible"> |
|
35 <bool>false</bool> |
|
36 </property> |
|
37 <widget class="QWidget" name="layoutWidget"> |
|
38 <layout class="QVBoxLayout" name="verticalLayout"> |
|
39 <item> |
|
40 <widget class="QTreeWidget" name="disWidget"> |
|
41 <property name="sizePolicy"> |
|
42 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
43 <horstretch>0</horstretch> |
|
44 <verstretch>0</verstretch> |
|
45 </sizepolicy> |
|
46 </property> |
|
47 <property name="contextMenuPolicy"> |
|
48 <enum>Qt::CustomContextMenu</enum> |
|
49 </property> |
|
50 <property name="alternatingRowColors"> |
|
51 <bool>true</bool> |
|
52 </property> |
|
53 <property name="selectionMode"> |
|
54 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
55 </property> |
|
56 <property name="allColumnsShowFocus"> |
|
57 <bool>true</bool> |
|
58 </property> |
|
59 <column> |
|
60 <property name="text"> |
|
61 <string notr="true">1</string> |
|
62 </property> |
|
63 </column> |
|
64 </widget> |
|
65 </item> |
|
66 <item> |
|
67 <widget class="QLabel" name="currentInfoLabel"> |
|
68 <property name="text"> |
|
69 <string>italic: current instruction</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QLabel" name="labeledInfoLabel"> |
|
75 <property name="text"> |
|
76 <string>bold: labeled instruction</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 </layout> |
|
81 </widget> |
|
82 <widget class="QTreeWidget" name="codeInfoWidget"> |
|
83 <property name="sizePolicy"> |
|
84 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
85 <horstretch>0</horstretch> |
|
86 <verstretch>0</verstretch> |
|
87 </sizepolicy> |
|
88 </property> |
|
89 <property name="contextMenuPolicy"> |
|
90 <enum>Qt::CustomContextMenu</enum> |
|
91 </property> |
|
92 <property name="alternatingRowColors"> |
|
93 <bool>true</bool> |
|
94 </property> |
|
95 <column> |
|
96 <property name="text"> |
|
97 <string notr="true">1</string> |
|
98 </property> |
|
99 </column> |
|
100 </widget> |
|
101 </widget> |
|
102 </item> |
|
103 </layout> |
|
104 </widget> |
|
105 <resources/> |
|
106 <connections/> |
|
107 </ui> |