1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Otter::TransferDialog</class>
4 <widget class="QDialog" name="Otter::TransferDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>250</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Opening unknown file</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QFormLayout" name="formLayout">
19     <item row="0" column="0">
20      <widget class="QLabel" name="nameLabel">
21       <property name="text">
22        <string>Name:</string>
23       </property>
24      </widget>
25     </item>
26     <item row="1" column="0">
27      <widget class="QLabel" name="typeLabel">
28       <property name="text">
29        <string>Type:</string>
30       </property>
31      </widget>
32     </item>
33     <item row="2" column="0">
34      <widget class="QLabel" name="sizeLabel">
35       <property name="text">
36        <string>Size:</string>
37       </property>
38      </widget>
39     </item>
40     <item row="3" column="0">
41      <widget class="QLabel" name="fromLabel">
42       <property name="text">
43        <string>From:</string>
44       </property>
45      </widget>
46     </item>
47     <item row="4" column="0">
48      <widget class="QLabel" name="openWithLabel">
49       <property name="text">
50        <string>Open with:</string>
51       </property>
52      </widget>
53     </item>
54     <item row="0" column="1">
55      <layout class="QHBoxLayout" name="namelLayout">
56       <item>
57        <widget class="QLabel" name="iconLabel">
58         <property name="minimumSize">
59          <size>
60           <width>16</width>
61           <height>16</height>
62          </size>
63         </property>
64         <property name="maximumSize">
65          <size>
66           <width>16</width>
67           <height>16</height>
68          </size>
69         </property>
70         <property name="text">
71          <string/>
72         </property>
73        </widget>
74       </item>
75       <item>
76        <widget class="Otter::TextLabelWidget" name="nameTextLabelWidget" native="true">
77         <property name="sizePolicy">
78          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
79           <horstretch>0</horstretch>
80           <verstretch>0</verstretch>
81          </sizepolicy>
82         </property>
83        </widget>
84       </item>
85      </layout>
86     </item>
87     <item row="1" column="1">
88      <widget class="Otter::TextLabelWidget" name="typeTextLabelWidget" native="true"/>
89     </item>
90     <item row="2" column="1">
91      <widget class="Otter::TextLabelWidget" name="sizeTextLabelWidget" native="true"/>
92     </item>
93     <item row="3" column="1">
94      <widget class="Otter::TextLabelWidget" name="fromTextLabelWidget" native="true"/>
95     </item>
96     <item row="4" column="1">
97      <widget class="Otter::ApplicationComboBoxWidget" name="openWithComboBoxWidget"/>
98     </item>
99    </layout>
100   </item>
101   <item>
102    <widget class="QCheckBox" name="rememberChoiceCheckBox">
103     <property name="text">
104      <string>Remember choice for this file type</string>
105     </property>
106    </widget>
107   </item>
108   <item>
109    <widget class="QDialogButtonBox" name="buttonBox">
110     <property name="orientation">
111      <enum>Qt::Horizontal</enum>
112     </property>
113     <property name="standardButtons">
114      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Open|QDialogButtonBox::Save</set>
115     </property>
116    </widget>
117   </item>
118  </layout>
119 </widget>
120 <customwidgets>
121  <customwidget>
122   <class>Otter::TextLabelWidget</class>
123   <extends>QWidget</extends>
124   <header>src/ui/TextLabelWidget.h</header>
125   <container>1</container>
126  </customwidget>
127  <customwidget>
128   <class>Otter::ApplicationComboBoxWidget</class>
129   <extends>QComboBox</extends>
130   <header>src/ui/ApplicationComboBoxWidget.h</header>
131  </customwidget>
132 </customwidgets>
133 <resources/>
134 <connections/>
135</ui>
136