mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-11-08 16:43:53 +01:00
299 lines
7.6 KiB
XML
299 lines
7.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<author>Sven Sager</author>
|
|
<class>win_revpicommander</class>
|
|
<widget class="QMainWindow" name="win_revpicommander">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>353</width>
|
|
<height>299</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string notr="true">RevPi Commander</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="ressources.qrc">
|
|
<normaloff>:/main/ico/revpipycontrol.ico</normaloff>:/main/ico/revpipycontrol.ico</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="hzl_connection">
|
|
<item>
|
|
<widget class="QLineEdit" name="txt_host">
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="txt_connection">
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_plc_start">
|
|
<property name="text">
|
|
<string>PLC &start</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_plc_stop">
|
|
<property name="text">
|
|
<string>PLC s&top</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_plc_restart">
|
|
<property name="text">
|
|
<string>PLC restart</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_plc_logs">
|
|
<property name="text">
|
|
<string>PLC &logs</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="hzl_status">
|
|
<item>
|
|
<widget class="QLabel" name="lbl_status">
|
|
<property name="text">
|
|
<string>Status:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="txt_status">
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_plc_debug">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>300</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>PLC watch &mode</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>353</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="men_file">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<addaction name="act_connections"/>
|
|
<addaction name="act_search"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="act_simulator"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="act_quit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="men_help">
|
|
<property name="title">
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="act_webpage"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="act_info"/>
|
|
</widget>
|
|
<widget class="QMenu" name="men_plc">
|
|
<property name="title">
|
|
<string>&PLC</string>
|
|
</property>
|
|
<addaction name="act_logs"/>
|
|
<addaction name="act_options"/>
|
|
<addaction name="act_program"/>
|
|
<addaction name="act_developer"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="act_pictory"/>
|
|
<addaction name="act_reset"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="act_disconnect"/>
|
|
</widget>
|
|
<widget class="QMenu" name="men_connections">
|
|
<property name="title">
|
|
<string>&Connections</string>
|
|
</property>
|
|
</widget>
|
|
<addaction name="men_file"/>
|
|
<addaction name="men_plc"/>
|
|
<addaction name="men_connections"/>
|
|
<addaction name="men_help"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar">
|
|
<property name="sizeGripEnabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<action name="act_connections">
|
|
<property name="text">
|
|
<string>&Connections...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+N</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_search">
|
|
<property name="text">
|
|
<string>&Search Revolution Pi...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+F</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_quit">
|
|
<property name="text">
|
|
<string>&Quit</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_webpage">
|
|
<property name="text">
|
|
<string>Visit &webpage...</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_info">
|
|
<property name="text">
|
|
<string>&Info...</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_logs">
|
|
<property name="text">
|
|
<string>PLC &logs...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+L</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_options">
|
|
<property name="text">
|
|
<string>PLC &options...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_program">
|
|
<property name="text">
|
|
<string>PLC progra&m...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+P</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_developer">
|
|
<property name="text">
|
|
<string>PLC de&veloper...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+D</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_pictory">
|
|
<property name="text">
|
|
<string>piCtory configuraiton...</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_disconnect">
|
|
<property name="text">
|
|
<string>&Disconnect</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+X</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_reset">
|
|
<property name="text">
|
|
<string>Reset driver...</string>
|
|
</property>
|
|
</action>
|
|
<action name="act_simulator">
|
|
<property name="text">
|
|
<string>RevPi si&mulator...</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>btn_plc_start</tabstop>
|
|
<tabstop>btn_plc_stop</tabstop>
|
|
<tabstop>btn_plc_restart</tabstop>
|
|
<tabstop>btn_plc_logs</tabstop>
|
|
<tabstop>btn_plc_debug</tabstop>
|
|
</tabstops>
|
|
<resources>
|
|
<include location="ressources.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>act_quit</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>win_revpicommander</receiver>
|
|
<slot>close()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>159</x>
|
|
<y>136</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|