DeleteSetOfPoints function working
[engrid.git] / guieditboundaryconditions.ui
blob790e207cdde480b72e872ab2bb68f584f56f0413
1 <ui version="4.0" >
2  <class>GuiEditBoundaryConditions</class>
3  <widget class="QDialog" name="GuiEditBoundaryConditions" >
4   <property name="windowModality" >
5    <enum>Qt::NonModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>577</width>
12     <height>457</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>edit boundary conditions</string>
17   </property>
18   <property name="windowIcon" >
19    <iconset resource="engrid.qrc" >
20     <normaloff>:/icons/resources/icons/G.png</normaloff>:/icons/resources/icons/G.png</iconset>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout" >
23    <item>
24     <widget class="QTableWidget" name="T" >
25      <column>
26       <property name="text" >
27        <string>BC-index</string>
28       </property>
29      </column>
30      <column>
31       <property name="text" >
32        <string>BC-name</string>
33       </property>
34      </column>
35      <column>
36       <property name="text" >
37        <string>BC-type</string>
38       </property>
39      </column>
40     </widget>
41    </item>
42    <item>
43     <layout class="QHBoxLayout" >
44      <property name="spacing" >
45       <number>6</number>
46      </property>
47      <property name="margin" >
48       <number>0</number>
49      </property>
50      <item>
51       <spacer>
52        <property name="orientation" >
53         <enum>Qt::Horizontal</enum>
54        </property>
55        <property name="sizeHint" stdset="0" >
56         <size>
57          <width>131</width>
58          <height>31</height>
59         </size>
60        </property>
61       </spacer>
62      </item>
63      <item>
64       <widget class="QPushButton" name="okButton" >
65        <property name="text" >
66         <string>OK</string>
67        </property>
68       </widget>
69      </item>
70      <item>
71       <widget class="QPushButton" name="cancelButton" >
72        <property name="text" >
73         <string>Cancel</string>
74        </property>
75       </widget>
76      </item>
77     </layout>
78    </item>
79   </layout>
80  </widget>
81  <resources>
82   <include location="engrid.qrc" />
83  </resources>
84  <connections>
85   <connection>
86    <sender>okButton</sender>
87    <signal>clicked()</signal>
88    <receiver>GuiEditBoundaryConditions</receiver>
89    <slot>accept()</slot>
90    <hints>
91     <hint type="sourcelabel" >
92      <x>278</x>
93      <y>253</y>
94     </hint>
95     <hint type="destinationlabel" >
96      <x>96</x>
97      <y>254</y>
98     </hint>
99    </hints>
100   </connection>
101   <connection>
102    <sender>cancelButton</sender>
103    <signal>clicked()</signal>
104    <receiver>GuiEditBoundaryConditions</receiver>
105    <slot>reject()</slot>
106    <hints>
107     <hint type="sourcelabel" >
108      <x>369</x>
109      <y>253</y>
110     </hint>
111     <hint type="destinationlabel" >
112      <x>179</x>
113      <y>282</y>
114     </hint>
115    </hints>
116   </connection>
117  </connections>
118 </ui>