src/eric7/MultiProject/PropertiesDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8428
2deec2f8a9ab
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PropertiesDialog</class>
4 <widget class="QDialog" name="PropertiesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>530</width>
10 <height>227</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Multiproject Properties</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout">
20 <item>
21 <layout class="QGridLayout">
22 <item row="0" column="0">
23 <widget class="QLabel" name="descriptionLabel">
24 <property name="text">
25 <string>&amp;Description:</string>
26 </property>
27 <property name="alignment">
28 <set>Qt::AlignTop</set>
29 </property>
30 <property name="buddy">
31 <cstring>descriptionEdit</cstring>
32 </property>
33 </widget>
34 </item>
35 <item row="0" column="1">
36 <widget class="EricSpellCheckedTextEdit" name="descriptionEdit">
37 <property name="toolTip">
38 <string>Enter description</string>
39 </property>
40 <property name="whatsThis">
41 <string>&lt;b&gt;Description&lt;/b&gt;
42 &lt;p&gt;Enter a short description for the multiproject.&lt;/p&gt;</string>
43 </property>
44 <property name="tabChangesFocus">
45 <bool>true</bool>
46 </property>
47 <property name="acceptRichText">
48 <bool>false</bool>
49 </property>
50 </widget>
51 </item>
52 </layout>
53 </item>
54 <item>
55 <widget class="QDialogButtonBox" name="buttonBox">
56 <property name="orientation">
57 <enum>Qt::Horizontal</enum>
58 </property>
59 <property name="standardButtons">
60 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
61 </property>
62 </widget>
63 </item>
64 </layout>
65 </widget>
66 <customwidgets>
67 <customwidget>
68 <class>EricSpellCheckedTextEdit</class>
69 <extends>QTextEdit</extends>
70 <header>EricWidgets/EricSpellCheckedTextEdit.h</header>
71 </customwidget>
72 </customwidgets>
73 <tabstops>
74 <tabstop>descriptionEdit</tabstop>
75 <tabstop>buttonBox</tabstop>
76 </tabstops>
77 <resources/>
78 <connections>
79 <connection>
80 <sender>buttonBox</sender>
81 <signal>accepted()</signal>
82 <receiver>PropertiesDialog</receiver>
83 <slot>accept()</slot>
84 <hints>
85 <hint type="sourcelabel">
86 <x>248</x>
87 <y>254</y>
88 </hint>
89 <hint type="destinationlabel">
90 <x>157</x>
91 <y>274</y>
92 </hint>
93 </hints>
94 </connection>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>rejected()</signal>
98 <receiver>PropertiesDialog</receiver>
99 <slot>reject()</slot>
100 <hints>
101 <hint type="sourcelabel">
102 <x>316</x>
103 <y>260</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>286</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 </connections>
112 </ui>

eric ide

mercurial