|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>CDlgFileTransfer</class> |
| 4 | + <widget class="QDialog" name="CDlgFileTransfer"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>400</width> |
| 10 | + <height>300</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Dialog</string> |
| 15 | + </property> |
| 16 | + <layout class="QGridLayout" name="gridLayout"> |
| 17 | + <item row="0" column="0"> |
| 18 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 19 | + <item> |
| 20 | + <widget class="QLabel" name="label"> |
| 21 | + <property name="text"> |
| 22 | + <string>Protocol:</string> |
| 23 | + </property> |
| 24 | + </widget> |
| 25 | + </item> |
| 26 | + <item> |
| 27 | + <widget class="QComboBox" name="cbProtocol"> |
| 28 | + <property name="sizePolicy"> |
| 29 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 30 | + <horstretch>0</horstretch> |
| 31 | + <verstretch>0</verstretch> |
| 32 | + </sizepolicy> |
| 33 | + </property> |
| 34 | + </widget> |
| 35 | + </item> |
| 36 | + </layout> |
| 37 | + </item> |
| 38 | + <item row="1" column="0"> |
| 39 | + <widget class="CParameterNetUI" name="wNet" native="true"/> |
| 40 | + </item> |
| 41 | + <item row="2" column="0"> |
| 42 | + <spacer name="verticalSpacer"> |
| 43 | + <property name="orientation"> |
| 44 | + <enum>Qt::Orientation::Vertical</enum> |
| 45 | + </property> |
| 46 | + <property name="sizeHint" stdset="0"> |
| 47 | + <size> |
| 48 | + <width>20</width> |
| 49 | + <height>193</height> |
| 50 | + </size> |
| 51 | + </property> |
| 52 | + </spacer> |
| 53 | + </item> |
| 54 | + <item row="3" column="0"> |
| 55 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 56 | + <property name="orientation"> |
| 57 | + <enum>Qt::Orientation::Horizontal</enum> |
| 58 | + </property> |
| 59 | + <property name="standardButtons"> |
| 60 | + <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> |
| 61 | + </property> |
| 62 | + </widget> |
| 63 | + </item> |
| 64 | + </layout> |
| 65 | + </widget> |
| 66 | + <customwidgets> |
| 67 | + <customwidget> |
| 68 | + <class>CParameterNetUI</class> |
| 69 | + <extends>QWidget</extends> |
| 70 | + <header location="global">ParameterNetUI.h</header> |
| 71 | + <container>1</container> |
| 72 | + </customwidget> |
| 73 | + </customwidgets> |
| 74 | + <resources/> |
| 75 | + <connections> |
| 76 | + <connection> |
| 77 | + <sender>buttonBox</sender> |
| 78 | + <signal>accepted()</signal> |
| 79 | + <receiver>CDlgFileTransfer</receiver> |
| 80 | + <slot>accept()</slot> |
| 81 | + <hints> |
| 82 | + <hint type="sourcelabel"> |
| 83 | + <x>248</x> |
| 84 | + <y>254</y> |
| 85 | + </hint> |
| 86 | + <hint type="destinationlabel"> |
| 87 | + <x>157</x> |
| 88 | + <y>274</y> |
| 89 | + </hint> |
| 90 | + </hints> |
| 91 | + </connection> |
| 92 | + <connection> |
| 93 | + <sender>buttonBox</sender> |
| 94 | + <signal>rejected()</signal> |
| 95 | + <receiver>CDlgFileTransfer</receiver> |
| 96 | + <slot>reject()</slot> |
| 97 | + <hints> |
| 98 | + <hint type="sourcelabel"> |
| 99 | + <x>316</x> |
| 100 | + <y>260</y> |
| 101 | + </hint> |
| 102 | + <hint type="destinationlabel"> |
| 103 | + <x>286</x> |
| 104 | + <y>274</y> |
| 105 | + </hint> |
| 106 | + </hints> |
| 107 | + </connection> |
| 108 | + </connections> |
| 109 | +</ui> |
0 commit comments