152 lines
4.0 KiB
Plaintext
152 lines
4.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>MaskDialog</class>
|
||
|
<widget class="QWidget" name="MaskDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>383</width>
|
||
|
<height>645</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<property name="spacing">
|
||
|
<number>3</number>
|
||
|
</property>
|
||
|
<property name="leftMargin">
|
||
|
<number>3</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>3</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>3</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>3</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="comboBox"/>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="comboBox_2"/>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTableView" name="tableView">
|
||
|
<property name="selectionBehavior">
|
||
|
<enum>QAbstractItemView::SelectRows</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<property name="topMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>Go to line:</string>
|
||
|
</property>
|
||
|
<property name="buddy">
|
||
|
<cstring>spinBox</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QSpinBox" name="spinBox">
|
||
|
<property name="minimum">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="toolButton">
|
||
|
<property name="text">
|
||
|
<string>Go Go Power Rangers!</string>
|
||
|
</property>
|
||
|
<property name="toolButtonStyle">
|
||
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
||
|
</property>
|
||
|
<property name="autoRaise">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="arrowType">
|
||
|
<enum>Qt::RightArrow</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer name="horizontalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<property name="topMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="spacing">
|
||
|
<number>3</number>
|
||
|
</property>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QPushButton" name="unmaskbutton">
|
||
|
<property name="text">
|
||
|
<string>Show all</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QPushButton" name="delete_button">
|
||
|
<property name="text">
|
||
|
<string>Delete rows</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset theme="list-remove">
|
||
|
<normaloff>../../../auswerteprogramm/auswerten/ui</normaloff>../../../auswerteprogramm/auswerten/ui</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QPushButton" name="add_button">
|
||
|
<property name="text">
|
||
|
<string>Add row</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset theme="list-add">
|
||
|
<normaloff>../../../auswerteprogramm/auswerten/ui</normaloff>../../../auswerteprogramm/auswerten/ui</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QPushButton" name="mask_button">
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Masked rows are shown in green</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Hide/Show selected</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|