2018-06-22 08:45:00 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>BreakpointWidget</class>
|
|
|
|
<widget class="QDockWidget" name="BreakpointWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string notr="true">Breakpoints</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2019-12-26 20:51:55 +00:00
|
|
|
<widget class="AddressableItemList<>" name="breakpointTreeView">
|
2018-06-22 08:45:00 +00:00
|
|
|
<property name="styleSheet">
|
2018-11-10 09:17:52 +00:00
|
|
|
<string notr="true">CutterTreeView::item
|
2018-06-22 08:45:00 +00:00
|
|
|
{
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="indentation">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-06-26 07:38:44 +00:00
|
|
|
<layout class="QHBoxLayout" name="hLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="addBreakpoint">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add new breakpoint</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="delBreakpoint">
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete breakpoint</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item alignment="Qt::AlignLeft">
|
|
|
|
<widget class="QToolButton" name="delAllBreakpoints">
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete all breakpoints</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2018-06-22 08:45:00 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2018-11-10 09:17:52 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2019-12-26 20:51:55 +00:00
|
|
|
<class>AddressableItemList<></class>
|
2018-11-10 09:17:52 +00:00
|
|
|
<extends>QTreeView</extends>
|
2019-12-26 20:51:55 +00:00
|
|
|
<header>widgets/AddressableItemList.h</header>
|
2018-11-10 09:17:52 +00:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2018-06-22 08:45:00 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|