Salome HOME
[Huge] Introducing MEDCalc
[modules/med.git] / src / MEDCalc / gui / dialogs / GenericDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>GenericDialog</class>
4  <widget class="QDialog" name="GenericDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>260</width>
10     <height>164</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>DIALOG</string>
21   </property>
22   <layout class="QHBoxLayout">
23    <property name="spacing">
24     <number>6</number>
25    </property>
26    <property name="margin">
27     <number>9</number>
28    </property>
29    <item>
30     <layout class="QVBoxLayout">
31      <property name="spacing">
32       <number>6</number>
33      </property>
34      <property name="margin">
35       <number>0</number>
36      </property>
37      <item>
38       <widget class="QFrame" name="centralPanel">
39        <property name="sizePolicy">
40         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
41          <horstretch>0</horstretch>
42          <verstretch>0</verstretch>
43         </sizepolicy>
44        </property>
45        <property name="frameShape">
46         <enum>QFrame::StyledPanel</enum>
47        </property>
48        <property name="frameShadow">
49         <enum>QFrame::Raised</enum>
50        </property>
51       </widget>
52      </item>
53      <item>
54       <widget class="QDialogButtonBox" name="buttonBox">
55        <property name="orientation">
56         <enum>Qt::Horizontal</enum>
57        </property>
58        <property name="standardButtons">
59         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
60        </property>
61       </widget>
62      </item>
63     </layout>
64    </item>
65   </layout>
66  </widget>
67  <resources/>
68  <connections>
69   <connection>
70    <sender>buttonBox</sender>
71    <signal>accepted()</signal>
72    <receiver>GenericDialog</receiver>
73    <slot>accept()</slot>
74    <hints>
75     <hint type="sourcelabel">
76      <x>248</x>
77      <y>254</y>
78     </hint>
79     <hint type="destinationlabel">
80      <x>157</x>
81      <y>274</y>
82     </hint>
83    </hints>
84   </connection>
85   <connection>
86    <sender>buttonBox</sender>
87    <signal>rejected()</signal>
88    <receiver>GenericDialog</receiver>
89    <slot>reject()</slot>
90    <hints>
91     <hint type="sourcelabel">
92      <x>316</x>
93      <y>260</y>
94     </hint>
95     <hint type="destinationlabel">
96      <x>286</x>
97      <y>274</y>
98     </hint>
99    </hints>
100   </connection>
101  </connections>
102 </ui>