]> Creatis software - cpPlugins.git/blob - lib/cpBaseQtApplication/PathsDialog.ui
b938343f3ee2d6c73ac888f9301a9fbcbcca0284
[cpPlugins.git] / lib / cpBaseQtApplication / PathsDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PathsDialog</class>
4  <widget class="QDialog" name="PathsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <property name="spacing">
18     <number>1</number>
19    </property>
20    <property name="margin">
21     <number>1</number>
22    </property>
23    <item>
24     <layout class="QVBoxLayout" name="verticalLayout">
25      <item>
26       <widget class="QListWidget" name="Paths"/>
27      </item>
28      <item>
29       <layout class="QHBoxLayout" name="horizontalLayout">
30        <item>
31         <widget class="QPushButton" name="RemoveButton">
32          <property name="minimumSize">
33           <size>
34            <width>25</width>
35            <height>25</height>
36           </size>
37          </property>
38          <property name="maximumSize">
39           <size>
40            <width>25</width>
41            <height>25</height>
42           </size>
43          </property>
44          <property name="text">
45           <string>-</string>
46          </property>
47         </widget>
48        </item>
49        <item>
50         <widget class="QPushButton" name="AddButton">
51          <property name="minimumSize">
52           <size>
53            <width>25</width>
54            <height>25</height>
55           </size>
56          </property>
57          <property name="maximumSize">
58           <size>
59            <width>25</width>
60            <height>25</height>
61           </size>
62          </property>
63          <property name="text">
64           <string>+</string>
65          </property>
66         </widget>
67        </item>
68       </layout>
69      </item>
70     </layout>
71    </item>
72    <item>
73     <widget class="QDialogButtonBox" name="buttonBox">
74      <property name="orientation">
75       <enum>Qt::Horizontal</enum>
76      </property>
77      <property name="standardButtons">
78       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
79      </property>
80     </widget>
81    </item>
82   </layout>
83  </widget>
84  <resources/>
85  <connections>
86   <connection>
87    <sender>buttonBox</sender>
88    <signal>accepted()</signal>
89    <receiver>PathsDialog</receiver>
90    <slot>accept()</slot>
91    <hints>
92     <hint type="sourcelabel">
93      <x>248</x>
94      <y>254</y>
95     </hint>
96     <hint type="destinationlabel">
97      <x>157</x>
98      <y>274</y>
99     </hint>
100    </hints>
101   </connection>
102   <connection>
103    <sender>buttonBox</sender>
104    <signal>rejected()</signal>
105    <receiver>PathsDialog</receiver>
106    <slot>reject()</slot>
107    <hints>
108     <hint type="sourcelabel">
109      <x>316</x>
110      <y>260</y>
111     </hint>
112     <hint type="destinationlabel">
113      <x>286</x>
114      <y>274</y>
115     </hint>
116    </hints>
117   </connection>
118  </connections>
119 </ui>