<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog3</class>
<widget class="QDialog" name="Dialog3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>612</width>
<height>161</height>
</rect>
</property>
<property name="maximumSize">
<size>
</size>
<property name="windowTitle">
<string>Dialog</string>
<widget class="QWidget" name="horizontalLayoutWidget">
<x>30</x>
<y>100</y>
<width>531</width>
<height>41</height>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="lineEdit"/>
</item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Send it</string>
</widget>
<widget class="QPushButton" name="pushButton_2">
<string>import file ...</string>
</layout>
<widget class="QWidget" name="horizontalLayoutWidget_2">
<y>10</y>
<width>391</width>
<height>71</height>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<widget class="QLabel" name="label">
<property name="font">
<font>
<pointsize>14</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
<string>Sending a file to : </string>
<widget class="QLabel" name="label_2">
<string>BobZorro</string>
<resources/>
<connections/>
</ui>