Added getNeighbours functions to class Operation + moved UpdateMeshDensity to class...
[engrid.git] / guiselectboundarycodes.ui
blobb99c891f3548a2b2c103fbcaf698662e675332c8
1 <ui version="4.0" >
2  <class>GuiSelectBoundaryCodes</class>
3  <widget class="QDialog" name="GuiSelectBoundaryCodes" >
4   <property name="windowModality" >
5    <enum>Qt::ApplicationModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>376</width>
12     <height>284</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>select boundary codes</string>
17   </property>
18   <property name="windowIcon" >
19    <iconset resource="engrid.qrc" >:/icons/resources/icons/G.png</iconset>
20   </property>
21   <layout class="QGridLayout" >
22    <item row="0" column="0" >
23     <widget class="QListWidget" name="listWidget" />
24    </item>
25    <item row="0" column="1" >
26     <layout class="QVBoxLayout" >
27      <item>
28       <widget class="QPushButton" name="pushButtonSelect" >
29        <property name="text" >
30         <string>select all</string>
31        </property>
32       </widget>
33      </item>
34      <item>
35       <widget class="QPushButton" name="pushButtonDeselect" >
36        <property name="text" >
37         <string>deselect all</string>
38        </property>
39       </widget>
40      </item>
41      <item>
42       <spacer>
43        <property name="orientation" >
44         <enum>Qt::Vertical</enum>
45        </property>
46        <property name="sizeHint" >
47         <size>
48          <width>20</width>
49          <height>40</height>
50         </size>
51        </property>
52       </spacer>
53      </item>
54     </layout>
55    </item>
56    <item row="1" column="0" colspan="2" >
57     <layout class="QHBoxLayout" >
58      <item>
59       <widget class="QPushButton" name="pushButtonHelp" >
60        <property name="text" >
61         <string>Help</string>
62        </property>
63       </widget>
64      </item>
65      <item>
66       <spacer>
67        <property name="orientation" >
68         <enum>Qt::Horizontal</enum>
69        </property>
70        <property name="sizeHint" >
71         <size>
72          <width>40</width>
73          <height>20</height>
74         </size>
75        </property>
76       </spacer>
77      </item>
78      <item>
79       <widget class="QDialogButtonBox" name="buttonBox" >
80        <property name="orientation" >
81         <enum>Qt::Horizontal</enum>
82        </property>
83        <property name="standardButtons" >
84         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
85        </property>
86       </widget>
87      </item>
88     </layout>
89    </item>
90   </layout>
91  </widget>
92  <resources>
93   <include location="engrid.qrc" />
94  </resources>
95  <connections>
96   <connection>
97    <sender>buttonBox</sender>
98    <signal>accepted()</signal>
99    <receiver>GuiSelectBoundaryCodes</receiver>
100    <slot>accept()</slot>
101    <hints>
102     <hint type="sourcelabel" >
103      <x>248</x>
104      <y>254</y>
105     </hint>
106     <hint type="destinationlabel" >
107      <x>157</x>
108      <y>274</y>
109     </hint>
110    </hints>
111   </connection>
112   <connection>
113    <sender>buttonBox</sender>
114    <signal>rejected()</signal>
115    <receiver>GuiSelectBoundaryCodes</receiver>
116    <slot>reject()</slot>
117    <hints>
118     <hint type="sourcelabel" >
119      <x>316</x>
120      <y>260</y>
121     </hint>
122     <hint type="destinationlabel" >
123      <x>286</x>
124      <y>274</y>
125     </hint>
126    </hints>
127   </connection>
128  </connections>
129 </ui>