|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>CondaExportDialog</class> |
|
4 <widget class="QDialog" name="CondaExportDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>600</width> |
|
10 <height>550</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Generate Requirements</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QGridLayout" name="gridLayout_2"> |
|
22 <item row="0" column="0"> |
|
23 <widget class="QLabel" name="label_2"> |
|
24 <property name="text"> |
|
25 <string>Conda Environment:</string> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item row="0" column="1"> |
|
30 <widget class="QLabel" name="environmentLabel"> |
|
31 <property name="sizePolicy"> |
|
32 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
33 <horstretch>0</horstretch> |
|
34 <verstretch>0</verstretch> |
|
35 </sizepolicy> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item row="1" column="0"> |
|
40 <widget class="QLabel" name="label"> |
|
41 <property name="text"> |
|
42 <string>Requirements File:</string> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 <item row="1" column="1"> |
|
47 <widget class="E5PathPicker" name="requirementsFilePicker" native="true"> |
|
48 <property name="sizePolicy"> |
|
49 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
50 <horstretch>0</horstretch> |
|
51 <verstretch>0</verstretch> |
|
52 </sizepolicy> |
|
53 </property> |
|
54 <property name="focusPolicy"> |
|
55 <enum>Qt::StrongFocus</enum> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 </layout> |
|
60 </item> |
|
61 <item> |
|
62 <layout class="QGridLayout" name="gridLayout"> |
|
63 <item row="0" column="1"> |
|
64 <widget class="QPushButton" name="saveButton"> |
|
65 <property name="toolTip"> |
|
66 <string>Press to save to the requirements file</string> |
|
67 </property> |
|
68 <property name="text"> |
|
69 <string>Save</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item row="1" column="1"> |
|
74 <widget class="QPushButton" name="saveToButton"> |
|
75 <property name="toolTip"> |
|
76 <string>Save to a new file</string> |
|
77 </property> |
|
78 <property name="text"> |
|
79 <string>Save To</string> |
|
80 </property> |
|
81 </widget> |
|
82 </item> |
|
83 <item row="2" column="1"> |
|
84 <widget class="QPushButton" name="copyButton"> |
|
85 <property name="toolTip"> |
|
86 <string>Copy the requirements text to the clipboard</string> |
|
87 </property> |
|
88 <property name="text"> |
|
89 <string>Copy</string> |
|
90 </property> |
|
91 </widget> |
|
92 </item> |
|
93 <item row="3" column="1"> |
|
94 <widget class="QPushButton" name="insertButton"> |
|
95 <property name="toolTip"> |
|
96 <string>Insert the requirements text at the cursor position</string> |
|
97 </property> |
|
98 <property name="text"> |
|
99 <string>Insert</string> |
|
100 </property> |
|
101 </widget> |
|
102 </item> |
|
103 <item row="4" column="1"> |
|
104 <widget class="QPushButton" name="replaceSelectionButton"> |
|
105 <property name="toolTip"> |
|
106 <string>Replace the current selection with the requirements text</string> |
|
107 </property> |
|
108 <property name="text"> |
|
109 <string>Replace Selection</string> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item row="5" column="1"> |
|
114 <widget class="QPushButton" name="replaceAllButton"> |
|
115 <property name="toolTip"> |
|
116 <string>Replace all text with the requirements text</string> |
|
117 </property> |
|
118 <property name="text"> |
|
119 <string>Replace All</string> |
|
120 </property> |
|
121 </widget> |
|
122 </item> |
|
123 <item row="6" column="1"> |
|
124 <spacer name="verticalSpacer"> |
|
125 <property name="orientation"> |
|
126 <enum>Qt::Vertical</enum> |
|
127 </property> |
|
128 <property name="sizeHint" stdset="0"> |
|
129 <size> |
|
130 <width>20</width> |
|
131 <height>40</height> |
|
132 </size> |
|
133 </property> |
|
134 </spacer> |
|
135 </item> |
|
136 <item row="0" column="0" rowspan="7"> |
|
137 <widget class="QPlainTextEdit" name="requirementsEdit"> |
|
138 <property name="tabChangesFocus"> |
|
139 <bool>true</bool> |
|
140 </property> |
|
141 </widget> |
|
142 </item> |
|
143 </layout> |
|
144 </item> |
|
145 <item> |
|
146 <widget class="QDialogButtonBox" name="buttonBox"> |
|
147 <property name="orientation"> |
|
148 <enum>Qt::Horizontal</enum> |
|
149 </property> |
|
150 <property name="standardButtons"> |
|
151 <set>QDialogButtonBox::Close</set> |
|
152 </property> |
|
153 </widget> |
|
154 </item> |
|
155 </layout> |
|
156 </widget> |
|
157 <customwidgets> |
|
158 <customwidget> |
|
159 <class>E5PathPicker</class> |
|
160 <extends>QWidget</extends> |
|
161 <header>E5Gui/E5PathPicker.h</header> |
|
162 <container>1</container> |
|
163 </customwidget> |
|
164 </customwidgets> |
|
165 <tabstops> |
|
166 <tabstop>requirementsFilePicker</tabstop> |
|
167 <tabstop>requirementsEdit</tabstop> |
|
168 <tabstop>saveButton</tabstop> |
|
169 <tabstop>saveToButton</tabstop> |
|
170 <tabstop>copyButton</tabstop> |
|
171 <tabstop>insertButton</tabstop> |
|
172 <tabstop>replaceSelectionButton</tabstop> |
|
173 <tabstop>replaceAllButton</tabstop> |
|
174 </tabstops> |
|
175 <resources/> |
|
176 <connections> |
|
177 <connection> |
|
178 <sender>buttonBox</sender> |
|
179 <signal>accepted()</signal> |
|
180 <receiver>CondaExportDialog</receiver> |
|
181 <slot>accept()</slot> |
|
182 <hints> |
|
183 <hint type="sourcelabel"> |
|
184 <x>248</x> |
|
185 <y>254</y> |
|
186 </hint> |
|
187 <hint type="destinationlabel"> |
|
188 <x>157</x> |
|
189 <y>274</y> |
|
190 </hint> |
|
191 </hints> |
|
192 </connection> |
|
193 <connection> |
|
194 <sender>buttonBox</sender> |
|
195 <signal>rejected()</signal> |
|
196 <receiver>CondaExportDialog</receiver> |
|
197 <slot>reject()</slot> |
|
198 <hints> |
|
199 <hint type="sourcelabel"> |
|
200 <x>316</x> |
|
201 <y>260</y> |
|
202 </hint> |
|
203 <hint type="destinationlabel"> |
|
204 <x>286</x> |
|
205 <y>274</y> |
|
206 </hint> |
|
207 </hints> |
|
208 </connection> |
|
209 </connections> |
|
210 </ui> |