Salome HOME
Merge Python 3 porting.
[samples/atomgen.git] / src / ATOMGENGUI / rundlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>RunDlg</class>
4  <widget class="QDialog" name="RunDlg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>321</width>
10     <height>110</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Run Algo</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QLabel" name="acLab">
19      <property name="text">
20       <string>Molecule:</string>
21      </property>
22      <property name="wordWrap">
23       <bool>false</bool>
24      </property>
25     </widget>
26    </item>
27    <item row="0" column="1">
28     <widget class="QLineEdit" name="acName">
29      <property name="readOnly">
30       <bool>true</bool>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="0" colspan="2">
35     <widget class="QCheckBox" name="allCheck">
36      <property name="text">
37       <string>Process all</string>
38      </property>
39     </widget>
40    </item>
41    <item row="2" column="0" colspan="2">
42     <widget class="Line" name="line">
43      <property name="orientation">
44       <enum>Qt::Horizontal</enum>
45      </property>
46     </widget>
47    </item>
48    <item row="3" column="0" colspan="2">
49     <layout class="QHBoxLayout">
50      <item>
51       <widget class="QPushButton" name="runBtn">
52        <property name="text">
53         <string>&amp;Run</string>
54        </property>
55        <property name="shortcut">
56         <string>Alt+R</string>
57        </property>
58       </widget>
59      </item>
60      <item>
61       <spacer name="spacer">
62        <property name="orientation">
63         <enum>Qt::Horizontal</enum>
64        </property>
65        <property name="sizeType">
66         <enum>QSizePolicy::Expanding</enum>
67        </property>
68        <property name="sizeHint" stdset="0">
69         <size>
70          <width>101</width>
71          <height>20</height>
72         </size>
73        </property>
74       </spacer>
75      </item>
76      <item>
77       <widget class="QPushButton" name="closeBtn">
78        <property name="text">
79         <string>&amp;Close</string>
80        </property>
81        <property name="shortcut">
82         <string>Alt+C</string>
83        </property>
84       </widget>
85      </item>
86     </layout>
87    </item>
88   </layout>
89  </widget>
90  <layoutdefault spacing="6" margin="11"/>
91  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
92  <resources/>
93  <connections>
94   <connection>
95    <sender>closeBtn</sender>
96    <signal>clicked()</signal>
97    <receiver>RunDlg</receiver>
98    <slot>close()</slot>
99    <hints>
100     <hint type="sourcelabel">
101      <x>20</x>
102      <y>20</y>
103     </hint>
104     <hint type="destinationlabel">
105      <x>20</x>
106      <y>20</y>
107     </hint>
108    </hints>
109   </connection>
110   <connection>
111    <sender>runBtn</sender>
112    <signal>clicked()</signal>
113    <receiver>RunDlg</receiver>
114    <slot>run()</slot>
115    <hints>
116     <hint type="sourcelabel">
117      <x>20</x>
118      <y>20</y>
119     </hint>
120     <hint type="destinationlabel">
121      <x>20</x>
122      <y>20</y>
123     </hint>
124    </hints>
125   </connection>
126   <connection>
127    <sender>allCheck</sender>
128    <signal>clicked()</signal>
129    <receiver>RunDlg</receiver>
130    <slot>onCheckAll()</slot>
131    <hints>
132     <hint type="sourcelabel">
133      <x>20</x>
134      <y>20</y>
135     </hint>
136     <hint type="destinationlabel">
137      <x>20</x>
138      <y>20</y>
139     </hint>
140    </hints>
141   </connection>
142  </connections>
143 </ui>