5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>450</width> |
9 <width>450</width> |
10 <height>160</height> |
10 <height>281</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Create Parameters</string> |
14 <string>Create Parameters</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="QGridLayout" name="gridLayout"> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
20 <item row="0" column="0"> |
20 <item> |
21 <widget class="QLabel" name="label_2"> |
21 <layout class="QGridLayout" name="gridLayout_2"> |
22 <property name="text"> |
22 <item row="0" column="0"> |
23 <string>Project &Name:</string> |
23 <widget class="QLabel" name="label"> |
|
24 <property name="text"> |
|
25 <string>Template:</string> |
|
26 </property> |
|
27 <property name="buddy"> |
|
28 <cstring>templateCombo</cstring> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item row="0" column="1"> |
|
33 <widget class="QComboBox" name="templateCombo"> |
|
34 <property name="sizePolicy"> |
|
35 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
36 <horstretch>0</horstretch> |
|
37 <verstretch>0</verstretch> |
|
38 </sizepolicy> |
|
39 </property> |
|
40 <property name="toolTip"> |
|
41 <string>Enter the template to be used</string> |
|
42 </property> |
|
43 <property name="editable"> |
|
44 <bool>true</bool> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item row="1" column="0"> |
|
49 <widget class="QLabel" name="label_2"> |
|
50 <property name="text"> |
|
51 <string>Template Version:</string> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item row="1" column="1"> |
|
56 <widget class="QLineEdit" name="versionEdit"> |
|
57 <property name="toolTip"> |
|
58 <string>Enter an optional branch, tag or commit</string> |
|
59 </property> |
|
60 <property name="clearButtonEnabled"> |
|
61 <bool>true</bool> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 </layout> |
|
66 </item> |
|
67 <item> |
|
68 <widget class="QGroupBox" name="starterGroupBox"> |
|
69 <property name="title"> |
|
70 <string>CookieCutter Starter Parameters</string> |
24 </property> |
71 </property> |
25 <property name="buddy"> |
72 <layout class="QGridLayout" name="gridLayout"> |
26 <cstring>nameEdit</cstring> |
73 <item row="0" column="0"> |
27 </property> |
74 <widget class="QLabel" name="label_3"> |
|
75 <property name="text"> |
|
76 <string>Project Name:</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 <item row="0" column="1"> |
|
81 <widget class="QLineEdit" name="projectEdit"> |
|
82 <property name="toolTip"> |
|
83 <string>Enter the name of the Pyramid project</string> |
|
84 </property> |
|
85 <property name="clearButtonEnabled"> |
|
86 <bool>true</bool> |
|
87 </property> |
|
88 </widget> |
|
89 </item> |
|
90 <item row="1" column="0"> |
|
91 <widget class="QLabel" name="label_4"> |
|
92 <property name="text"> |
|
93 <string>Template Language:</string> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item row="1" column="1"> |
|
98 <widget class="QComboBox" name="templateLanguageCombo"> |
|
99 <property name="toolTip"> |
|
100 <string>Select the templating language</string> |
|
101 </property> |
|
102 </widget> |
|
103 </item> |
|
104 <item row="2" column="0"> |
|
105 <widget class="QLabel" name="label_5"> |
|
106 <property name="text"> |
|
107 <string>Backend:</string> |
|
108 </property> |
|
109 </widget> |
|
110 </item> |
|
111 <item row="2" column="1"> |
|
112 <widget class="QComboBox" name="backendCombo"> |
|
113 <property name="toolTip"> |
|
114 <string>Select the database backend</string> |
|
115 </property> |
|
116 </widget> |
|
117 </item> |
|
118 </layout> |
28 </widget> |
119 </widget> |
29 </item> |
120 </item> |
30 <item row="0" column="1"> |
121 <item> |
31 <widget class="QLineEdit" name="nameEdit"> |
|
32 <property name="toolTip"> |
|
33 <string>Enter the name of the Pyramid project to create</string> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item row="1" column="0"> |
|
38 <widget class="QLabel" name="label"> |
|
39 <property name="text"> |
|
40 <string>&Scaffold:</string> |
|
41 </property> |
|
42 <property name="buddy"> |
|
43 <cstring>scaffoldCombo</cstring> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="1" column="1"> |
|
48 <widget class="QComboBox" name="scaffoldCombo"> |
|
49 <property name="toolTip"> |
|
50 <string>Select the scaffold to be used</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="2" column="0" colspan="2"> |
|
55 <widget class="QCheckBox" name="overwriteCheckBox"> |
122 <widget class="QCheckBox" name="overwriteCheckBox"> |
56 <property name="toolTip"> |
123 <property name="toolTip"> |
57 <string>Select to overwrite existing files</string> |
124 <string>Select to overwrite existing files</string> |
58 </property> |
125 </property> |
59 <property name="text"> |
126 <property name="text"> |
60 <string>Overwrite existing files</string> |
127 <string>Overwrite existing files</string> |
61 </property> |
128 </property> |
62 </widget> |
129 </widget> |
63 </item> |
130 </item> |
64 <item row="3" column="0" colspan="2"> |
131 <item> |
65 <widget class="QCheckBox" name="simulateCheckBox"> |
|
66 <property name="toolTip"> |
|
67 <string>Select to simulate the creation</string> |
|
68 </property> |
|
69 <property name="text"> |
|
70 <string>Simulate Pyramid project creation</string> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 <item row="4" column="0" colspan="2"> |
|
75 <widget class="QDialogButtonBox" name="buttonBox"> |
132 <widget class="QDialogButtonBox" name="buttonBox"> |
76 <property name="orientation"> |
133 <property name="orientation"> |
77 <enum>Qt::Horizontal</enum> |
134 <enum>Qt::Horizontal</enum> |
78 </property> |
135 </property> |
79 <property name="standardButtons"> |
136 <property name="standardButtons"> |