mirror of https://gitlab.com/pamhyr/pamhyr2
77 lines
1.9 KiB
XML
77 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>896</width>
|
|
<height>504</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QListView" name="listView"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBar">
|
|
<property name="windowTitle">
|
|
<string>toolBar</string>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="action_add"/>
|
|
<addaction name="action_delete"/>
|
|
<addaction name="action_edit"/>
|
|
</widget>
|
|
<action name="action_add">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/add.png</normaloff>ressources/gtk-add.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Add</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add a new file</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_delete">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/del.png</normaloff>ressources/gtk-remove.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delete</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Delete selected file(s)</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_edit">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/edit.png</normaloff>ressources/edit.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Edit</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit file</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|