QtDebugger/ui/debugwindow.ui

139 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DebugWindow</class>
<widget class="QMainWindow" name="DebugWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>511</width>
<height>812</height>
</rect>
</property>
<property name="windowTitle">
<string>DebugWindow</string>
</property>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="childrenCollapsible">
<bool>false</bool>
</property>
<widget class="QWidget" name="horizontalLayoutWidget">
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="updateStyleBox">
<property name="text">
<string>Change Style of Selected Widget</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="resourceExplorerButton">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>40</height>
</size>
</property>
<property name="text">
<string>Resource Explorer</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QPushButton" name="refreshButton">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>40</height>
</size>
</property>
<property name="text">
<string>Refresh</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="snifferBox">
<property name="text">
<string>Enable Signal/Slot sniffer</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QTreeWidget" name="objectTree">
<property name="indentation">
<number>20</number>
</property>
<property name="columnCount">
<number>2</number>
</property>
<attribute name="headerDefaultSectionSize">
<number>200</number>
</attribute>
<column>
<property name="text">
<string notr="true">Type</string>
</property>
</column>
<column>
<property name="text">
<string notr="true">Name</string>
</property>
</column>
</widget>
<widget class="QTreeWidget" name="propertiesTree">
<property name="columnCount">
<number>3</number>
</property>
<attribute name="headerDefaultSectionSize">
<number>200</number>
</attribute>
<column>
<property name="text">
<string notr="true">Type</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>Value</string>
</property>
</column>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>511</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>