mirror of https://gitlab.com/pamhyr/pamhyr2
135 lines
3.7 KiB
XML
135 lines
3.7 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>1120</width>
|
|
<height>630</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="QSplitter" name="splitter">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<widget class="QTableView" name="tableView"/>
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout"/>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1120</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<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_sort_asc"/>
|
|
<addaction name="action_sort_des"/>
|
|
<addaction name="action_up"/>
|
|
<addaction name="action_down"/>
|
|
</widget>
|
|
<action name="action_add">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/gtk-add.png</normaloff>ressources/gtk-add.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>add</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Add a point on cross-section</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_delete">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/gtk-remove.png</normaloff>ressources/gtk-remove.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>delete</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Delete selected point(s)</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_up">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/up.png</normaloff>ressources/up.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>up</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Move up selected point(s)</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_down">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/down.png</normaloff>ressources/down.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>down</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Mode down selected point(s)</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_sort_asc">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/gtk-sort-ascending.png</normaloff>ressources/gtk-sort-ascending.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>sort_asc</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Sort points by nearest neighbor</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_sort_des">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/gtk-sort-descending.png</normaloff>ressources/gtk-sort-descending.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>sort_des</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Sort reversed points by nearest neighbor</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|