127 lines
3.7 KiB
XML
127 lines
3.7 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>formElementList</class>
|
||
|
|
<widget class="QWidget" name="formElementList">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>631</width>
|
||
|
|
<height>436</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>Elementos</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
|
|
<property name="spacing">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<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>
|
||
|
|
<widget class="QTableView" name="tableView">
|
||
|
|
<property name="selectionMode">
|
||
|
|
<enum>QAbstractItemView::MultiSelection</enum>
|
||
|
|
</property>
|
||
|
|
<property name="selectionBehavior">
|
||
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QFrame" name="frame_2">
|
||
|
|
<property name="frameShape">
|
||
|
|
<enum>QFrame::StyledPanel</enum>
|
||
|
|
</property>
|
||
|
|
<property name="frameShadow">
|
||
|
|
<enum>QFrame::Raised</enum>
|
||
|
|
</property>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
|
<property name="spacing">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<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>
|
||
|
|
<widget class="QPushButton" name="buttonNew">
|
||
|
|
<property name="text">
|
||
|
|
<string>Nuevo</string>
|
||
|
|
</property>
|
||
|
|
<property name="icon">
|
||
|
|
<iconset resource="../editabletreemodel.qrc">
|
||
|
|
<normaloff>:/resources/icons/add-file.svg</normaloff>:/resources/icons/add-file.svg</iconset>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QPushButton" name="buttonEdit">
|
||
|
|
<property name="text">
|
||
|
|
<string>Editar</string>
|
||
|
|
</property>
|
||
|
|
<property name="icon">
|
||
|
|
<iconset resource="../editabletreemodel.qrc">
|
||
|
|
<normaloff>:/resources/icons/pencil.svg</normaloff>:/resources/icons/pencil.svg</iconset>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QPushButton" name="buttonClone">
|
||
|
|
<property name="text">
|
||
|
|
<string>Duplicar</string>
|
||
|
|
</property>
|
||
|
|
<property name="icon">
|
||
|
|
<iconset resource="../editabletreemodel.qrc">
|
||
|
|
<normaloff>:/resources/icons/copy.svg</normaloff>:/resources/icons/copy.svg</iconset>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QPushButton" name="buttonDelete">
|
||
|
|
<property name="text">
|
||
|
|
<string>Borrar</string>
|
||
|
|
</property>
|
||
|
|
<property name="icon">
|
||
|
|
<iconset resource="../editabletreemodel.qrc">
|
||
|
|
<normaloff>:/resources/icons/recycle.svg</normaloff>:/resources/icons/recycle.svg</iconset>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QPushButton" name="buttonUpdate">
|
||
|
|
<property name="text">
|
||
|
|
<string>Actualizar</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<resources>
|
||
|
|
<include location="../editabletreemodel.qrc"/>
|
||
|
|
</resources>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|