MultiProject/AddProjectDialog.ui

changeset 2704
ad4295f0e51e
parent 0
de9c2efb9d02
child 3186
a05eff845522
equal deleted inserted replaced
2703:910bdc75c757 2704:ad4295f0e51e
1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
2 <class>AddProjectDialog</class> 3 <class>AddProjectDialog</class>
3 <widget class="QDialog" name="AddProjectDialog" > 4 <widget class="QDialog" name="AddProjectDialog">
4 <property name="geometry" > 5 <property name="geometry">
5 <rect> 6 <rect>
6 <x>0</x> 7 <x>0</x>
7 <y>0</y> 8 <y>0</y>
8 <width>569</width> 9 <width>569</width>
9 <height>378</height> 10 <height>378</height>
10 </rect> 11 </rect>
11 </property> 12 </property>
12 <property name="windowTitle" > 13 <property name="windowTitle">
13 <string>Add Project</string> 14 <string>Add Project</string>
14 </property> 15 </property>
15 <property name="sizeGripEnabled" > 16 <property name="sizeGripEnabled">
16 <bool>true</bool> 17 <bool>true</bool>
17 </property> 18 </property>
18 <layout class="QVBoxLayout" > 19 <layout class="QVBoxLayout">
19 <item> 20 <item>
20 <layout class="QGridLayout" > 21 <layout class="QGridLayout">
21 <item row="0" column="0" > 22 <item row="0" column="0">
22 <widget class="QLabel" name="label" > 23 <widget class="QLabel" name="label">
23 <property name="text" > 24 <property name="text">
24 <string>&amp;Name:</string> 25 <string>&amp;Name:</string>
25 </property> 26 </property>
26 <property name="buddy" > 27 <property name="buddy">
27 <cstring>nameEdit</cstring> 28 <cstring>nameEdit</cstring>
28 </property> 29 </property>
29 </widget> 30 </widget>
30 </item> 31 </item>
31 <item row="0" column="1" colspan="2" > 32 <item row="0" column="1" colspan="2">
32 <widget class="QLineEdit" name="nameEdit" > 33 <widget class="QLineEdit" name="nameEdit">
33 <property name="toolTip" > 34 <property name="toolTip">
34 <string>Enter the name of the project</string> 35 <string>Enter the name of the project</string>
35 </property> 36 </property>
36 </widget> 37 </widget>
37 </item> 38 </item>
38 <item row="1" column="0" > 39 <item row="1" column="0">
39 <widget class="QLabel" name="label_2" > 40 <widget class="QLabel" name="label_2">
40 <property name="text" > 41 <property name="text">
41 <string>Project&amp;file:</string> 42 <string>Project&amp;file:</string>
42 </property> 43 </property>
43 <property name="buddy" > 44 <property name="buddy">
44 <cstring>filenameEdit</cstring> 45 <cstring>filenameEdit</cstring>
45 </property> 46 </property>
46 </widget> 47 </widget>
47 </item> 48 </item>
48 <item row="1" column="1" > 49 <item row="1" column="1">
49 <widget class="QLineEdit" name="filenameEdit" > 50 <widget class="QLineEdit" name="filenameEdit">
50 <property name="toolTip" > 51 <property name="toolTip">
51 <string>Enter the name of the project file</string> 52 <string>Enter the name of the project file</string>
52 </property> 53 </property>
53 </widget> 54 </widget>
54 </item> 55 </item>
55 <item row="1" column="2" > 56 <item row="1" column="2">
56 <widget class="QPushButton" name="fileButton" > 57 <widget class="QPushButton" name="fileButton">
57 <property name="toolTip" > 58 <property name="toolTip">
58 <string>Select the project file via a file selection dialog</string> 59 <string>Select the project file via a file selection dialog</string>
59 </property> 60 </property>
60 <property name="text" > 61 <property name="text">
61 <string>...</string> 62 <string>...</string>
62 </property> 63 </property>
63 </widget> 64 </widget>
64 </item> 65 </item>
65 <item row="2" column="0" > 66 <item row="2" column="0">
66 <widget class="QLabel" name="label_3" > 67 <widget class="QLabel" name="label_3">
67 <property name="text" > 68 <property name="text">
68 <string>&amp;Description:</string> 69 <string>&amp;Description:</string>
69 </property> 70 </property>
70 <property name="alignment" > 71 <property name="alignment">
71 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 72 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
72 </property> 73 </property>
73 <property name="buddy" > 74 <property name="buddy">
74 <cstring>descriptionEdit</cstring> 75 <cstring>descriptionEdit</cstring>
75 </property> 76 </property>
76 </widget> 77 </widget>
77 </item> 78 </item>
78 <item row="2" column="1" colspan="2" > 79 <item row="2" column="1" colspan="2">
79 <widget class="QTextEdit" name="descriptionEdit" > 80 <widget class="QTextEdit" name="descriptionEdit">
80 <property name="toolTip" > 81 <property name="toolTip">
81 <string>Enter a short description for the project</string> 82 <string>Enter a short description for the project</string>
82 </property> 83 </property>
83 <property name="tabChangesFocus" > 84 <property name="tabChangesFocus">
84 <bool>true</bool> 85 <bool>true</bool>
85 </property> 86 </property>
86 <property name="acceptRichText" > 87 <property name="acceptRichText">
87 <bool>false</bool> 88 <bool>false</bool>
88 </property> 89 </property>
89 </widget> 90 </widget>
90 </item> 91 </item>
91 <item row="3" column="0" colspan="3" > 92 <item row="3" column="0" colspan="3">
92 <widget class="QCheckBox" name="masterCheckBox" > 93 <widget class="QCheckBox" name="masterCheckBox">
93 <property name="toolTip" > 94 <property name="toolTip">
94 <string>Select to make this project the master project</string> 95 <string>Select to make this project the main project</string>
95 </property> 96 </property>
96 <property name="text" > 97 <property name="text">
97 <string>Is &amp;master project</string> 98 <string>Is &amp;main project</string>
98 </property> 99 </property>
99 </widget> 100 </widget>
100 </item> 101 </item>
101 </layout> 102 </layout>
102 </item> 103 </item>
103 <item> 104 <item>
104 <widget class="QDialogButtonBox" name="buttonBox" > 105 <widget class="QDialogButtonBox" name="buttonBox">
105 <property name="orientation" > 106 <property name="orientation">
106 <enum>Qt::Horizontal</enum> 107 <enum>Qt::Horizontal</enum>
107 </property> 108 </property>
108 <property name="standardButtons" > 109 <property name="standardButtons">
109 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 110 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
110 </property> 111 </property>
111 </widget> 112 </widget>
112 </item> 113 </item>
113 </layout> 114 </layout>
126 <sender>buttonBox</sender> 127 <sender>buttonBox</sender>
127 <signal>accepted()</signal> 128 <signal>accepted()</signal>
128 <receiver>AddProjectDialog</receiver> 129 <receiver>AddProjectDialog</receiver>
129 <slot>accept()</slot> 130 <slot>accept()</slot>
130 <hints> 131 <hints>
131 <hint type="sourcelabel" > 132 <hint type="sourcelabel">
132 <x>248</x> 133 <x>248</x>
133 <y>254</y> 134 <y>254</y>
134 </hint> 135 </hint>
135 <hint type="destinationlabel" > 136 <hint type="destinationlabel">
136 <x>157</x> 137 <x>157</x>
137 <y>274</y> 138 <y>274</y>
138 </hint> 139 </hint>
139 </hints> 140 </hints>
140 </connection> 141 </connection>
142 <sender>buttonBox</sender> 143 <sender>buttonBox</sender>
143 <signal>rejected()</signal> 144 <signal>rejected()</signal>
144 <receiver>AddProjectDialog</receiver> 145 <receiver>AddProjectDialog</receiver>
145 <slot>reject()</slot> 146 <slot>reject()</slot>
146 <hints> 147 <hints>
147 <hint type="sourcelabel" > 148 <hint type="sourcelabel">
148 <x>316</x> 149 <x>316</x>
149 <y>260</y> 150 <y>260</y>
150 </hint> 151 </hint>
151 <hint type="destinationlabel" > 152 <hint type="destinationlabel">
152 <x>286</x> 153 <x>286</x>
153 <y>274</y> 154 <y>274</y>
154 </hint> 155 </hint>
155 </hints> 156 </hints>
156 </connection> 157 </connection>

eric ide

mercurial