Wed, 02 Dec 2020 19:54:18 +0100
PyBabelProjectExtension, MigrateProjectExtension: moved determination of the virtual environment to the man project support.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>FlaskConfigDialog</class> <widget class="QDialog" name="FlaskConfigDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>500</width> <height>171</height> </rect> </property> <property name="windowTitle"> <string>flask Configuration</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Virtual Environment</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QComboBox" name="virtualEnvironmentComboBox"> <property name="toolTip"> <string>Select a project specific virtual environment</string> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string><b>Note:</b> Leave this entry empty to use the virtual environment configured globally for all flask projects.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>FlaskConfigDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>227</x> <y>229</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>249</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>FlaskConfigDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>295</x> <y>235</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>249</y> </hint> </hints> </connection> </connections> </ui>