14 <string>Add Project</string> |
14 <string>Add Project</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout"> |
19 <layout class="QGridLayout" name="gridLayout"> |
20 <item> |
20 <item row="0" column="0"> |
21 <layout class="QGridLayout"> |
21 <widget class="QLabel" name="label"> |
22 <item row="0" column="0"> |
22 <property name="text"> |
23 <widget class="QLabel" name="label"> |
23 <string>&Name:</string> |
24 <property name="text"> |
24 </property> |
25 <string>&Name:</string> |
25 <property name="buddy"> |
26 </property> |
26 <cstring>nameEdit</cstring> |
27 <property name="buddy"> |
27 </property> |
28 <cstring>nameEdit</cstring> |
28 </widget> |
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item row="0" column="1" colspan="2"> |
|
33 <widget class="QLineEdit" name="nameEdit"> |
|
34 <property name="toolTip"> |
|
35 <string>Enter the name of the project</string> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item row="1" column="0"> |
|
40 <widget class="QLabel" name="label_2"> |
|
41 <property name="text"> |
|
42 <string>Project&file:</string> |
|
43 </property> |
|
44 <property name="buddy"> |
|
45 <cstring>filenameEdit</cstring> |
|
46 </property> |
|
47 </widget> |
|
48 </item> |
|
49 <item row="1" column="1"> |
|
50 <widget class="QLineEdit" name="filenameEdit"> |
|
51 <property name="toolTip"> |
|
52 <string>Enter the name of the project file</string> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 <item row="2" column="0"> |
|
57 <widget class="QLabel" name="label_3"> |
|
58 <property name="text"> |
|
59 <string>&Description:</string> |
|
60 </property> |
|
61 <property name="alignment"> |
|
62 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
63 </property> |
|
64 <property name="buddy"> |
|
65 <cstring>descriptionEdit</cstring> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 <item row="2" column="1" colspan="2"> |
|
70 <widget class="QTextEdit" name="descriptionEdit"> |
|
71 <property name="toolTip"> |
|
72 <string>Enter a short description for the project</string> |
|
73 </property> |
|
74 <property name="tabChangesFocus"> |
|
75 <bool>true</bool> |
|
76 </property> |
|
77 <property name="acceptRichText"> |
|
78 <bool>false</bool> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item row="3" column="0" colspan="3"> |
|
83 <widget class="QCheckBox" name="masterCheckBox"> |
|
84 <property name="toolTip"> |
|
85 <string>Select to make this project the main project</string> |
|
86 </property> |
|
87 <property name="text"> |
|
88 <string>Is &main project</string> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item row="1" column="2"> |
|
93 <widget class="QToolButton" name="fileButton"> |
|
94 <property name="toolTip"> |
|
95 <string>Select the project file via a file selection dialog</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 </layout> |
|
100 </item> |
29 </item> |
101 <item> |
30 <item row="0" column="1" colspan="2"> |
|
31 <widget class="QLineEdit" name="nameEdit"> |
|
32 <property name="toolTip"> |
|
33 <string>Enter the name of the project</string> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item row="1" column="0"> |
|
38 <widget class="QLabel" name="label_2"> |
|
39 <property name="text"> |
|
40 <string>Project&file:</string> |
|
41 </property> |
|
42 <property name="buddy"> |
|
43 <cstring>filenameEdit</cstring> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="1" column="1"> |
|
48 <widget class="QLineEdit" name="filenameEdit"> |
|
49 <property name="toolTip"> |
|
50 <string>Enter the name of the project file</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="1" column="2"> |
|
55 <widget class="QToolButton" name="fileButton"> |
|
56 <property name="toolTip"> |
|
57 <string>Select the project file via a file selection dialog</string> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item row="2" column="0"> |
|
62 <widget class="QLabel" name="label_3"> |
|
63 <property name="text"> |
|
64 <string>&Description:</string> |
|
65 </property> |
|
66 <property name="alignment"> |
|
67 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
68 </property> |
|
69 <property name="buddy"> |
|
70 <cstring>descriptionEdit</cstring> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 <item row="2" column="1" colspan="2"> |
|
75 <widget class="QTextEdit" name="descriptionEdit"> |
|
76 <property name="toolTip"> |
|
77 <string>Enter a short description for the project</string> |
|
78 </property> |
|
79 <property name="tabChangesFocus"> |
|
80 <bool>true</bool> |
|
81 </property> |
|
82 <property name="acceptRichText"> |
|
83 <bool>false</bool> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item row="3" column="0"> |
|
88 <widget class="QLabel" name="label_4"> |
|
89 <property name="text"> |
|
90 <string>&Category:</string> |
|
91 </property> |
|
92 <property name="buddy"> |
|
93 <cstring>categoryComboBox</cstring> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item row="3" column="1" colspan="2"> |
|
98 <widget class="QComboBox" name="categoryComboBox"> |
|
99 <property name="toolTip"> |
|
100 <string>Select a project category</string> |
|
101 </property> |
|
102 <property name="editable"> |
|
103 <bool>true</bool> |
|
104 </property> |
|
105 </widget> |
|
106 </item> |
|
107 <item row="4" column="0" colspan="3"> |
|
108 <widget class="QCheckBox" name="masterCheckBox"> |
|
109 <property name="toolTip"> |
|
110 <string>Select to make this project the main project</string> |
|
111 </property> |
|
112 <property name="text"> |
|
113 <string>Is &main project</string> |
|
114 </property> |
|
115 </widget> |
|
116 </item> |
|
117 <item row="5" column="0" colspan="3"> |
102 <widget class="QDialogButtonBox" name="buttonBox"> |
118 <widget class="QDialogButtonBox" name="buttonBox"> |
103 <property name="orientation"> |
119 <property name="orientation"> |
104 <enum>Qt::Horizontal</enum> |
120 <enum>Qt::Horizontal</enum> |
105 </property> |
121 </property> |
106 <property name="standardButtons"> |
122 <property name="standardButtons"> |