1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FindOrbitalsForm</class>
4 <widget class="QDialog" name="FindOrbitalsForm">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>937</width>
10    <height>552</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Find Orbitals</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0" colspan="3">
18    <widget class="QTableView" name="orbitalTable">
19     <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
20      <bool>true</bool>
21     </attribute>
22     <attribute name="verticalHeaderVisible">
23      <bool>false</bool>
24     </attribute>
25    </widget>
26   </item>
27   <item row="1" column="0">
28    <widget class="QPushButton" name="pushButton_ToggleRows">
29     <property name="text">
30      <string>Toggle Selected Rows</string>
31     </property>
32    </widget>
33   </item>
34   <item row="1" column="1">
35    <spacer name="horizontalSpacer">
36     <property name="orientation">
37      <enum>Qt::Horizontal</enum>
38     </property>
39     <property name="sizeHint" stdset="0">
40      <size>
41       <width>706</width>
42       <height>20</height>
43      </size>
44     </property>
45    </spacer>
46   </item>
47   <item row="1" column="2">
48    <widget class="QDialogButtonBox" name="buttonBox">
49     <property name="orientation">
50      <enum>Qt::Horizontal</enum>
51     </property>
52     <property name="standardButtons">
53      <set>QDialogButtonBox::Close</set>
54     </property>
55    </widget>
56   </item>
57  </layout>
58 </widget>
59 <resources/>
60 <connections>
61  <connection>
62   <sender>buttonBox</sender>
63   <signal>accepted()</signal>
64   <receiver>FindOrbitalsForm</receiver>
65   <slot>accept()</slot>
66   <hints>
67    <hint type="sourcelabel">
68     <x>248</x>
69     <y>254</y>
70    </hint>
71    <hint type="destinationlabel">
72     <x>157</x>
73     <y>274</y>
74    </hint>
75   </hints>
76  </connection>
77  <connection>
78   <sender>buttonBox</sender>
79   <signal>rejected()</signal>
80   <receiver>FindOrbitalsForm</receiver>
81   <slot>reject()</slot>
82   <hints>
83    <hint type="sourcelabel">
84     <x>316</x>
85     <y>260</y>
86    </hint>
87    <hint type="destinationlabel">
88     <x>286</x>
89     <y>274</y>
90    </hint>
91   </hints>
92  </connection>
93 </connections>
94</ui>
95