mirror of https://gitlab.com/pamhyr/pamhyr2
113 lines
2.8 KiB
XML
113 lines
2.8 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>640</width>
|
|
<height>480</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="QTextEdit" name="textEdit">
|
|
<property name="font">
|
|
<font>
|
|
<family>Monospace</family>
|
|
</font>
|
|
</property>
|
|
<property name="documentTitle">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="undoRedoEnabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>640</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<widget class="QToolBar" name="toolBar">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>toolBar</string>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="action_start"/>
|
|
<addaction name="action_pause"/>
|
|
<addaction name="action_stop"/>
|
|
<addaction name="action_log_file"/>
|
|
<addaction name="action_results"/>
|
|
</widget>
|
|
<action name="action_stop">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/gtk-stop.png</normaloff>ressources/gtk-stop.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Stop</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_start">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/player_play.png</normaloff>ressources/player_play.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Start</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_pause">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/player_pause.png</normaloff>ressources/player_pause.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Pause</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_log_file">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/zoom.png</normaloff>ressources/zoom.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>LogFile</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_results">
|
|
<property name="text">
|
|
<string>results</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|