You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Labcontrol/src/helpmessagesender/helpmessagewindow.ui

67 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>HelpMessageWindow</class>
<widget class="QMainWindow" name="HelpMessageWindow">
<property name="minimumSize">
<size>
<width>512</width>
<height>192</height>
</size>
</property>
<property name="windowTitle">
<string>HelpMessageSender</string>
</property>
<widget class="QWidget" name="CWHelpMessageWindow">
<layout class="QVBoxLayout" name="VLHelpMessageWindow">
<item>
<widget class="QPushButton" name="PBAskForHelp">
<property name="text">
<string>Ask for help</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="LSendingSuccess">
<property name="text">
<string>Please click on the &quot;Ask for help&quot; button to send a help demand message to the experimenters.</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="PBQuit">
<property name="text">
<string>Quit</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections>
<connection>
<sender>PBQuit</sender>
<signal>clicked()</signal>
<receiver>HelpMessageWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>191</x>
<y>105</y>
</hint>
<hint type="destinationlabel">
<x>255</x>
<y>95</y>
</hint>
</hints>
</connection>
</connections>
</ui>