mirror of https://gitlab.com/pamhyr/pamhyr2
114 lines
3.1 KiB
XML
114 lines
3.1 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>943</width>
|
|
<height>434</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<property name="locale">
|
|
<locale language="English" country="Europe"/>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QSplitter" name="splitter_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<widget class="QTableView" name="tableView"/>
|
|
<widget class="QSplitter" name="splitter">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout"/>
|
|
</widget>
|
|
<widget class="QWidget" name="verticalLayoutWidget_2">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"/>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>943</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_del"/>
|
|
<addaction name="action_sort"/>
|
|
<addaction name="action_edit_stricklers"/>
|
|
</widget>
|
|
<action name="action_add">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/add.png</normaloff>ressources/add.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Add</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_del">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/del.png</normaloff>ressources/del.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>delete</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_sort">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/sort_1-9.png</normaloff>ressources/sort_1-9.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sort</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_edit_stricklers">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/edit.png</normaloff>ressources/edit.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Edit Strickler coefficients</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit Strickler coefficients</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+E</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|