1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Avogadro::QtPlugins::LineFormatInputDialog</class>
4 <widget class="QDialog" name="Avogadro::QtPlugins::LineFormatInputDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>269</width>
10    <height>123</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Insert Molecule...</string>
21  </property>
22  <layout class="QVBoxLayout" name="verticalLayout_2">
23   <item>
24    <layout class="QFormLayout" name="formLayout">
25     <property name="fieldGrowthPolicy">
26      <enum>QFormLayout::ExpandingFieldsGrow</enum>
27     </property>
28     <item row="0" column="0">
29      <widget class="QLabel" name="label">
30       <property name="text">
31        <string>Format:</string>
32       </property>
33       <property name="alignment">
34        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
35       </property>
36      </widget>
37     </item>
38     <item row="1" column="0">
39      <widget class="QLabel" name="label_2">
40       <property name="text">
41        <string>Descriptor:</string>
42       </property>
43       <property name="alignment">
44        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
45       </property>
46      </widget>
47     </item>
48     <item row="1" column="1">
49      <widget class="QLineEdit" name="descriptor"/>
50     </item>
51     <item row="0" column="1">
52      <layout class="QHBoxLayout" name="horizontalLayout">
53       <item>
54        <widget class="QComboBox" name="formats"/>
55       </item>
56       <item>
57        <spacer name="spacer">
58         <property name="orientation">
59          <enum>Qt::Horizontal</enum>
60         </property>
61         <property name="sizeHint" stdset="0">
62          <size>
63           <width>40</width>
64           <height>20</height>
65          </size>
66         </property>
67        </spacer>
68       </item>
69      </layout>
70     </item>
71    </layout>
72   </item>
73   <item>
74    <widget class="QDialogButtonBox" name="buttonBox">
75     <property name="orientation">
76      <enum>Qt::Horizontal</enum>
77     </property>
78     <property name="standardButtons">
79      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
80     </property>
81    </widget>
82   </item>
83  </layout>
84 </widget>
85 <resources/>
86 <connections>
87  <connection>
88   <sender>buttonBox</sender>
89   <signal>accepted()</signal>
90   <receiver>Avogadro::QtPlugins::LineFormatInputDialog</receiver>
91   <slot>accept()</slot>
92   <hints>
93    <hint type="sourcelabel">
94     <x>248</x>
95     <y>254</y>
96    </hint>
97    <hint type="destinationlabel">
98     <x>157</x>
99     <y>274</y>
100    </hint>
101   </hints>
102  </connection>
103  <connection>
104   <sender>buttonBox</sender>
105   <signal>rejected()</signal>
106   <receiver>Avogadro::QtPlugins::LineFormatInputDialog</receiver>
107   <slot>reject()</slot>
108   <hints>
109    <hint type="sourcelabel">
110     <x>316</x>
111     <y>260</y>
112    </hint>
113    <hint type="destinationlabel">
114     <x>286</x>
115     <y>274</y>
116    </hint>
117   </hints>
118  </connection>
119 </connections>
120</ui>
121