|
1 <ui version="4.0" > |
|
2 <class>PropertiesDialog</class> |
|
3 <widget class="QDialog" name="PropertiesDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>530</width> |
|
9 <height>227</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Multiproject Properties</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QVBoxLayout" > |
|
19 <item> |
|
20 <layout class="QGridLayout" > |
|
21 <item row="0" column="0" > |
|
22 <widget class="QLabel" name="descriptionLabel" > |
|
23 <property name="text" > |
|
24 <string>&Description:</string> |
|
25 </property> |
|
26 <property name="alignment" > |
|
27 <set>Qt::AlignTop</set> |
|
28 </property> |
|
29 <property name="buddy" > |
|
30 <cstring>descriptionEdit</cstring> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item row="0" column="1" > |
|
35 <widget class="QTextEdit" name="descriptionEdit" > |
|
36 <property name="toolTip" > |
|
37 <string>Enter description</string> |
|
38 </property> |
|
39 <property name="whatsThis" > |
|
40 <string><b>Description</b> |
|
41 <p>Enter a short description for the multiproject.</p></string> |
|
42 </property> |
|
43 <property name="tabChangesFocus" > |
|
44 <bool>true</bool> |
|
45 </property> |
|
46 <property name="acceptRichText" > |
|
47 <bool>false</bool> |
|
48 </property> |
|
49 </widget> |
|
50 </item> |
|
51 </layout> |
|
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 </widget> |
|
65 <tabstops> |
|
66 <tabstop>descriptionEdit</tabstop> |
|
67 <tabstop>buttonBox</tabstop> |
|
68 </tabstops> |
|
69 <resources/> |
|
70 <connections> |
|
71 <connection> |
|
72 <sender>buttonBox</sender> |
|
73 <signal>accepted()</signal> |
|
74 <receiver>PropertiesDialog</receiver> |
|
75 <slot>accept()</slot> |
|
76 <hints> |
|
77 <hint type="sourcelabel" > |
|
78 <x>248</x> |
|
79 <y>254</y> |
|
80 </hint> |
|
81 <hint type="destinationlabel" > |
|
82 <x>157</x> |
|
83 <y>274</y> |
|
84 </hint> |
|
85 </hints> |
|
86 </connection> |
|
87 <connection> |
|
88 <sender>buttonBox</sender> |
|
89 <signal>rejected()</signal> |
|
90 <receiver>PropertiesDialog</receiver> |
|
91 <slot>reject()</slot> |
|
92 <hints> |
|
93 <hint type="sourcelabel" > |
|
94 <x>316</x> |
|
95 <y>260</y> |
|
96 </hint> |
|
97 <hint type="destinationlabel" > |
|
98 <x>286</x> |
|
99 <y>274</y> |
|
100 </hint> |
|
101 </hints> |
|
102 </connection> |
|
103 </connections> |
|
104 </ui> |