1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Avogadro::QtPlugins::PdfOptionsDialog</class>
4 <widget class="QDialog" name="Avogadro::QtPlugins::PdfOptionsDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>324</width>
10    <height>145</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>PDF Plot Options</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QLabel" name="label">
19      <property name="text">
20       <string>Maximum Radius:</string>
21      </property>
22      <property name="alignment">
23       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
24      </property>
25     </widget>
26    </item>
27    <item row="0" column="1">
28      <widget class="QDoubleSpinBox" name="spin_maxRadius">
29       <property name="suffix">
30        <string> Å</string>
31       </property>
32       <property name="decimals">
33        <number>5</number>
34       </property>
35       <property name="minimum">
36        <double>0.00001</double>
37       </property>
38       <property name="maximum">
39        <double>100.00000</double>
40       </property>
41       <property name="value">
42        <double>10.00000</double>
43       </property>
44      </widget>
45   </item>
46    <item row="1" column="0">
47     <widget class="QLabel" name="label2">
48      <property name="text">
49       <string>Step (dr):</string>
50      </property>
51      <property name="alignment">
52       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
53      </property>
54     </widget>
55    </item>
56    <item row="1" column="1">
57      <widget class="QDoubleSpinBox" name="spin_step">
58       <property name="suffix">
59        <string> Å</string>
60       </property>
61       <property name="decimals">
62        <number>5</number>
63       </property>
64       <property name="minimum">
65        <double>0.00001</double>
66       </property>
67       <property name="maximum">
68        <double>100.00000</double>
69       </property>
70       <property name="value">
71        <double>10.00000</double>
72       </property>
73      </widget>
74   </item>
75   <item row="2" column="1">
76    <widget class="QDialogButtonBox" name="buttonBox">
77     <property name="standardButtons">
78      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
79     </property>
80    </widget>
81   </item>
82  </layout>
83 </widget>
84 <tabstops>
85  <tabstop>spin_maxRadius</tabstop>
86  <tabstop>spin_step</tabstop>
87 </tabstops>
88 <resources/>
89 <connections>
90  <connection>
91   <sender>buttonBox</sender>
92   <signal>accepted()</signal>
93   <receiver>Avogadro::QtPlugins::PdfOptionsDialog</receiver>
94   <slot>accept()</slot>
95   <hints>
96    <hint type="sourcelabel">
97     <x>226</x>
98     <y>204</y>
99    </hint>
100    <hint type="destinationlabel">
101     <x>161</x>
102     <y>118</y>
103    </hint>
104   </hints>
105  </connection>
106  <connection>
107   <sender>buttonBox</sender>
108   <signal>rejected()</signal>
109   <receiver>Avogadro::QtPlugins::PdfOptionsDialog</receiver>
110   <slot>reject()</slot>
111   <hints>
112    <hint type="sourcelabel">
113     <x>226</x>
114     <y>204</y>
115    </hint>
116    <hint type="destinationlabel">
117     <x>161</x>
118     <y>118</y>
119    </hint>
120   </hints>
121  </connection>
122 </connections>
123</ui>
124