~ppsspp/ppsspp/ppsspp_1.3.0

« back to all changes in this revision

Viewing changes to Qt/Debugger/debugger_disasm.ui

  • Committer: Sérgio Benjamim
  • Date: 2017-01-02 00:12:05 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20170102001205-cxbta9za203nmjwm
1.3.0 source (from ppsspp_1.3.0-r160.p5.l1762.a165.t83~56~ubuntu16.04.1.tar.xz).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>Debugger_Disasm</class>
 
4
 <widget class="QDialog" name="Debugger_Disasm">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>837</width>
 
10
    <height>492</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="focusPolicy">
 
14
   <enum>Qt::ClickFocus</enum>
 
15
  </property>
 
16
  <property name="windowTitle">
 
17
   <string comment="Window title">Disassembler</string>
 
18
  </property>
 
19
  <layout class="QHBoxLayout" name="horizontalLayout_7">
 
20
   <item>
 
21
    <widget class="QSplitter" name="splitter_2">
 
22
     <property name="orientation">
 
23
      <enum>Qt::Horizontal</enum>
 
24
     </property>
 
25
     <widget class="QWidget" name="layoutWidget">
 
26
      <layout class="QVBoxLayout" name="verticalLayout_2">
 
27
       <item>
 
28
        <widget class="QLabel" name="debugCount">
 
29
         <property name="text">
 
30
          <string>Ctr:</string>
 
31
         </property>
 
32
        </widget>
 
33
       </item>
 
34
       <item>
 
35
        <widget class="QGroupBox" name="Goto">
 
36
         <property name="sizePolicy">
 
37
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
38
           <horstretch>0</horstretch>
 
39
           <verstretch>0</verstretch>
 
40
          </sizepolicy>
 
41
         </property>
 
42
         <property name="title">
 
43
          <string>&amp;Go to</string>
 
44
         </property>
 
45
         <layout class="QVBoxLayout" name="verticalLayout_3">
 
46
          <property name="spacing">
 
47
           <number>0</number>
 
48
          </property>
 
49
          <property name="leftMargin">
 
50
           <number>4</number>
 
51
          </property>
 
52
          <property name="topMargin">
 
53
           <number>4</number>
 
54
          </property>
 
55
          <property name="rightMargin">
 
56
           <number>0</number>
 
57
          </property>
 
58
          <property name="bottomMargin">
 
59
           <number>0</number>
 
60
          </property>
 
61
          <item>
 
62
           <widget class="QLineEdit" name="Address"/>
 
63
          </item>
 
64
          <item>
 
65
           <layout class="QHBoxLayout" name="horizontalLayout_3">
 
66
            <property name="sizeConstraint">
 
67
             <enum>QLayout::SetDefaultConstraint</enum>
 
68
            </property>
 
69
            <item>
 
70
             <widget class="QPushButton" name="GotoPc">
 
71
              <property name="sizePolicy">
 
72
               <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
73
                <horstretch>0</horstretch>
 
74
                <verstretch>0</verstretch>
 
75
               </sizepolicy>
 
76
              </property>
 
77
              <property name="text">
 
78
               <string>&amp;PC</string>
 
79
              </property>
 
80
             </widget>
 
81
            </item>
 
82
            <item>
 
83
             <widget class="QPushButton" name="GotoLr">
 
84
              <property name="sizePolicy">
 
85
               <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
86
                <horstretch>0</horstretch>
 
87
                <verstretch>0</verstretch>
 
88
               </sizepolicy>
 
89
              </property>
 
90
              <property name="text">
 
91
               <string>&amp;LR</string>
 
92
              </property>
 
93
             </widget>
 
94
            </item>
 
95
            <item>
 
96
             <widget class="QComboBox" name="GotoInt">
 
97
              <property name="sizePolicy">
 
98
               <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
99
                <horstretch>0</horstretch>
 
100
                <verstretch>0</verstretch>
 
101
               </sizepolicy>
 
102
              </property>
 
103
             </widget>
 
104
            </item>
 
105
           </layout>
 
106
          </item>
 
107
         </layout>
 
108
        </widget>
 
109
       </item>
 
110
       <item>
 
111
        <layout class="QHBoxLayout" name="horizontalLayout_2">
 
112
         <item>
 
113
          <spacer name="horizontalSpacer_2">
 
114
           <property name="orientation">
 
115
            <enum>Qt::Horizontal</enum>
 
116
           </property>
 
117
           <property name="sizeHint" stdset="0">
 
118
            <size>
 
119
             <width>40</width>
 
120
             <height>20</height>
 
121
            </size>
 
122
           </property>
 
123
          </spacer>
 
124
         </item>
 
125
         <item>
 
126
          <widget class="QPushButton" name="vfpu">
 
127
           <property name="text">
 
128
            <string>Show VFPU</string>
 
129
           </property>
 
130
          </widget>
 
131
         </item>
 
132
        </layout>
 
133
       </item>
 
134
       <item>
 
135
        <widget class="QTabWidget" name="tabWidget">
 
136
         <property name="currentIndex">
 
137
          <number>0</number>
 
138
         </property>
 
139
         <widget class="QWidget" name="tab">
 
140
          <property name="sizePolicy">
 
141
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
142
            <horstretch>0</horstretch>
 
143
            <verstretch>0</verstretch>
 
144
           </sizepolicy>
 
145
          </property>
 
146
          <attribute name="title">
 
147
           <string>Regs</string>
 
148
          </attribute>
 
149
          <layout class="QHBoxLayout" name="horizontalLayout_4">
 
150
           <item>
 
151
            <widget class="CtrlRegisterList" name="RegList" native="true">
 
152
             <property name="sizePolicy">
 
153
              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
154
               <horstretch>0</horstretch>
 
155
               <verstretch>0</verstretch>
 
156
              </sizepolicy>
 
157
             </property>
 
158
             <property name="focusPolicy">
 
159
              <enum>Qt::ClickFocus</enum>
 
160
             </property>
 
161
             <property name="contextMenuPolicy">
 
162
              <enum>Qt::CustomContextMenu</enum>
 
163
             </property>
 
164
             <layout class="QHBoxLayout" name="horizontalLayout_6">
 
165
              <property name="spacing">
 
166
               <number>0</number>
 
167
              </property>
 
168
              <property name="margin">
 
169
               <number>0</number>
 
170
              </property>
 
171
              <item>
 
172
               <spacer name="horizontalSpacer">
 
173
                <property name="orientation">
 
174
                 <enum>Qt::Horizontal</enum>
 
175
                </property>
 
176
                <property name="sizeHint" stdset="0">
 
177
                 <size>
 
178
                  <width>120</width>
 
179
                  <height>20</height>
 
180
                 </size>
 
181
                </property>
 
182
               </spacer>
 
183
              </item>
 
184
              <item>
 
185
               <widget class="QScrollBar" name="RegListScroll">
 
186
                <property name="orientation">
 
187
                 <enum>Qt::Vertical</enum>
 
188
                </property>
 
189
               </widget>
 
190
              </item>
 
191
             </layout>
 
192
            </widget>
 
193
           </item>
 
194
          </layout>
 
195
         </widget>
 
196
         <widget class="QWidget" name="tab_2">
 
197
          <attribute name="title">
 
198
           <string>Funcs</string>
 
199
          </attribute>
 
200
          <layout class="QHBoxLayout" name="horizontalLayout_5">
 
201
           <item>
 
202
            <widget class="QListWidget" name="FuncList"/>
 
203
           </item>
 
204
          </layout>
 
205
         </widget>
 
206
        </widget>
 
207
       </item>
 
208
      </layout>
 
209
     </widget>
 
210
     <widget class="QWidget" name="layoutWidget">
 
211
      <layout class="QVBoxLayout" name="verticalLayout">
 
212
       <item>
 
213
        <layout class="QHBoxLayout" name="horizontalLayout">
 
214
         <item>
 
215
          <widget class="QPushButton" name="Go">
 
216
           <property name="sizePolicy">
 
217
            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
218
             <horstretch>0</horstretch>
 
219
             <verstretch>0</verstretch>
 
220
            </sizepolicy>
 
221
           </property>
 
222
           <property name="text">
 
223
            <string>&amp;Go</string>
 
224
           </property>
 
225
          </widget>
 
226
         </item>
 
227
         <item>
 
228
          <widget class="QPushButton" name="Stop">
 
229
           <property name="sizePolicy">
 
230
            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
231
             <horstretch>0</horstretch>
 
232
             <verstretch>0</verstretch>
 
233
            </sizepolicy>
 
234
           </property>
 
235
           <property name="text">
 
236
            <string>Stop</string>
 
237
           </property>
 
238
          </widget>
 
239
         </item>
 
240
         <item>
 
241
          <widget class="QPushButton" name="StepInto">
 
242
           <property name="sizePolicy">
 
243
            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
244
             <horstretch>0</horstretch>
 
245
             <verstretch>0</verstretch>
 
246
            </sizepolicy>
 
247
           </property>
 
248
           <property name="text">
 
249
            <string>Step &amp;Into</string>
 
250
           </property>
 
251
          </widget>
 
252
         </item>
 
253
         <item>
 
254
          <widget class="QPushButton" name="StepOver">
 
255
           <property name="enabled">
 
256
            <bool>false</bool>
 
257
           </property>
 
258
           <property name="sizePolicy">
 
259
            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
260
             <horstretch>0</horstretch>
 
261
             <verstretch>0</verstretch>
 
262
            </sizepolicy>
 
263
           </property>
 
264
           <property name="text">
 
265
            <string>Step &amp;Over</string>
 
266
           </property>
 
267
          </widget>
 
268
         </item>
 
269
         <item>
 
270
          <widget class="QPushButton" name="Skip">
 
271
           <property name="sizePolicy">
 
272
            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
273
             <horstretch>0</horstretch>
 
274
             <verstretch>0</verstretch>
 
275
            </sizepolicy>
 
276
           </property>
 
277
           <property name="text">
 
278
            <string>S&amp;kip</string>
 
279
           </property>
 
280
          </widget>
 
281
         </item>
 
282
         <item>
 
283
          <widget class="QPushButton" name="NextHLE">
 
284
           <property name="sizePolicy">
 
285
            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
286
             <horstretch>0</horstretch>
 
287
             <verstretch>0</verstretch>
 
288
            </sizepolicy>
 
289
           </property>
 
290
           <property name="text">
 
291
            <string>Next &amp;HLE</string>
 
292
           </property>
 
293
          </widget>
 
294
         </item>
 
295
        </layout>
 
296
       </item>
 
297
       <item>
 
298
        <widget class="CtrlDisAsmView" name="DisasmView" native="true">
 
299
         <property name="sizePolicy">
 
300
          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
301
           <horstretch>0</horstretch>
 
302
           <verstretch>0</verstretch>
 
303
          </sizepolicy>
 
304
         </property>
 
305
         <property name="focusPolicy">
 
306
          <enum>Qt::ClickFocus</enum>
 
307
         </property>
 
308
         <property name="contextMenuPolicy">
 
309
          <enum>Qt::CustomContextMenu</enum>
 
310
         </property>
 
311
        </widget>
 
312
       </item>
 
313
       <item>
 
314
        <widget class="QTabWidget" name="tabWidget_2">
 
315
         <property name="currentIndex">
 
316
          <number>0</number>
 
317
         </property>
 
318
         <widget class="QWidget" name="breakpointsTab">
 
319
          <attribute name="title">
 
320
           <string>Breakpoints</string>
 
321
          </attribute>
 
322
          <layout class="QVBoxLayout" name="verticalLayout_4">
 
323
           <item>
 
324
            <widget class="QTreeWidget" name="breakpointsList">
 
325
             <property name="contextMenuPolicy">
 
326
              <enum>Qt::CustomContextMenu</enum>
 
327
             </property>
 
328
             <property name="itemsExpandable">
 
329
              <bool>false</bool>
 
330
             </property>
 
331
             <property name="expandsOnDoubleClick">
 
332
              <bool>false</bool>
 
333
             </property>
 
334
             <attribute name="headerDefaultSectionSize">
 
335
              <number>30</number>
 
336
             </attribute>
 
337
             <column>
 
338
              <property name="text">
 
339
               <string>Address</string>
 
340
              </property>
 
341
             </column>
 
342
            </widget>
 
343
           </item>
 
344
           <item>
 
345
            <layout class="QHBoxLayout" name="horizontalLayout_8">
 
346
             <item>
 
347
              <spacer name="horizontalSpacer_3">
 
348
               <property name="orientation">
 
349
                <enum>Qt::Horizontal</enum>
 
350
               </property>
 
351
               <property name="sizeHint" stdset="0">
 
352
                <size>
 
353
                 <width>40</width>
 
354
                 <height>20</height>
 
355
                </size>
 
356
               </property>
 
357
              </spacer>
 
358
             </item>
 
359
             <item>
 
360
              <widget class="QPushButton" name="clearAllBP">
 
361
               <property name="text">
 
362
                <string>Clear All</string>
 
363
               </property>
 
364
              </widget>
 
365
             </item>
 
366
            </layout>
 
367
           </item>
 
368
          </layout>
 
369
         </widget>
 
370
         <widget class="QWidget" name="callstackTab">
 
371
          <attribute name="title">
 
372
           <string>Callstack</string>
 
373
          </attribute>
 
374
          <layout class="QVBoxLayout" name="verticalLayout_5">
 
375
           <item>
 
376
            <widget class="QTreeWidget" name="callStack">
 
377
             <property name="columnCount">
 
378
              <number>4</number>
 
379
             </property>
 
380
             <column>
 
381
              <property name="text">
 
382
               <string>Address</string>
 
383
              </property>
 
384
             </column>
 
385
             <column>
 
386
              <property name="text">
 
387
               <string>Entry Point</string>
 
388
              </property>
 
389
             </column>
 
390
             <column>
 
391
              <property name="text">
 
392
               <string>SP</string>
 
393
              </property>
 
394
             </column>
 
395
             <column>
 
396
              <property name="text">
 
397
               <string>length</string>
 
398
              </property>
 
399
             </column>
 
400
            </widget>
 
401
           </item>
 
402
          </layout>
 
403
         </widget>
 
404
         <widget class="QWidget" name="displaylistTab">
 
405
          <attribute name="title">
 
406
           <string>Display Lists</string>
 
407
          </attribute>
 
408
          <layout class="QHBoxLayout" name="horizontalLayout_10">
 
409
           <item>
 
410
            <widget class="QSplitter" name="splitter">
 
411
             <property name="orientation">
 
412
              <enum>Qt::Horizontal</enum>
 
413
             </property>
 
414
             <widget class="QTreeWidget" name="displayList">
 
415
              <property name="contextMenuPolicy">
 
416
               <enum>Qt::CustomContextMenu</enum>
 
417
              </property>
 
418
              <property name="rootIsDecorated">
 
419
               <bool>false</bool>
 
420
              </property>
 
421
              <property name="itemsExpandable">
 
422
               <bool>false</bool>
 
423
              </property>
 
424
              <property name="expandsOnDoubleClick">
 
425
               <bool>false</bool>
 
426
              </property>
 
427
              <attribute name="headerDefaultSectionSize">
 
428
               <number>30</number>
 
429
              </attribute>
 
430
              <column>
 
431
               <property name="text">
 
432
                <string>Id</string>
 
433
               </property>
 
434
              </column>
 
435
              <column>
 
436
               <property name="text">
 
437
                <string>Status</string>
 
438
               </property>
 
439
              </column>
 
440
              <column>
 
441
               <property name="text">
 
442
                <string>Start Address</string>
 
443
               </property>
 
444
              </column>
 
445
              <column>
 
446
               <property name="text">
 
447
                <string>Current Address</string>
 
448
               </property>
 
449
              </column>
 
450
             </widget>
 
451
            </widget>
 
452
           </item>
 
453
          </layout>
 
454
         </widget>
 
455
         <widget class="QWidget" name="threadsTab">
 
456
          <attribute name="title">
 
457
           <string>Threads</string>
 
458
          </attribute>
 
459
          <layout class="QVBoxLayout" name="verticalLayout_7">
 
460
           <item>
 
461
            <widget class="QTreeWidget" name="threadList">
 
462
             <property name="contextMenuPolicy">
 
463
              <enum>Qt::CustomContextMenu</enum>
 
464
             </property>
 
465
             <property name="rootIsDecorated">
 
466
              <bool>false</bool>
 
467
             </property>
 
468
             <property name="itemsExpandable">
 
469
              <bool>false</bool>
 
470
             </property>
 
471
             <property name="expandsOnDoubleClick">
 
472
              <bool>false</bool>
 
473
             </property>
 
474
             <attribute name="headerDefaultSectionSize">
 
475
              <number>50</number>
 
476
             </attribute>
 
477
             <column>
 
478
              <property name="text">
 
479
               <string>Id</string>
 
480
              </property>
 
481
             </column>
 
482
             <column>
 
483
              <property name="text">
 
484
               <string>Name</string>
 
485
              </property>
 
486
             </column>
 
487
             <column>
 
488
              <property name="text">
 
489
               <string>Status</string>
 
490
              </property>
 
491
             </column>
 
492
             <column>
 
493
              <property name="text">
 
494
               <string>Current PC</string>
 
495
              </property>
 
496
             </column>
 
497
             <column>
 
498
              <property name="text">
 
499
               <string>Entry point</string>
 
500
              </property>
 
501
             </column>
 
502
            </widget>
 
503
           </item>
 
504
          </layout>
 
505
         </widget>
 
506
        </widget>
 
507
       </item>
 
508
      </layout>
 
509
     </widget>
 
510
    </widget>
 
511
   </item>
 
512
  </layout>
 
513
 </widget>
 
514
 <customwidgets>
 
515
  <customwidget>
 
516
   <class>CtrlDisAsmView</class>
 
517
   <extends>QWidget</extends>
 
518
   <header>ctrldisasmview.h</header>
 
519
   <container>1</container>
 
520
  </customwidget>
 
521
  <customwidget>
 
522
   <class>CtrlRegisterList</class>
 
523
   <extends>QWidget</extends>
 
524
   <header>ctrlregisterlist.h</header>
 
525
   <container>1</container>
 
526
  </customwidget>
 
527
 </customwidgets>
 
528
 <resources/>
 
529
 <connections/>
 
530
</ui>