Krita/krita/pykrita/PluginDevTools/EventViewerWidget.ui

284 lines
7.7 KiB
Plaintext
Raw Permalink Normal View History

2025-03-07 08:03:18 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EventViewerWidget</class>
<widget class="QWidget" name="EventViewerWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>474</width>
<height>711</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,1,19,0,2">
<property name="spacing">
<number>1</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QLabel" name="eventTargetLabel">
<property name="text">
<string>Events For: None</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>1</number>
</property>
<item>
<widget class="QToolButton" name="startBtn">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset theme="media-playback-start">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="clearBtn">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset theme="delete">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="outputCmb">
<item>
<property name="text">
<string>ev: show|std: terminal</string>
</property>
</item>
<item>
<property name="text">
<string>ev: show|std: show</string>
</property>
</item>
<item>
<property name="text">
<string>ev: terminal|std: terminal</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QComboBox" name="formatOutputCmb">
<item>
<property name="text">
<string>First only</string>
</property>
</item>
<item>
<property name="text">
<string>All folded</string>
</property>
</item>
<item>
<property name="text">
<string>All unfold</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QTreeView" name="eventListenTreeView">
<property name="indentation">
<number>10</number>
</property>
<attribute name="headerVisible">
<bool>true</bool>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>100</number>
</attribute>
<attribute name="headerStretchLastSection">
<bool>true</bool>
</attribute>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>Signals</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="spacing">
<number>1</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QTreeView" name="signalConnectTreeView">
<property name="indentation">
<number>10</number>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<attribute name="headerMinimumSectionSize">
<number>30</number>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>30</number>
</attribute>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Events</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>1</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QComboBox" name="eventFilterTypeCmb">
<item>
<property name="text">
<string>widget.installEventFilter(self)</string>
</property>
</item>
<item>
<property name="text">
<string>qApp.installEventFilter(self)</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QTreeView" name="eventConnectTreeView">
<property name="indentation">
<number>10</number>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<attribute name="headerMinimumSectionSize">
<number>30</number>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>30</number>
</attribute>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Data</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing">
<number>1</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QTableView" name="eventDataTableView">
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="9,1">
<item>
<widget class="QLabel" name="eventCodeLabel">
<property name="text">
<string>Code For: </string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="eventCodeBtn">
<property name="text">
<string>UPDATE</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPlainTextEdit" name="eventCodeTextEdit">
<property name="placeholderText">
<string>Parameters are stored in params list, ex: first element is params[0]</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>