]> Creatis software - cpPlugins.git/blob - lib/cpExtensions/QT/ConfigurationChooser.ui
...
[cpPlugins.git] / lib / cpExtensions / QT / ConfigurationChooser.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ConfigurationChooser</class>
4  <widget class="QDialog" name="ConfigurationChooser">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>475</width>
10     <height>317</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QTabWidget" name="Configurations"/>
19    </item>
20    <item>
21     <widget class="QDialogButtonBox" name="Buttons">
22      <property name="orientation">
23       <enum>Qt::Horizontal</enum>
24      </property>
25      <property name="standardButtons">
26       <set>QDialogButtonBox::Ok</set>
27      </property>
28     </widget>
29    </item>
30   </layout>
31  </widget>
32  <resources/>
33  <connections>
34   <connection>
35    <sender>Buttons</sender>
36    <signal>accepted()</signal>
37    <receiver>ConfigurationChooser</receiver>
38    <slot>accept()</slot>
39    <hints>
40     <hint type="sourcelabel">
41      <x>248</x>
42      <y>254</y>
43     </hint>
44     <hint type="destinationlabel">
45      <x>157</x>
46      <y>274</y>
47     </hint>
48    </hints>
49   </connection>
50  </connections>
51 </ui>