2012-11-19 20:45:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2013-06-18 19:59:51 +02:00
|
|
|
<class>Dialog</class>
|
|
|
|
<widget class="QDialog" name="Dialog">
|
2012-11-19 20:45:05 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-06-18 19:59:51 +02:00
|
|
|
<width>362</width>
|
|
|
|
<height>136</height>
|
2012-11-19 20:45:05 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2013-06-18 19:59:51 +02:00
|
|
|
<string>Dialog</string>
|
2012-11-19 20:45:05 +01:00
|
|
|
</property>
|
2013-06-18 19:59:51 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0" colspan="4">
|
|
|
|
<widget class="QLabel" name="label">
|
2012-12-21 16:55:29 +01:00
|
|
|
<property name="text">
|
2013-06-18 19:59:51 +02:00
|
|
|
<string>When you opened this dialog box, you had X peers in your list of peers.</string>
|
2012-12-21 16:55:29 +01:00
|
|
|
</property>
|
2013-06-18 19:59:51 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="4">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>You can manually add a peer here:</string>
|
2013-03-11 17:02:11 +01:00
|
|
|
</property>
|
2012-12-21 16:55:29 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-18 19:59:51 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>IP</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLabel" name="label_4">
|
2012-12-21 16:55:29 +01:00
|
|
|
<property name="text">
|
2013-06-18 19:59:51 +02:00
|
|
|
<string>Port</string>
|
2012-12-21 16:55:29 +01:00
|
|
|
</property>
|
2013-06-18 19:59:51 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLineEdit" name="lineEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_2"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QPushButton" name="pushButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
2012-12-21 16:55:29 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-18 19:59:51 +02:00
|
|
|
<item row="3" column="3">
|
2012-12-21 16:55:29 +01:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2013-06-18 19:59:51 +02:00
|
|
|
<width>47</width>
|
2012-12-21 16:55:29 +01:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-06-18 19:59:51 +02:00
|
|
|
<item row="4" column="0" colspan="4">
|
2012-12-21 16:55:29 +01:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
2013-06-18 19:59:51 +02:00
|
|
|
<set>QDialogButtonBox::Close</set>
|
2012-12-21 16:55:29 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-11-19 20:45:05 +01:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
2013-06-18 19:59:51 +02:00
|
|
|
<receiver>Dialog</receiver>
|
2012-11-19 20:45:05 +01:00
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
2013-06-18 19:59:51 +02:00
|
|
|
<receiver>Dialog</receiver>
|
2012-11-19 20:45:05 +01:00
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|