Files
seer/SeerArgumentsDialog.ui
T

80 lines
2.0 KiB
XML
Raw Normal View History

2021-09-01 13:58:59 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerArgumentsDialogForm</class>
<widget class="QDialog" name="SeerArgumentsDialogForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>375</width>
<height>121</height>
</rect>
</property>
<property name="windowTitle">
<string>Select Executable Arguments to Use</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QGroupBox" name="executableArgumentsGroupBox">
<property name="title">
<string>Executable Arguments</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLineEdit" name="executableArgumentsLineEdit"/>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>SeerArgumentsDialogForm</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>187</x>
<y>97</y>
</hint>
<hint type="destinationlabel">
<x>187</x>
<y>60</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>SeerArgumentsDialogForm</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>187</x>
<y>97</y>
</hint>
<hint type="destinationlabel">
<x>187</x>
<y>60</y>
</hint>
</hints>
</connection>
</connections>
</ui>