87 </property> |
87 </property> |
88 <layout class="QGridLayout" name="gridLayout_2"> |
88 <layout class="QGridLayout" name="gridLayout_2"> |
89 <item row="0" column="0" colspan="2"> |
89 <item row="0" column="0" colspan="2"> |
90 <widget class="QLabel" name="label_3"> |
90 <widget class="QLabel" name="label_3"> |
91 <property name="text"> |
91 <property name="text"> |
92 <string>Enter the file extensions to be associated with the Python versions separated by a space. They must not overlap with each other.</string> |
92 <string>Enter the file extensions to be associated with Python separated by a space.</string> |
93 </property> |
93 </property> |
94 <property name="wordWrap"> |
94 <property name="wordWrap"> |
95 <bool>true</bool> |
95 <bool>true</bool> |
96 </property> |
96 </property> |
97 </widget> |
97 </widget> |
98 </item> |
98 </item> |
99 <item row="1" column="0"> |
99 <item row="1" column="0"> |
100 <widget class="QLabel" name="label_4"> |
100 <widget class="QLabel" name="label_5"> |
101 <property name="text"> |
101 <property name="text"> |
102 <string>Python 2:</string> |
102 <string>Python 3:</string> |
103 </property> |
103 </property> |
104 </widget> |
104 </widget> |
105 </item> |
105 </item> |
106 <item row="1" column="1"> |
106 <item row="1" column="1"> |
107 <widget class="QLineEdit" name="py2ExtensionsEdit"/> |
|
108 </item> |
|
109 <item row="2" column="0"> |
|
110 <widget class="QLabel" name="label_5"> |
|
111 <property name="text"> |
|
112 <string>Python 3:</string> |
|
113 </property> |
|
114 </widget> |
|
115 </item> |
|
116 <item row="2" column="1"> |
|
117 <widget class="QLineEdit" name="py3ExtensionsEdit"/> |
107 <widget class="QLineEdit" name="py3ExtensionsEdit"/> |
118 </item> |
108 </item> |
119 </layout> |
109 </layout> |
120 </widget> |
110 </widget> |
121 </item> |
111 </item> |
140 <property name="title"> |
130 <property name="title"> |
141 <string>Currently selected environments</string> |
131 <string>Currently selected environments</string> |
142 </property> |
132 </property> |
143 <layout class="QGridLayout" name="gridLayout_3"> |
133 <layout class="QGridLayout" name="gridLayout_3"> |
144 <item row="0" column="0"> |
134 <item row="0" column="0"> |
145 <widget class="QLabel" name="label_7"> |
|
146 <property name="text"> |
|
147 <string>Python 2:</string> |
|
148 </property> |
|
149 </widget> |
|
150 </item> |
|
151 <item row="0" column="1"> |
|
152 <widget class="QLineEdit" name="py2EnvironmentEdit"> |
|
153 <property name="readOnly"> |
|
154 <bool>true</bool> |
|
155 </property> |
|
156 </widget> |
|
157 </item> |
|
158 <item row="1" column="0"> |
|
159 <widget class="QLabel" name="label_9"> |
135 <widget class="QLabel" name="label_9"> |
160 <property name="text"> |
136 <property name="text"> |
161 <string>Python 3:</string> |
137 <string>Python 3:</string> |
162 </property> |
138 </property> |
163 </widget> |
139 </widget> |
164 </item> |
140 </item> |
165 <item row="1" column="1"> |
141 <item row="0" column="1"> |
166 <widget class="QLineEdit" name="py3EnvironmentEdit"> |
142 <widget class="QLineEdit" name="py3EnvironmentEdit"> |
167 <property name="readOnly"> |
143 <property name="readOnly"> |
168 <bool>true</bool> |
144 <bool>true</bool> |
169 </property> |
145 </property> |
170 </widget> |
146 </widget> |
231 </layout> |
207 </layout> |
232 </widget> |
208 </widget> |
233 <tabstops> |
209 <tabstops> |
234 <tabstop>stringEncodingComboBox</tabstop> |
210 <tabstop>stringEncodingComboBox</tabstop> |
235 <tabstop>ioEncodingComboBox</tabstop> |
211 <tabstop>ioEncodingComboBox</tabstop> |
236 <tabstop>py2ExtensionsEdit</tabstop> |
|
237 <tabstop>py3ExtensionsEdit</tabstop> |
212 <tabstop>py3ExtensionsEdit</tabstop> |
238 <tabstop>py2EnvironmentEdit</tabstop> |
|
239 <tabstop>py3EnvironmentEdit</tabstop> |
213 <tabstop>py3EnvironmentEdit</tabstop> |
240 <tabstop>refreshButton</tabstop> |
214 <tabstop>refreshButton</tabstop> |
241 </tabstops> |
215 </tabstops> |
242 <resources/> |
216 <resources/> |
243 <connections/> |
217 <connections/> |