Files
gcs-nf/ClientLinkDialog/clientlinkdialog.ui
T
2019-12-25 10:53:19 +08:00

114 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ClientLinkDialog</class>
<widget class="QDialog" name="ClientLinkDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>262</width>
<height>125</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>0</x>
<y>90</y>
<width>251</width>
<height>23</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>231</width>
<height>74</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="labelRemote">
<property name="text">
<string>Remote Address:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEditRemoteAddress"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelREmotePort">
<property name="text">
<string>Remote port:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEditRemotePort"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelLocalPort">
<property name="text">
<string>Local port:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEditLocalPort"/>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>ClientLinkDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>122</x>
<y>101</y>
</hint>
<hint type="destinationlabel">
<x>27</x>
<y>71</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>ClientLinkDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>220</x>
<y>101</y>
</hint>
<hint type="destinationlabel">
<x>199</x>
<y>120</y>
</hint>
</hints>
</connection>
</connections>
</ui>