summaryrefslogblamecommitdiffstats
path: root/src/gui/ui/clientFileReceiveDialog.ui
blob: af3a135a9ff49297886bd0e37a6721582a18a358 (plain) (tree)





































































































































                                                             
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ClientFileReceiveDialogClass</class>
 <widget class="QDialog" name="ClientFileReceiveDialogClass">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>208</width>
    <height>108</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>PVS - File Transfer</string>
  </property>
  <property name="windowIcon">
   <iconset resource="../../../pvsgui.qrc">
    <normaloff>:/cam32.svg</normaloff>:/cam32.svg</iconset>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <widget class="QLabel" name="filenameLabel">
     <property name="text">
      <string/>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QProgressBar" name="progressBar">
     <property name="value">
      <number>0</number>
     </property>
    </widget>
   </item>
   <item>
    <layout class="QHBoxLayout" name="horizontalLayout_2">
     <item>
      <widget class="QLabel" name="label">
       <property name="text">
        <string>Receiving from:</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QLabel" name="labelNick">
       <property name="text">
        <string>unknown</string>
       </property>
      </widget>
     </item>
     <item>
      <spacer name="horizontalSpacer_2">
       <property name="orientation">
        <enum>Qt::Horizontal</enum>
       </property>
       <property name="sizeHint" stdset="0">
        <size>
         <width>40</width>
         <height>20</height>
        </size>
       </property>
      </spacer>
     </item>
    </layout>
   </item>
   <item>
    <layout class="QHBoxLayout" name="horizontalLayout">
     <item>
      <widget class="QLabel" name="labelA">
       <property name="text">
        <string>0</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QLabel" name="label_2">
       <property name="text">
        <string>/</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QLabel" name="labelB">
       <property name="text">
        <string>0</string>
       </property>
      </widget>
     </item>
     <item>
      <spacer name="horizontalSpacer">
       <property name="orientation">
        <enum>Qt::Horizontal</enum>
       </property>
       <property name="sizeHint" stdset="0">
        <size>
         <width>40</width>
         <height>20</height>
        </size>
       </property>
      </spacer>
     </item>
     <item>
      <widget class="QPushButton" name="cancelButton">
       <property name="text">
        <string>&amp;Cancel</string>
       </property>
      </widget>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <resources>
  <include location="../../../pvsgui.qrc"/>
 </resources>
 <connections>
  <connection>
   <sender>cancelButton</sender>
   <signal>clicked()</signal>
   <receiver>ClientFileReceiveDialogClass</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>220</x>
     <y>242</y>
    </hint>
    <hint type="destinationlabel">
     <x>345</x>
     <y>270</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>