Files
seer/src/SeerPrintpointsBrowserWidget.ui
T
2022-02-09 09:48:53 -06:00

183 lines
5.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerPrintpointsBrowserWidgetForm</class>
<widget class="QWidget" name="SeerPrintpointsBrowserWidgetForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>794</width>
<height>528</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTreeWidget" name="printpointsTreeWidget">
<property name="columnCount">
<number>13</number>
</property>
<column>
<property name="text">
<string>Number</string>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
<column>
<property name="text">
<string>Disposition</string>
</property>
</column>
<column>
<property name="text">
<string>Enabled</string>
</property>
</column>
<column>
<property name="text">
<string>Address</string>
</property>
</column>
<column>
<property name="text">
<string>Function</string>
</property>
</column>
<column>
<property name="text">
<string>File</string>
</property>
</column>
<column>
<property name="text">
<string>Fullname</string>
</property>
</column>
<column>
<property name="text">
<string>Line</string>
</property>
</column>
<column>
<property name="text">
<string>DPrintf</string>
</property>
</column>
<column>
<property name="text">
<string>Thread Groups</string>
</property>
</column>
<column>
<property name="text">
<string>Times</string>
</property>
</column>
<column>
<property name="text">
<string>Original Location</string>
</property>
</column>
</widget>
</item>
<item row="0" column="1">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QToolButton" name="refreshPrintpointsToolButton">
<property name="toolTip">
<string>Refresh the list of printpoints.</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/HighContrast/view-refresh.png</normaloff>:/seer/resources/HighContrast/view-refresh.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="addPrintpointToolButton">
<property name="toolTip">
<string>Add a new printpoint.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/HighContrast/document-new.png</normaloff>:/seer/resources/HighContrast/document-new.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="deletePrintpointsToolButton">
<property name="toolTip">
<string>Delete selected printpoints.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/HighContrast/edit-delete.png</normaloff>:/seer/resources/HighContrast/edit-delete.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="enablePrintpointsToolButton">
<property name="toolTip">
<string>Enable selected printpoints.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/HighContrast/list-add.png</normaloff>:/seer/resources/HighContrast/list-add.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="disablePrintpointsToolButton">
<property name="toolTip">
<string>Disable selected printpoints.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/HighContrast/list-remove.png</normaloff>:/seer/resources/HighContrast/list-remove.png</iconset>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="resource.qrc"/>
</resources>
<connections/>
</ui>