ProjectPyramid/CreateParametersDialog.ui

changeset 2
e691c51ab655
child 148
dcbd3a96f03c
equal deleted inserted replaced
1:012c492a9bd6 2:e691c51ab655
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CreateParametersDialog</class>
4 <widget class="QDialog" name="CreateParametersDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>450</width>
10 <height>160</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Create Parameters</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QLabel" name="label_2">
22 <property name="text">
23 <string>Project &amp;Name:</string>
24 </property>
25 <property name="buddy">
26 <cstring>nameEdit</cstring>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1">
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>&amp;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">
56 <property name="toolTip">
57 <string>Select to overwrite existing files</string>
58 </property>
59 <property name="text">
60 <string>Overwrite existing files</string>
61 </property>
62 </widget>
63 </item>
64 <item row="3" column="0" colspan="2">
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">
76 <property name="orientation">
77 <enum>Qt::Horizontal</enum>
78 </property>
79 <property name="standardButtons">
80 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
81 </property>
82 </widget>
83 </item>
84 </layout>
85 </widget>
86 <tabstops>
87 <tabstop>nameEdit</tabstop>
88 <tabstop>scaffoldCombo</tabstop>
89 <tabstop>overwriteCheckBox</tabstop>
90 <tabstop>simulateCheckBox</tabstop>
91 <tabstop>buttonBox</tabstop>
92 </tabstops>
93 <resources/>
94 <connections>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>accepted()</signal>
98 <receiver>CreateParametersDialog</receiver>
99 <slot>accept()</slot>
100 <hints>
101 <hint type="sourcelabel">
102 <x>248</x>
103 <y>254</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>157</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 <connection>
112 <sender>buttonBox</sender>
113 <signal>rejected()</signal>
114 <receiver>CreateParametersDialog</receiver>
115 <slot>reject()</slot>
116 <hints>
117 <hint type="sourcelabel">
118 <x>316</x>
119 <y>260</y>
120 </hint>
121 <hint type="destinationlabel">
122 <x>286</x>
123 <y>274</y>
124 </hint>
125 </hints>
126 </connection>
127 </connections>
128 </ui>

eric ide

mercurial