116 lines
3.5 KiB
XML
116 lines
3.5 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>FormBaseList</class>
|
||
|
|
<widget class="QWidget" name="FormBaseList">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>412</width>
|
||
|
|
<height>297</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>Form</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
|
|
<item>
|
||
|
|
<widget class="QTableView" name="tableView">
|
||
|
|
<property name="editTriggers">
|
||
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
||
|
|
</property>
|
||
|
|
<property name="selectionMode">
|
||
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
||
|
|
</property>
|
||
|
|
<property name="selectionBehavior">
|
||
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
||
|
|
</property>
|
||
|
|
<property name="sortingEnabled">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QFrame" name="frame_2">
|
||
|
|
<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/delete.svg</normaloff>:/resources/icons/delete.svg</iconset>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QPushButton" name="buttonUpdate">
|
||
|
|
<property name="text">
|
||
|
|
<string>Actualizar</string>
|
||
|
|
</property>
|
||
|
|
<property name="icon">
|
||
|
|
<iconset resource="../editabletreemodel.qrc">
|
||
|
|
<normaloff>:/resources/icons/recycle.svg</normaloff>:/resources/icons/recycle.svg</iconset>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<resources>
|
||
|
|
<include location="../editabletreemodel.qrc"/>
|
||
|
|
</resources>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|